TwiceAsNice  2019-02-18
Classes | Functions
LaosHWSRecMatPythonServiceWorker Namespace Reference

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

Function Documentation

◆ fromSeqFloat()

def LaosHWSRecMatPythonServiceWorker.fromSeqFloat (   vec)

◆ read_fits()

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

◆ toBitset()

def LaosHWSRecMatPythonServiceWorker.toBitset (   mat)

◆ toDegree()

def LaosHWSRecMatPythonServiceWorker.toDegree (   steps)

◆ toSeqSeqFloat()

def LaosHWSRecMatPythonServiceWorker.toSeqSeqFloat (   mat)