Package pysls :: Module ca :: Class candidat
[frames] | no frames]

Class candidat

source code

a candidat comes from a spectra that satisfy certain criteria of selection, it contains : a name, the original spectra, the redshift of the possible background object, a list of lines that correspond with the template used for the detection and finally a quality (if its high, we trust that the object really exists) ; this is the highest class : it contains complicated objects

Instance Methods
 
__init__(self, name, spec, lines=[], secz=0, quality=0) source code
 
write(self, directory_out)
Writes the candidat in the 'directory_out' directory
source code