IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2021, 4:15:53 PM (6 years ago)
Author:
eugene
Message:

new flags to mark tgroups, mosaics, images for which zero points are fitted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r41424 r41469  
    112112  ID_IMAGE_PHOTOM_UBERCAL = 0x00000200,  /* externally-supplied photometry zero point from ubercal analysis */
    113113  ID_IMAGE_ASTROM_GMM     = 0x00000400,  /* image was fitted to positions corrected by the galaxy motion model */
     114  ID_IMAGE_MOSAIC_POOR    = 0x00000800,  /* relphot says night is bad (Mcal or dMcal > limit) */
     115  ID_IMAGE_NIGHT_POOR     = 0x00001000,  /* relphot says mosaic is bad (Mcal or dMcal > limit) */
     116  ID_IMAGE_TGROUP_PHOTCAL = 0x00002000,  /* zero point fitted for tgroup */
     117  ID_IMAGE_MOSAIC_PHOTCAL = 0x00004000,  /* zero point fitted for mosaic */
     118  ID_IMAGE_IMAGE_PHOTCAL  = 0x00008000,  /* zero point fitted for image */
    114119} DVOImageFlags;
    115120
Note: See TracChangeset for help on using the changeset viewer.