|
|
|||
File indexing completed on 2026-04-09 07:49:03
0001 #!/usr/bin/env python 0002 0003 import os, numpy as np 0004 from opticks.ana.fold import Fold 0005 from opticks.sysrap.xfold import XFold 0006 from opticks.ana.p import * 0007 0008 0009 if __name__ == '__main__': 0010 a = Fold.Load(symbol="a") 0011 A = XFold(a, symbol="A") 0012 0013 self = A 0014 0015 0016
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|