TwiceAsNice  2019-02-18
Classes | Functions | Variables
PupilGeneratorTest Namespace Reference

Classes

class  PupilGenerator
 

Functions

def saveImageAsFitsFile (image, name)
 
def saveListAsFits (dat, name)
 
def mat2Bitset (mat)
 
def mat2FloatSeq (recMat)
 

Variables

 level
 
string prefix = "ICS."
 
 parser = argparse.ArgumentParser()
 
 nargs
 
 type
 
 str
 
 help
 
 required
 
 int
 
 default
 
 action
 
 metavar
 
 args = parser.parse_args()
 
 verbose = args.verbose
 
 app = Application(sys.argv)
 
 config = app.config( prefix )
 
 pg = PupilGenerator( prefix )
 

Detailed Description

This test cases checks if the python wrapper works correctly.

$Id: PupilGeneratorTest.py 14839 2017-11-13 14:03:31Z mathar $

Function Documentation

◆ mat2Bitset()

def PupilGeneratorTest.mat2Bitset (   mat)

◆ mat2FloatSeq()

def PupilGeneratorTest.mat2FloatSeq (   recMat)

◆ saveImageAsFitsFile()

def PupilGeneratorTest.saveImageAsFitsFile (   image,
  name 
)

◆ saveListAsFits()

def PupilGeneratorTest.saveListAsFits (   dat,
  name 
)

Variable Documentation

◆ action

PupilGeneratorTest.action

◆ app

PupilGeneratorTest.app = Application(sys.argv)

◆ args

PupilGeneratorTest.args = parser.parse_args()

◆ config

PupilGeneratorTest.config = app.config( prefix )

◆ default

PupilGeneratorTest.default

◆ help

PupilGeneratorTest.help

◆ int

PupilGeneratorTest.int

◆ level

PupilGeneratorTest.level

◆ metavar

PupilGeneratorTest.metavar

◆ nargs

PupilGeneratorTest.nargs

◆ parser

PupilGeneratorTest.parser = argparse.ArgumentParser()

◆ pg

PupilGeneratorTest.pg = PupilGenerator( prefix )

◆ prefix

string PupilGeneratorTest.prefix = "ICS."

◆ required

PupilGeneratorTest.required

◆ str

PupilGeneratorTest.str

◆ type

PupilGeneratorTest.type

◆ verbose

PupilGeneratorTest.verbose = args.verbose