IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2025, 12:02:08 AM (17 months ago)
Author:
cclin33
Message:

update dvo ref_v3 code

File:
1 edited

Legend:

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

    r42792 r42793  
    2828  DVO_FORMAT_PS1_REF,
    2929  DVO_FORMAT_PS1_REF_V2,
     30  DVO_FORMAT_PS1_REF_V3,
    3031  DVO_FORMAT_PS1_SIM,
    3132  DVO_FORMAT_PS1_V1,
     
    252253
    253254  ID_SECF_OBJ_EXT                = 0x01000000, // extended in this band
     255
     256  //ID_SECF_PHO_SYNTH            = 0x00000001, // this photcode has SYNTH photometry, turn on only for reference catalog
     257  //ID_SECF_PHO_ATLAS            = 0x00000002, // this photcode has ATLAS photometry, turn on only for reference catalog
     258  //ID_SECF_PHO_PV3              = 0x00000004, // this photcode has PV3   photometry, turn on only for reference catalog
     259  //ID_SECF_PHO_SOUTH            = 0x00000008, // this photcode has SOUTH photometry, turn on only for reference catalog
    254260
    255261  ID_SECF_CHIP_FLAGS             = 0x01003f1f, // all chip-related bits (used to reset the correct bits only)
     
    10891095# include "ps1_ref_defs.h"
    10901096# include "ps1_ref_v2_defs.h"
     1097# include "ps1_ref_v3_defs.h"
    10911098# include "ps1_sim_defs.h"
    10921099
Note: See TracChangeset for help on using the changeset viewer.