IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2015, 12:53:51 PM (11 years ago)
Author:
eugene
Message:

add testing; rename HAS_STACK with HAS_PS1_STACK; use synth phot if no ps1 data exists

File:
1 edited

Legend:

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

    r38462 r38472  
    196196  ID_SECF_STAR_POOR     = 0x00000002, // used within relphot: skip star
    197197  ID_SECF_USE_SYNTH     = 0x00000004, // synthetic photometry used in average measurement
    198   ID_SECF_USE_UBERCAL   = 0x00000008, // synthetic photometry used in average measurement
     198  ID_SECF_USE_UBERCAL   = 0x00000008, // ubercal photometry used in average measurement
    199199  ID_SECF_HAS_PS1       = 0x00000010, // PS1 photometry used in average measurement
    200   ID_SECF_HAS_STACK     = 0x00000020, // PS1 stack photometry exists
     200  ID_SECF_HAS_PS1_STACK = 0x00000020, // PS1 stack photometry exists
    201201  ID_SECF_HAS_TYCHO     = 0x00000040, // Tycho photometry used for synth mags
    202202  ID_SECF_FIX_SYNTH     = 0x00000080, // synth mags repaired with zpt map
Note: See TracChangeset for help on using the changeset viewer.