IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2013, 2:07:36 PM (13 years ago)
Author:
eugene
Message:

add ID_SECF_STACK_PRIMARY; add missing return chars in warnings; use common init code for fits_db; add projID to boundary tree; check stack RPN for mismatches

File:
1 edited

Legend:

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

    r35416 r35755  
    182182/* Secfilt.flags values -- these values are 32 bit (as of PS1_V1) */
    183183typedef enum {
    184   ID_SECF_STAR_FEW    = 0x00000001, // used within relphot: skip star
    185   ID_SECF_STAR_POOR   = 0x00000002, // used within relphot: skip star
    186   ID_SECF_USE_SYNTH   = 0x00000004, // synthetic photometry used in average measurement
    187   ID_SECF_USE_UBERCAL = 0x00000008, // synthetic photometry used in average measurement
    188   ID_SECF_HAS_PS1     = 0x00000010, // PS1 photometry used in average measurement
    189   ID_SECF_HAS_STACK   = 0x00000020, // PS1 stack photometry exists
    190   ID_PHOTOM_PASS_0    = 0x00000100, // average magnitude calculated in 0th pass
    191   ID_PHOTOM_PASS_1    = 0x00000200, // average magnitude calculated in 1th pass
    192   ID_PHOTOM_PASS_2    = 0x00000400, // average magnitude calculated in 2th pass
    193   ID_PHOTOM_PASS_3    = 0x00000800, // average magnitude calculated in 3th pass
    194   ID_PHOTOM_PASS_4    = 0x00001000, // average magnitude calculated in 4th pass
    195   ID_PSPS_OBJ_EXT     = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits
    196   ID_SECF_OBJ_EXT     = 0x01000000, // extended in this band
     184  ID_SECF_STAR_FEW      = 0x00000001, // used within relphot: skip star
     185  ID_SECF_STAR_POOR     = 0x00000002, // used within relphot: skip star
     186  ID_SECF_USE_SYNTH     = 0x00000004, // synthetic photometry used in average measurement
     187  ID_SECF_USE_UBERCAL   = 0x00000008, // synthetic photometry used in average measurement
     188  ID_SECF_HAS_PS1       = 0x00000010, // PS1 photometry used in average measurement
     189  ID_SECF_HAS_STACK     = 0x00000020, // PS1 stack photometry exists
     190  ID_PHOTOM_PASS_0      = 0x00000100, // average magnitude calculated in 0th pass
     191  ID_PHOTOM_PASS_1      = 0x00000200, // average magnitude calculated in 1th pass
     192  ID_PHOTOM_PASS_2      = 0x00000400, // average magnitude calculated in 2th pass
     193  ID_PHOTOM_PASS_3      = 0x00000800, // average magnitude calculated in 3th pass
     194  ID_PHOTOM_PASS_4      = 0x00001000, // average magnitude calculated in 4th pass
     195  ID_PSPS_OBJ_EXT       = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits
     196  ID_SECF_STACK_PRIMARY = 0x00004000, // PS1 stack photometry comes from primary skycell
     197  ID_SECF_OBJ_EXT       = 0x01000000, // extended in this band
    197198} DVOSecfiltFlags;
    198199
     
    250251/* definitions for parallel dvo host information
    251252   XXX : need better names (safer namespace)
    252  */
     253*/
    253254
    254255typedef enum {
     
    328329  double  **dec; // DEC of projection cell center
    329330  int    **cell; // zone,band -> proj cell sequence
     331  int    **projID; // zone,band -> proj cell ID
    330332  char  ***name; // projection cell name
    331333 
Note: See TracChangeset for help on using the changeset viewer.