Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:17

0001 #!/usr/bin/env python
0002 
0003 import numpy as np
0004 from opticks.sysrap.sframe import sframe
0005 
0006 if __name__ == '__main__':
0007     print("python sframe.Load")
0008     sf = sframe.Load()
0009     print(sf)
0010 
0011 
0012