common/
ifsf_interptemp.pro
top ifsf_interptemp
IFSFIT
result = ifsf_interptemp(spec_lam, temp_lam, template, temp_lam_rest=temp_lam_rest)
(Linearly) interpolate templates from template wavelength grid to data wavelength grid.
Return value
The interpolated templates, of type dblarr(nwave_spec, ntemplates).
Parameters
- spec_lam in required type=dblarr(nwave_spec)
Wavelengths of data arrays.
- temp_lam in required type=dblarr(nwave_temp)
Wavelengths of template arrays.
- template in required type=dblarr(nwave_temp, ntemplates)
Model fluxes from templates.
Keywords
- temp_lam_rest
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:
Change History:
2009, DSNR, copied base code from Harus Jabran Zahid 2013oct17, DSNR, documented 2013nov13, DSNR, renamed, added license and copyright 2013dec11, DSNR, added a comment
File attributes
Modification date: | Mon Feb 17 09:46:52 2014 |
Lines: | 74 |
Docformat: | rst rst |