IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of IPP_DVO_Bitmasks


Ignore:
Timestamp:
Oct 3, 2012, 10:13:36 PM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_DVO_Bitmasks

    v1 v2  
    6060}}}
    6161
     62
     63Flags associated with Secfilt
     64}}}
     65  ID_SECF_STAR_FEW    = 0x00000001, // used within relphot: skip star
     66  ID_SECF_STAR_POOR   = 0x00000002, // used within relphot: skip star
     67  ID_SECF_USE_SYNTH   = 0x00000004, // synthetic photometry used in average measurement
     68  ID_SECF_USE_UBERCAL = 0x00000008, // synthetic photometry used in average measurement
     69  ID_PHOTOM_PASS_0    = 0x00000100, // average magnitude calculated in 0th pass
     70  ID_PHOTOM_PASS_1    = 0x00000200, // average magnitude calculated in 1th pass
     71  ID_PHOTOM_PASS_2    = 0x00000400, // average magnitude calculated in 2th pass
     72  ID_PHOTOM_PASS_3    = 0x00000800, // average magnitude calculated in 3th pass
     73  ID_PHOTOM_PASS_4    = 0x00001000, // average magnitude calculated in 4th pass
     74  ID_SECF_OBJ_EXT     = 0x01000000, // extended in this band
     75}}}
     76
     77
    6278Flags associated with images (imextract.flags == imextract.imflags)
    6379{{{