TwiceAsNice
2019-02-18
|
Classes | |
class | Error |
class | FitsFileError |
class | LaosHWSRecMatPythonServiceWorker |
Functions | |
def | toSeqSeqFloat (mat) |
def | fromSeqFloat (vec) |
def | toBitset (mat) |
def | toDegree (steps) |
def | read_fits (filename, datatype='< f8') |
def LaosHWSRecMatPythonServiceWorker.fromSeqFloat | ( | vec | ) |
def LaosHWSRecMatPythonServiceWorker.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 LaosHWSRecMatPythonServiceWorker.toBitset | ( | mat | ) |
def LaosHWSRecMatPythonServiceWorker.toDegree | ( | steps | ) |
def LaosHWSRecMatPythonServiceWorker.toSeqSeqFloat | ( | mat | ) |