TwiceAsNice
2019-02-18
|
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 ) | |
This test cases checks if the python wrapper works correctly. $Id: PupilGeneratorTest.py 14839 2017-11-13 14:03:31Z mathar $
def PupilGeneratorTest.mat2Bitset | ( | mat | ) |
def PupilGeneratorTest.mat2FloatSeq | ( | recMat | ) |
def PupilGeneratorTest.saveImageAsFitsFile | ( | image, | |
name | |||
) |
def PupilGeneratorTest.saveListAsFits | ( | dat, | |
name | |||
) |
PupilGeneratorTest.action |
PupilGeneratorTest.app = Application(sys.argv) |
PupilGeneratorTest.args = parser.parse_args() |
PupilGeneratorTest.config = app.config( prefix ) |
PupilGeneratorTest.default |
PupilGeneratorTest.help |
PupilGeneratorTest.int |
PupilGeneratorTest.level |
PupilGeneratorTest.metavar |
PupilGeneratorTest.nargs |
PupilGeneratorTest.parser = argparse.ArgumentParser() |
PupilGeneratorTest.pg = PupilGenerator( prefix ) |
string PupilGeneratorTest.prefix = "ICS." |
PupilGeneratorTest.required |
PupilGeneratorTest.str |
PupilGeneratorTest.type |
PupilGeneratorTest.verbose = args.verbose |