| lcalib | noao.onedspec | lcalib |
lcalib -- List information about the spectral calibration data
lcalib option star_name
The following three queried parameters apply if the selected calibration file is for a blackbody. See standard for further details.
onedstds$kpnoextinct.dat - KPNO standard extinction onedstds$ctioextinct.dat - CTIO standard extinction
cl> page onedstds$README
Flux = fnuzero * 10. ** (-0.4 * magnitude)
The flux units are also determined by this parameter. However, the frequency to wavelength interval conversion assumes frequency in hertz. The default value is based on a calibration of Vega at 5556 Angstroms of 3.52e-20 ergs/cm2/s/hz for a magnitude of 0.048. This default value is that used in earlier versions of this task which did not allow the user to change this calibration.
LCALIB provides a means of checking the flux calibration data. The calibration data consists of extinction, bandpasses, and stellar magnitudes.
The extinction is given in an extinction file consisting of lines with wavelength and extinction. The wavelengths must be order in increasing wavelength and the wavelengths must be in Angstroms. There are two standard extinction files currently available, "onedstds$kpnoextinct.dat", and "onedstds$ctioextinct.dat".
The standard star data are in files in a calibration directory specified with the parameter caldir . A standard star file is selected by taking the star name given, by the parameter star_name , removing blanks, +'s and -'s, appending ".dat", and converting to lower case. This file name is appended to the specified calibration directory. A calibration file consists of lines containing a wavelength, a stellar magnitude, and a bandpass full width. The wavelengths are in Angstroms. Comment lines beginning with # may be included in the file. The star names printed by this task are just the first line of each file in the calibration directory with the first character (#) removed. The calibration files may be typed, copied, and printed. Lcalib may also be used to list data from the calibration files.
# List the extinction table cl> lcalib ext # Plot the extinction table cl> lcalib ext | graph # Plot the energy distribution cl> lcalib mags "bd+28 4211" | graph # List the names of all the stars cl> lcalib stars caldir=onedstds$irscal/ # As above but for IIDS file cl> lcalib stars calib_file=onedstds$iidscal/
standard, sensfunc, onedstds$README