Index: /trunk/ippToPsps/config/tables.IN.vot
===================================================================
--- /trunk/ippToPsps/config/tables.IN.vot	(revision 39624)
+++ /trunk/ippToPsps/config/tables.IN.vot	(revision 39625)
@@ -703,28 +703,28 @@
         <DATA>
         <TABLEDATA>
-          <TR><TD>DEFAULT</TD>       <TD>0x00000000</TD><TD>0          </TD><TD>Initial value; resets all bits.</TD></TR>
-	  <TR><TD>NOCAL</TD>         <TD>0x00000001</TD><TD>1          </TD><TD>Detection ignored for this analysis (photcode, time range) -- internal only.</TD></TR>
-	  <TR><TD>POOR_PHOTOM</TD>   <TD>0x00000002</TD><TD>2          </TD><TD>Detection is photometry outlier.</TD></TR>                              
-	  <TR><TD>SKIP_PHOTOM</TD>   <TD>0x00000004</TD><TD>4          </TD><TD>Detection was ignored for photometry measurement.</TD></TR>                      
-	  <TR><TD>AREA</TD>          <TD>0x00000008</TD><TD>8          </TD><TD>Detection near image edge.</TD></TR>                      
-	  <TR><TD>POOR_ASTROM</TD>   <TD>0x00000010</TD><TD>16         </TD><TD>Detection is astrometry outlier.</TD></TR>                                  
-	  <TR><TD>SKIP_ASTROM</TD>   <TD>0x00000020</TD><TD>32         </TD><TD>Detection was ignored for astrometry measurement.</TD></TR>                          
-	  <TR><TD>USED_OBJ</TD>      <TD>0x00000040</TD><TD>64         </TD><TD>Detection was used during update objects</TD></TR>
-	  <TR><TD>USED_CHIP</TD>     <TD>0x00000080</TD><TD>128        </TD><TD>Detection was used during update chips.</TD></TR>
-	  <TR><TD>BLEND_MEAS</TD>    <TD>0x00000100</TD><TD>256        </TD><TD>Detection is within radius of multiple objects.</TD></TR>
-	  <TR><TD>BLEND_OBJ</TD>     <TD>0x00000200</TD><TD>512        </TD><TD>Multiple detections within radius of object.</TD></TR>
-	  <TR><TD>WARP_USED</TD>     <TD>0x00000400</TD><TD>1024       </TD><TD>Measurement used to find mean warp photometry.</TD></TR>
-	  <TR><TD>UNDEF_4</TD>       <TD>0x00000800</TD><TD>2048       </TD><TD>Unused bit value.</TD></TR>
-	  <TR><TD>BLEND_MEAS_X</TD>  <TD>0x00001000</TD><TD>4096       </TD><TD>Detection is within radius of multiple objects across catalogs.</TD></TR>               
-	  <TR><TD>ARTIFACT</TD>      <TD>0x00002000</TD><TD>8192       </TD><TD>Detection is thought to be non-astronomical.</TD></TR>        
-	  <TR><TD>SYNTH_MAG</TD>     <TD>0x00004000</TD><TD>16384      </TD><TD>Magnitude is synthetic.</TD></TR>
-	  <TR><TD>PHOTOM_UBERCAL</TD><TD>0x00008000</TD><TD>32768      </TD><TD>Externally-supplied zero point from ubercal analysis.</TD></TR>
-	  <TR><TD>STACK_PRIMARY</TD> <TD>0x00010000</TD><TD>65536      </TD><TD>This stack measurement is in the primary skycell.</TD></TR>            
-	  <TR><TD>STACK_PHOT_SRC</TD><TD>0x00020000</TD><TD>131072     </TD><TD>This measurement supplied the stack photometry.</TD></TR>
-	  <TR><TD>ICRF_QSO</TD>      <TD>0x00040000</TD><TD>262144     </TD><TD>This measurement is an ICRF reference position.</TD></TR>
-	  <TR><TD>IMAGE_EPOCH</TD>   <TD>0x00080000</TD><TD>524288     </TD><TD>This measurement is registered to the image epoch (not tied to the reference catalog epoch).</TD></TR>
-	  <TR><TD>PHOTOM_PSF</TD>    <TD>0x00100000</TD><TD>1048576    </TD><TD>This measurement is used for the mean PSF magnitude.</TD></TR>
-	  <TR><TD>PHOTOM_APER</TD>   <TD>0x00200000</TD><TD>2097152    </TD><TD>This measurement is used for the mean aperture magnitude.</TD></TR>
-	  <TR><TD>PHOTOM_KRON</TD>   <TD>0x00400000</TD><TD>4194304    </TD><TD>This measurement is used for the mean Kron (1980) magnitude.</TD></TR>
+          <TR><TD>DEFAULT</TD>               <TD>0x00000000</TD><TD>0          </TD><TD>Initial value; resets all bits.</TD></TR>
+	  <TR><TD>NOCAL</TD>                 <TD>0x00000001</TD><TD>1          </TD><TD>Detection ignored for this analysis (photcode, time range) -- internal only.</TD></TR>
+	  <TR><TD>POOR_PHOTOM</TD>           <TD>0x00000002</TD><TD>2          </TD><TD>Detection is photometry outlier.</TD></TR>                              
+	  <TR><TD>SKIP_PHOTOM</TD>           <TD>0x00000004</TD><TD>4          </TD><TD>Detection was ignored for photometry measurement.</TD></TR>                      
+	  <TR><TD>AREA</TD>                  <TD>0x00000008</TD><TD>8          </TD><TD>Detection near image edge.</TD></TR>                      
+	  <TR><TD>POOR_ASTROM</TD>           <TD>0x00000010</TD><TD>16         </TD><TD>Detection is astrometry outlier.</TD></TR>                                  
+	  <TR><TD>SKIP_ASTROM</TD>           <TD>0x00000020</TD><TD>32         </TD><TD>Detection was ignored for astrometry measurement.</TD></TR>                          
+	  <TR><TD>USED_OBJ</TD>              <TD>0x00000040</TD><TD>64         </TD><TD>Detection was used during update objects</TD></TR>
+	  <TR><TD>USED_CHIP</TD>             <TD>0x00000080</TD><TD>128        </TD><TD>Detection was used during update chips to measure astrometry with IRLS fit.</TD></TR>
+	  <TR><TD>BLEND_MEAS</TD>            <TD>0x00000100</TD><TD>256        </TD><TD>Detection is within radius of multiple objects.</TD></TR>
+	  <TR><TD>BLEND_OBJ</TD>             <TD>0x00000200</TD><TD>512        </TD><TD>Multiple detections within radius of object.</TD></TR>
+	  <TR><TD>WARP_USED</TD>             <TD>0x00000400</TD><TD>1024       </TD><TD>Measurement used to find mean warp photometry.</TD></TR>
+	  <TR><TD>ID_MEAS_UNMASKED_ASTRO</TD><TD>0x00000800</TD><TD>2048       </TD><TD>Detection was unmasked in update chips to determine astrometry parameter errors.</TD></TR>
+	  <TR><TD>BLEND_MEAS_X</TD>          <TD>0x00001000</TD><TD>4096       </TD><TD>Detection is within radius of multiple objects across catalogs.</TD></TR>               
+	  <TR><TD>ARTIFACT</TD>              <TD>0x00002000</TD><TD>8192       </TD><TD>Detection is thought to be non-astronomical.</TD></TR>        
+	  <TR><TD>SYNTH_MAG</TD>             <TD>0x00004000</TD><TD>16384      </TD><TD>Magnitude is synthetic.</TD></TR>
+	  <TR><TD>PHOTOM_UBERCAL</TD>        <TD>0x00008000</TD><TD>32768      </TD><TD>Externally-supplied zero point from ubercal analysis.</TD></TR>
+	  <TR><TD>STACK_PRIMARY</TD>         <TD>0x00010000</TD><TD>65536      </TD><TD>This stack measurement is in the primary skycell.</TD></TR>            
+	  <TR><TD>STACK_PHOT_SRC</TD>        <TD>0x00020000</TD><TD>131072     </TD><TD>This measurement supplied the stack photometry.</TD></TR>
+	  <TR><TD>ICRF_QSO</TD>              <TD>0x00040000</TD><TD>262144     </TD><TD>This measurement is an ICRF reference position.</TD></TR>
+	  <TR><TD>IMAGE_EPOCH</TD>           <TD>0x00080000</TD><TD>524288     </TD><TD>This measurement is registered to the image epoch (not tied to the reference catalog epoch).</TD></TR>
+	  <TR><TD>PHOTOM_PSF</TD>            <TD>0x00100000</TD><TD>1048576    </TD><TD>This measurement is used for the mean PSF magnitude.</TD></TR>
+	  <TR><TD>PHOTOM_APER</TD>           <TD>0x00200000</TD><TD>2097152    </TD><TD>This measurement is used for the mean aperture magnitude.</TD></TR>
+	  <TR><TD>PHOTOM_KRON</TD>           <TD>0x00400000</TD><TD>4194304    </TD><TD>This measurement is used for the mean Kron (1980) magnitude.</TD></TR>
         </TABLEDATA>
       </DATA>
