TwiceAsNice
2019-02-18
|
Functions | |
def | appendDDstruct (_key, _dict) |
def | tst_GetParameter (iifprx, repCnt=1) |
def | tst_Authorize (iifprx) |
def | tst_GetRotatorPolynomials (iifprx) |
def | tst_GetKFPCoordinates2 (sc, iifprx) |
def | getDomain () |
Variables | |
string | insrootsl = os.environ['INSROOT'] + "/slice" |
string | jit = "-I" + insrootsl + " --all " + insrootsl + "/LbtoIIFInterfaceFactory.ice" |
jtzt = datetime.datetime.utcnow() | |
ic = Ice.initialize(sys.argv) | |
def | domain = getDomain() |
ep = ic.stringToProxy("Factory -t:default -h linc2.mpia-hd.mpg.de -p 10000") | |
iif_factory = lbto.FactoryPrx.checkedCast(ep) | |
iif_sdx = iif_factory.create('LN_LIIF_IIF', 'bentGregorianBack both', 'LINC') | |
def liifSnapshot.appendDDstruct | ( | _key, | |
_dict | |||
) |
def liifSnapshot.getDomain | ( | ) |
return either mpia-hd.mpg.de or mountain.lbto.org based on several heuristics
def liifSnapshot.tst_Authorize | ( | iifprx | ) |
def liifSnapshot.tst_GetKFPCoordinates2 | ( | sc, | |
iifprx | |||
) |
def liifSnapshot.tst_GetParameter | ( | iifprx, | |
repCnt = 1 |
|||
) |
def liifSnapshot.tst_GetRotatorPolynomials | ( | iifprx | ) |
def liifSnapshot.domain = getDomain() |
liifSnapshot.ep = ic.stringToProxy("Factory -t:default -h linc2.mpia-hd.mpg.de -p 10000") |
liifSnapshot.ic = Ice.initialize(sys.argv) |
liifSnapshot.iif_factory = lbto.FactoryPrx.checkedCast(ep) |
liifSnapshot.iif_sdx = iif_factory.create('LN_LIIF_IIF', 'bentGregorianBack both', 'LINC') |
string liifSnapshot.insrootsl = os.environ['INSROOT'] + "/slice" |
string liifSnapshot.jit = "-I" + insrootsl + " --all " + insrootsl + "/LbtoIIFInterfaceFactory.ice" |
liifSnapshot.jtzt = datetime.datetime.utcnow() |