Index: trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- trunk/Ohana/src/libdvo/include/dvo.h	(revision 42792)
+++ trunk/Ohana/src/libdvo/include/dvo.h	(revision 42793)
@@ -28,4 +28,5 @@
   DVO_FORMAT_PS1_REF,
   DVO_FORMAT_PS1_REF_V2,
+  DVO_FORMAT_PS1_REF_V3,
   DVO_FORMAT_PS1_SIM,
   DVO_FORMAT_PS1_V1,
@@ -252,4 +253,9 @@
 
   ID_SECF_OBJ_EXT       	 = 0x01000000, // extended in this band
+
+  //ID_SECF_PHO_SYNTH            = 0x00000001, // this photcode has SYNTH photometry, turn on only for reference catalog
+  //ID_SECF_PHO_ATLAS            = 0x00000002, // this photcode has ATLAS photometry, turn on only for reference catalog
+  //ID_SECF_PHO_PV3              = 0x00000004, // this photcode has PV3   photometry, turn on only for reference catalog
+  //ID_SECF_PHO_SOUTH            = 0x00000008, // this photcode has SOUTH photometry, turn on only for reference catalog
 
   ID_SECF_CHIP_FLAGS    	 = 0x01003f1f, // all chip-related bits (used to reset the correct bits only)
@@ -1089,4 +1095,5 @@
 # include "ps1_ref_defs.h"
 # include "ps1_ref_v2_defs.h"
+# include "ps1_ref_v3_defs.h"
 # include "ps1_sim_defs.h"
 
