common/
ifsf_printfitpar.pro
top ifsf_printfitpar
IFSFIT
ifsf_printfitpar, lun [, col] [, row] [, struct] [, outfile=string]
Write fit parameters to a text file.
Parameters
- lun in required type=integer
Logical unit for output file. If outfile is set, the lun is output to this file. If outfile is not set, the lun to which to write the data is contained in this parameter as an output.
- col in optional type=integer
IFS column of spectrum. Only used if outfile is not set.
- row in optional type=integer
IFS row of spectrum. Only used if outfile is not set.
- struct in optional type=structure
Structure output from IFSF. Only used if outfile is not set.
Keywords
- outfile in optional type=string
Full path and name of output file. If set, initializes file by opening it, creating a lun, writing column titles, and returning the lun. If not set, input lun is opened and written to.
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:
2013jan13, DSNR, copied from IFSF_PRINTLINPAR and modified
File attributes
Modification date: | Mon Feb 17 14:09:26 2014 |
Lines: | 79 |
Docformat: | rst rst |