|
__init__(self,
linelist=None,
plotcolour="black",
dashes=(5,5)) |
source code
|
|
|
|
|
flux_gauss(self,
l)
gives the flux at wavelength l, corresponding to the sum of all the
lines |
source code
|
|
|
setglobalz(self,
z)
sets the same redshift for all the lines in the template |
source code
|
|
|
getparam(self)
returns a list containing the height of each line in the template |
source code
|
|
|
setparam(self,
param)
it takes a list of heights which are set in the lines |
source code
|
|
|
optimize(self,
sp,
fluxchoice,
withmask=True)
optimize the template to fit with the spectra (the parameters are the
heights of the lines) |
source code
|
|