Index: trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- trunk/Ohana/src/libdvo/include/dvo.h	(revision 35102)
+++ trunk/Ohana/src/libdvo/include/dvo.h	(revision 35416)
@@ -129,5 +129,5 @@
   ID_MEAS_BLEND_MEAS_X   = 0x00001000,  // detection is within radius of multiple objects across catalogs		     
   ID_MEAS_ARTIFACT       = 0x00002000,  // detection is thought to be non-astronomical				     
-  ID_MEAS_UNDEF_5        = 0x00004000,  // unused 
+  ID_MEAS_SYNTH_MAG      = 0x00004000,  // magnitude is synthetic
   ID_MEAS_PHOTOM_UBERCAL = 0x00008000,  // externally-supplied zero point from ubercal analysis
   ID_MEAS_STACK_PRIMARY  = 0x00010000,  // this stack measurement is in the primary skycell
@@ -288,4 +288,7 @@
 CMF_PS1_SV1 *gfits_table_get_CMF_PS1_SV1_Alt (FTable *ftable, off_t *Ndata, char *swapped);
 
+// another special case : does not match byte-boundaries
+# include "cmf-ps1-dv3.h"
+
 typedef struct {
   int Ncode;					  // number of photcodes
@@ -717,6 +720,8 @@
 
 void dvo_average_init (Average *average);
+void dvo_averageT_init (AverageTiny *average);
 void dvo_secfilt_init (SecFilt *secfilt);
 void dvo_measure_init (Measure *measure);
+void dvo_measureT_init (MeasureTiny *measure);
 
 # endif // DVO_H
