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