IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2014, 10:08:39 AM (12 years ago)
Author:
eugene
Message:

adding flux varient to the phot-like dvo db selections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/libdvo/include/dvodb.h

    r36909 r36911  
    6464  MAG_CLASS_APER,
    6565} dvoMagClassType;
    66 
    67 # if (0)
    68 enum {
    69   MAG_NONE,
    70 
    71       // these magnitude types are from the measurement table (or derived therein)
    72       // the following imply PSF magnitudes:
    73       MAG_INST, // -2.5*log(DN) [ie, not DN/sec]
    74       MAG_CAT,  // MAG_INST + 2.5*log(exptime) + C_lambda + K_lambda*(airmass - 1)
    75       MAG_SYS,  // MAG_CAT + \sum_i A_i * (color_i - color_o) [color correction for measure photcode]
    76       MAG_REL,  // MAG_SYS - Mcal [specific zero point for image]
    77       MAG_CAL,  // MAG_REL + \sum_i A_i * (color_i - color_o) [color correction for average photcode]
    78       MAG_ERR,  // error on PSF MAG
    79 
    80       // the following imply APERTURE magnitudes:
    81       MAG_APER_INST, // -2.5*log(DN) [ie, not DN/sec]
    82       MAG_APER_CAT,  // MAG_APER_INST + 2.5*log(exptime) + C_lambda + K_lambda*(airmass - 1)
    83       MAG_APER_SYS,  // MAG_APER_CAT + \sum_i A_i * (color_i - color_o) [color correction for measure photcode]
    84       MAG_APER_REL,  // MAG_APER_SYS - Mcal [specific zero point for image]
    85       MAG_APER_CAL,  // MAG_APER_REL + \sum_i A_i * (color_i - color_o) [color correction for average photcode]
    86       MAG_APER_ERR,  // error on APER MAG (if known, else psf error)
    87       MAG_APER,      // in mextract -> MAG_APER_REL, in avextract -> MAG_APER_AVE
    88 
    89       // the following imply KRON magnitudes:
    90       MAG_KRON_INST, // -2.5*log(DN) [ie, not DN/sec]
    91       MAG_KRON_CAT,  // MAG_KRON_INST + 2.5*log(exptime) + C_lambda + K_lambda*(airmass - 1)
    92       MAG_KRON_SYS,  // MAG_KRON_CAT + \sum_i A_i * (color_i - color_o) [color correction for measure photcode]
    93       MAG_KRON_REL,  // MAG_KRON_SYS - Mcal [specific zero point for image]
    94       MAG_KRON_CAL,  // MAG_KRON_REL + \sum_i A_i * (color_i - color_o) [color correction for average photcode]
    95       MAG_KRON_ERR,  // error on KRON MAG
    96       MAG_KRON,      // in mextract -> MAG_KRON_REL, in avextract -> MAG_KRON_AVE
    97 
    98       // these magnitude types are from the average (secfilt) table:
    99       // the following imply PSF magnitudes (or fluxes)
    100       MAG_STDEV,
    101       MAG_AVE_ERR,
    102       MAG_CHISQ,
    103       MAG_MIN,
    104       MAG_MAX,
    105       MAG_FLUX_PSF,
    106       MAG_FLUX_PSF_ERR,
    107 
    108       // the following imply APERTURE magnitudes:
    109       MAG_APER_AVE,
    110       MAG_APER_REF,
    111 
    112       // the following imply KRON magnitudes or fluxes:
    113       MAG_KRON_AVE,
    114       MAG_KRON_REF,
    115       MAG_FLUX_KRON,
    116       MAG_FLUX_KRON_ERR,
    117 
    118       // other secfilt fields of interest
    119       MAG_PHOT_FLAGS,
    120       MAG_NCODE,
    121       MAG_NPHOT,
    122       MAG_UC_DIST,
    123       MAG_STACK_DET_ID,
    124 } ;
    125 # endif
    12666
    12767/* measure fields */
     
    163103      MEAS_OBJ_FLAGS,
    164104      MEAS_SECFILT_FLAGS,
    165       MEAS_MAG,
     105      MEAS_PHOT, // photometry class of measurements
    166106      MEAS_MINST,
    167107      MEAS_MCAT,
Note: See TracChangeset for help on using the changeset viewer.