IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2014, 2:41:50 PM (12 years ago)
Author:
eugene
Message:

fix bugs to make addstar work with new PS1_V5 format & dvo tests to verify; fix PS1_V5 I/O functions for table column order error (RA_PSF,DEC_PSF not on 8-byte block in FITS table)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/libautocode/def/cmf-ps1-v5.d

    r36899 r36912  
    2222FIELD apFlux,         AP_FLUX,           float,    aperture flux,         counts
    2323FIELD apFluxErr,      AP_FLUX_SIG,       float,    error on ap flux,      counts
     24FIELD apNpix,         AP_NPIX,           int,      pixels used by aper,   pixels
    2425FIELD Mcalib,         CAL_PSF_MAG,       float,    calibrated psf mag,    mags
    2526FIELD 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?)
     30FIELD Mpeak,          PEAK_FLUX_AS_MAG,  float,    peak flux as a mag,    mags
    2631
    2732# NOTE: RA & DEC (both double) need to be on an 8-byte boundary...
     
    2934FIELD DEC,            DEC_PSF,           double,   PSF DEC coord,         degrees
    3035
    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,   pixels
    34 
    35 FIELD Mpeak,          PEAK_FLUX_AS_MAG,  float,    peak flux as a mag,    mags
    3636FIELD sky,            SKY,               float,    sky flux,              cnts/sec
    3737FIELD dSky,           SKY_SIGMA,         float,    sky flux error,        cnts/sec
Note: See TracChangeset for help on using the changeset viewer.