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

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
 

Function Documentation

◆ cacheResult()

def LaosAocRecMatService_15006_berwein.cacheResult (   f)

◆ fromSeqFloat()

def LaosAocRecMatService_15006_berwein.fromSeqFloat (   vec)

◆ read_fits()

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                                                                                                                                                                                                                                                                                                                                                         

◆ toBitset()

def LaosAocRecMatService_15006_berwein.toBitset (   mat)

◆ toDegree()

def LaosAocRecMatService_15006_berwein.toDegree (   steps)

◆ toSeqSeqFloat()

def LaosAocRecMatService_15006_berwein.toSeqSeqFloat (   mat)

Variable Documentation

◆ binExt

dictionary LaosAocRecMatService_15006_berwein.binExt
Initial value:
1 = {80 : "bin1",
2  40 : "bin2",
3  20 : "bin4"}