common/
ifsf_readcube.pro
top ifsf_readcube
IFSFIT
result = ifsf_readcube(infile [, header=structure] [, quiet=byte] [, oned=byte] [, datext=integer] [, varext=integer] [, dqext=integer])
Extract data and information from an IFS data cube FITS file.
Return value
IDL structure
Parameters
- infile in required type=string
Name and path of input FITS file.
Keywords
- header out optional type=structure
Headers for each extension.
- quiet in optional type=byte
Suppress progress messages.
- oned in optional type=byte
Input cube has only one non-wavelength dimension.
- datext in optional type=integer default=1
Extension # of data plane.
- varext in optional type=integer default=2
Extension # of variance plane.
- dqext in optional type=integer default=3
Extension # of DQ plane.
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-2014 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:
2010jun08, DSNR, created as GMOS_READCUBE 2013dec17, DSNR, ported to IFSF_READCUBE 2014jan29, DSNR, added ability to change default extensions
File attributes
Modification date: | Mon Feb 17 09:46:52 2014 |
Lines: | 131 |
Docformat: | rst rst |