|
|
|||
File indexing completed on 2026-04-09 07:49:21
0001 #!/usr/bin/env python 0002 """ 0003 SSim_Test.py 0004 ============== 0005 0006 ~/o/sysrap/tests/SSim_Test.sh 0007 0008 0009 """ 0010 import numpy as np 0011 from opticks.ana.fold import Fold 0012 0013 if __name__ == '__main__': 0014 f = Fold.Load(symbol="f") 0015 print(repr(f)) 0016 pass 0017 0018
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|