IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2009, 6:39:57 PM (17 years ago)
Author:
eugene
Message:

working on the new PS1_V1 CMF and DVO formats; removing autocode type Stars; using Average and Measure in addstar to carry new detection info (replacing autocode Stars)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20090208/Ohana/src/libautocode/def/cmf-ps1-v1.d

    r21418 r21444  
    33EXTNAME CMF_PS1_V1
    44TYPE    BINTABLE
    5 SIZE    72
     5SIZE    120
    66
    77# elements of data structure / FITS table
    88FIELD detID,     IPP_IDET,         unsigned int, detection ID
    9 FIELD X,         X_PSF,            float,    x coord,              pixels
    10 FIELD Y,         Y_PSF,            float,    y coord,              pixels
    11 FIELD dX,        X_PSF_SIG,        float,    x coord error,        pixels
    12 FIELD dY,        Y_PSF_SIG,        float,    y coord error,        pixels
    13 FIELD M,         PSF_INST_MAG,     float,    inst mags,            mags
    14 FIELD dM,        PSF_INST_MAG_SIG, float,    inst mag error,       mags
    15 FIELD Mpeak,     PEAK_FLUX_AS_MAG, float,    inst mag error,       mags
    16 FIELD sky,       SKY,              float,    sky flux,             cnts/sec
    17 FIELD dSky,      SKY_SIG,          float,    sky flux errorf       cnts/sec
     9FIELD X,         X_PSF,            float,    x coord,               pixels
     10FIELD Y,         Y_PSF,            float,    y coord,               pixels
     11FIELD dX,        X_PSF_SIG,        float,    x coord error,         pixels
     12FIELD dY,        Y_PSF_SIG,        float,    y coord error,         pixels
     13FIELD RA,        RA_PSF,           float,    PSF RA coord,          degrees
     14FIELD DEC,       DEC_PSF,          float,    PSF DEC coord,         degrees
     15FIELD posangle,  POSANGLE,         float,    Posangle at source,    degrees
     16FIELD pltscale,  PLTSCALE,         float,    Plate Scale at source, arcsec/pixel
     17FIELD M,         PSF_INST_MAG,     float,    inst mags,             mags
     18FIELD dM,        PSF_INST_MAG_SIG, float,    inst mag error,        mags
     19FIELD Map,       AP_MAG_STANDARD,  float,    standard aperture mag, mags
     20FIELD Mpeak,     PEAK_FLUX_AS_MAG, float,    peak flux as a mag,    mags
     21FIELD Mcalib,    CAL_PSF_MAG,      float,    calibrated psf mag,    mags
     22FIELD dMcal,     CAL_PSF_MAG_SIG,  float,    zero point scatter,    mags
     23FIELD sky,       SKY,              float,    sky flux,              cnts/sec
     24FIELD dSky,      SKY_SIG,          float,    sky flux error,        cnts/sec
    1825FIELD psfChisq,  PSF_CHISQ,        float,    psf fit chisq
    1926FIELD crNsigma,  CR_NSIGMA,        float,    Nsigma deviations from PSF to CF
    2027FIELD extNsigma, EXT_NSIGMA,       float,    Nsigma deviations from PSF to EXT
    21 FIELD fx,        PSF_WIDTH_X,      float,    semi-major,           pixels
    22 FIELD fy,        PSF_WIDTH_Y,      float,    semi-minor,           pixels
    23 FIELD df,        PSF_THETA,        float,    ellipse angle,        degrees
     28FIELD fx,        PSF_MAJOR,        float,    psf fit major axis,    pixels
     29FIELD fy,        PSF_MINOR,        float,    psf fit minor axis,    pixels
     30FIELD df,        PSF_THETA,        float,    ellipse angle,         degrees
    2431FIELD psfQual,   PSF_QF,           float,    quality factor
     32FIELD psfNdof,   PSF_NDOF,         int,      psf degrees of freedom
     33FIELD psfNpix,   PSF_NPIX,         int,      psf number of pixels
     34FIELD Mxx,       MOMENTS_XX,       float,    second moment X,       pixels^2
     35FIELD Mxy,       MOMENTS_XY,       float,    second moment Y,       pixels^2
     36FIELD Myy,       MOMENTS_YY,       float,    second moment XY,      pixels^2
    2537FIELD nFrames,   N_FRAMES,         short,    images overlapping peak
    2638FIELD flags,     FLAGS,            short,    padding
     39
     40# for an object in an image, we have three triplets that tell us about the shape:
     41# second moments: Mxx, Mxy, Myy
     42# model shape parameters: F_major, F_minor, F_theta
     43# centroid errors: sigma_X, sigma_Y, sigma_XY
Note: See TracChangeset for help on using the changeset viewer.