Package pysls :: Module sp :: Class crosscorrspec
[frames] | no frames]

Class crosscorrspec

source code

This is a crosscorrelation spectra : it contains the origin spectra, a template which we use for the crosscorrelation and the result

Instance Methods
 
__init__(self, spectra=spectra(), template=tem.template(), corr=np.array([])) source code
 
crosscorr(self, fluxchoice)
makes the crosscorrelation between the spectra and the templates : it starts when both arrays are 'face to face', then it shifts pixel by pixel until the last one
source code