Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:49:24

0001 #!/usr/bin/env python
0002 """
0003 """
0004 
0005 import os, numpy as np
0006 from opticks.ana.fold import Fold
0007 
0008 
0009 if __name__ == '__main__':
0010     t = Fold.Load()
0011     print(t)
0012 
0013