common/
ifsf_linelist.pro
top ifsf_linelist
IFSFIT
result = ifsf_linelist(inlines)
A lookup table for wavelengths.
Wavelength sources: 1. NIST ASD 2. HeI 4686 -- found random wavelength compilation. In NIST, shows up as a complex of many fine structure lines with range of several tenths of an A.
Return value
Hash of wavelengths for specified input lines.
Parameters
- inlines in required type=strarr
Line labels for which to retrieve wavelengths.
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:
2009jul08, DSNR, created 2010nov04, DSNR, wavelengths corrected from Mappings III to NIST values 2013sep, DSNR, added more lines for 1-slit GMOS config. 2013nov22, DSNR, documented, renamed, added copyright and license, and turned output into a hash 2014jan14, DSNR, switched to ordered hashes 2014jan16, DSNR, fixed one wrong label
File attributes
Modification date: | Mon Feb 17 09:46:52 2014 |
Lines: | 99 |
Docformat: | rst rst |