TwiceAsNice
2019-02-18
|
Classes | |
class | Error |
class | FitsFileError |
class | RecMatWorker |
class | ServiceNotFoundError |
Functions | |
def | cacheResult (f) |
def | toSeqSeqFloat (mat) |
def | fromSeqFloat (vec) |
def | toBitset (mat) |
def | toDegree (steps) |
def | read_fits (filename, datatype='< f8') |
Variables | |
dictionary | binExt |
def LaosAocRecMatService_15006_berwein.cacheResult | ( | f | ) |
def LaosAocRecMatService_15006_berwein.fromSeqFloat | ( | vec | ) |
def LaosAocRecMatService_15006_berwein.read_fits | ( | filename, | |
datatype = '<f8' |
|||
) |
Reads a FITS file located in the dataPath Parameters ---------- filename : string will be appended to the data Path datatype : string (optional) see numpy convention for data type interpretation Returns ------- out : ndarray
def LaosAocRecMatService_15006_berwein.toBitset | ( | mat | ) |
def LaosAocRecMatService_15006_berwein.toDegree | ( | steps | ) |
def LaosAocRecMatService_15006_berwein.toSeqSeqFloat | ( | mat | ) |