common/
ifsf_cmpweq.pro
top ifsf_cmpweq
IFSFIT
result = ifsf_cmpweq(instr, lines)
Compute total equivalent widths (over all components) for the specified emission lines. Uses models of emission lines and continuum, and integrates over both using the "rectangle rule."
Return value
Array of equivalent widths.
Parameters
- instr in required type=structure
Contains output of IFSF_FITSPEC.
- lines in required type=strarr
Names of line for which to compute equivalent widths.
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:
2013nov25, DSNR, copied from PRINTWEQ
File attributes
Modification date: | Mon Nov 25 10:39:42 2013 |
Lines: | 70 |
Docformat: | rst rst |