IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2015, 6:02:59 AM (11 years ago)
Author:
eugene
Message:

modifying relphot to better handle mean photomety assignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150419/Ohana/src/libdvo/include/dvo.h

    r38154 r38293  
    117117  ID_MEAS_ICRF_QSO       = 0x00040000,  // this measurement is an ICRF reference position
    118118  ID_MEAS_IMAGE_EPOCH    = 0x00080000,  // this measurement is registered to the image epoch (not tied to ref catalog epoch)
     119  ID_MEAS_PHOTOM_PSF     = 0x00100000,  // this measurement is used for the mean psf mag
     120  ID_MEAS_PHOTOM_APER    = 0x00200000,  // this measurement is used for the mean ap mag
     121  ID_MEAS_PHOTOM_KRON    = 0x00400000,  // this measurement is used for the mean kron mag
    119122} DVOMeasureFlags;
    120123
     
    786789  off_t *found_t;
    787790  off_t *foundWarp_t;
     791
     792  char *measureRank;
    788793//  off_t *image_t;
    789794//  off_t *mosaic_t;
Note: See TracChangeset for help on using the changeset viewer.