1
2
3
4
5
6
7
8
9
10
|
# CALIBLIST parameter file
option,s,a,,,,"List option (bands, ext, mags, fnu, flam, stars)"
star_name,s,a,,,,Star name in calibration list
mag,r,q,,,,Magnitude of star
magband,s,q,,"U|B|V|R|I|J|H|K|L|Lprime|M",,"Magnitude type"
teff,s,q,,,,Effective temperature or spectral type
extinction,s,h,,,,Extinction file
caldir,s,h,,,,Directory containing calibration data
fnuzero,r,h,3.68e-20,,,Absolute flux zero point
|