TwiceAsNice  2019-02-18
Functions | Variables
liifSnapshot Namespace Reference

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')
 

Function Documentation

◆ appendDDstruct()

def liifSnapshot.appendDDstruct (   _key,
  _dict 
)

◆ getDomain()

def liifSnapshot.getDomain ( )
return either mpia-hd.mpg.de or mountain.lbto.org
based on several heuristics

◆ tst_Authorize()

def liifSnapshot.tst_Authorize (   iifprx)

◆ tst_GetKFPCoordinates2()

def liifSnapshot.tst_GetKFPCoordinates2 (   sc,
  iifprx 
)

◆ tst_GetParameter()

def liifSnapshot.tst_GetParameter (   iifprx,
  repCnt = 1 
)

◆ tst_GetRotatorPolynomials()

def liifSnapshot.tst_GetRotatorPolynomials (   iifprx)

Variable Documentation

◆ domain

def liifSnapshot.domain = getDomain()

◆ ep

liifSnapshot.ep = ic.stringToProxy("Factory -t:default -h linc2.mpia-hd.mpg.de -p 10000")

◆ ic

liifSnapshot.ic = Ice.initialize(sys.argv)

◆ iif_factory

liifSnapshot.iif_factory = lbto.FactoryPrx.checkedCast(ep)

◆ iif_sdx

liifSnapshot.iif_sdx = iif_factory.create('LN_LIIF_IIF', 'bentGregorianBack both', 'LINC')

◆ insrootsl

string liifSnapshot.insrootsl = os.environ['INSROOT'] + "/slice"

◆ jit

string liifSnapshot.jit = "-I" + insrootsl + " --all " + insrootsl + "/LbtoIIFInterfaceFactory.ice"

◆ jtzt

liifSnapshot.jtzt = datetime.datetime.utcnow()