|
|
|||
File indexing completed on 2026-04-09 07:48:52
0001 #!/usr/bin/env python 0002 """ 0003 CSGFoundry_getFrameE_Test.sh 0004 ============================= 0005 0006 0007 """ 0008 0009 import os, numpy as np 0010 from opticks.ana.fold import Fold 0011 0012 0013 if __name__ == '__main__': 0014 t = Fold.Load(symbol="t") 0015 print("t.base:%s " % t.base) 0016 print(t) 0017 print(repr(t)) 0018 0019 print("t.sframe") 0020 print(repr(t.sframe)) 0021 0022 m2w = t.m2w[0] 0023 print("m2w\n", m2w) 0024
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|