|
|
|||
File indexing completed on 2026-04-10 07:50:27
0001 #!/usr/bin/env python 0002 0003 import numpy as np 0004 from opticks.ana.fold import Fold 0005 0006 if __name__ == '__main__': 0007 f0 = Fold.Load("$FOLD0",symbol="f0") 0008 print(repr(f0)) 0009 0010 f1 = Fold.Load("$FOLD1",symbol="f1") 0011 print(repr(f1)) 0012
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|