common/
ifsf_cmpcontppxf.pro
top ifsf_cmpcontppxf
IFSFIT
result = ifsf_cmpcontppxf(lambda, lambda_log, temp, tempweights, polydeg, polyweights)
Compute the continuum spectrum fit by PPXF.
Return value
Best-fit continuum spectrum, in linear space.
Parameters
- lambda in required type=dblarr(nlam)
Wavelengths in linear space.
- lambda_log in required type=dblarr(nlam_log)
Wavelengths in ln(lambda) space.
- temp in required type=dblarr(nlam,ntemp)
Continuum templates.
- tempweights in required type=dblarr(ntemp)
Best-fit weights for continuum templates.
- polydeg in required type=double
Degree of additive polynomials added to fit.
- polyweights in required type=dblarr(polydeg)
Weights of additive polynomials added to fit.
Author information
- Author:
David S. N. Rupke:
Rhodes College Department of Physics 2000 N. Parkway Memphis, TN 38104 drupke@gmail.com
- Copyright:
Copyright (C) 2013 David S. N. Rupke
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
- History:
ChangeHistory:
2013dec09, DSNR, created 2013dec11, DSNR, testing and bug fix
File attributes
Modification date: | Mon Feb 17 09:46:52 2014 |
Lines: | 76 |
Docformat: | rst rst |