- Timestamp:
- Jun 19, 2014, 2:41:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610/Ohana/src/libautocode/def/cmf-ps1-v5.d
r36899 r36912 22 22 FIELD apFlux, AP_FLUX, float, aperture flux, counts 23 23 FIELD apFluxErr, AP_FLUX_SIG, float, error on ap flux, counts 24 FIELD apNpix, AP_NPIX, int, pixels used by aper, pixels 24 25 FIELD Mcalib, CAL_PSF_MAG, float, calibrated psf mag, mags 25 26 FIELD dMcal, CAL_PSF_MAG_SIG, float, zero point scatter, mags 27 28 # this field is in the wrong order (is between DEC and sky in cmf, but breaks byte boundary). 29 # I need to move these bytes around on read (fix PS1_V5?) 30 FIELD Mpeak, PEAK_FLUX_AS_MAG, float, peak flux as a mag, mags 26 31 27 32 # NOTE: RA & DEC (both double) need to be on an 8-byte boundary... … … 29 34 FIELD DEC, DEC_PSF, double, PSF DEC coord, degrees 30 35 31 # this field is in the wrong order (between apFluxErr and Mcalib in cmf, but breaks byte boundary).32 # I need to move these bytes around on read (fix PS1_V5?)33 FIELD apNpix, AP_NPIX, int, pixels used by aper, pixels34 35 FIELD Mpeak, PEAK_FLUX_AS_MAG, float, peak flux as a mag, mags36 36 FIELD sky, SKY, float, sky flux, cnts/sec 37 37 FIELD dSky, SKY_SIGMA, float, sky flux error, cnts/sec
Note:
See TracChangeset
for help on using the changeset viewer.
