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