IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37641


Ignore:
Timestamp:
Nov 19, 2014, 7:56:03 PM (12 years ago)
Author:
eugene
Message:

adding some flags for galaxy model

File:
1 edited

Legend:

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

    r37601 r37641  
    9292  ID_IMAGE_ASTROM_FEW     = 0x00000100,  /* currently too few measurements for astrometry */
    9393  ID_IMAGE_PHOTOM_UBERCAL = 0x00000200,  /* externally-supplied photometry zero point from ubercal analysis */
     94  ID_IMAGE_ASTROM_GMM     = 0x00000400,  /* image was fitted to positions corrected by the galaxy motion model */
    9495} DVOImageFlags;
    9596
     
    115116  ID_MEAS_STACK_PHOT_SRC = 0x00020000,  // this measurement supplied the stack photometry
    116117  ID_MEAS_ICRF_QSO       = 0x00040000,  // this measurement is an ICRF reference position
     118  ID_MEAS_IMAGE_EPOCH    = 0x00080000,  // this measurement is registered to the image epoch (not tied to ref catalog epoch)
    117119} DVOMeasureFlags;
    118120
Note: See TracChangeset for help on using the changeset viewer.