IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2012, 4:19:37 PM (14 years ago)
Author:
eugene
Message:

big cleanup of outlier rejections and flagging; measure ubercal distance

File:
1 edited

Legend:

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

    r33303 r33374  
    142142*/
    143143
    144 /* Average.code values -- these values are 32 bit (as of PS1_V1) */
     144/* Average.flags values -- these values are 32 bit (as of PS1_V1) */
    145145typedef enum {
    146146  ID_STAR_FEW     = 0x00000001, // used within relphot: skip star
     
    169169} DVOAverageFlags;
    170170
     171/* Secfilt.flags values -- these values are 32 bit (as of PS1_V1) */
     172typedef enum {
     173  ID_SECF_STAR_FEW  = 0x00000001, // used within relphot: skip star
     174  ID_SECF_STAR_POOR = 0x00000002, // used within relphot: skip star
     175  ID_PHOTOM_PASS_0  = 0x00000100, // average magnitude calculated in 0th pass
     176  ID_PHOTOM_PASS_1  = 0x00000200, // average magnitude calculated in 1th pass
     177  ID_PHOTOM_PASS_2  = 0x00000400, // average magnitude calculated in 2th pass
     178  ID_PHOTOM_PASS_3  = 0x00000800, // average magnitude calculated in 3th pass
     179  ID_PHOTOM_PASS_4  = 0x00001000, // average magnitude calculated in 4th pass
     180} DVOSecfiltFlags;
     181
    171182/*** general dvo structures (internal use only / not IO) ***/
    172183
Note: See TracChangeset for help on using the changeset viewer.