Index: /trunk/ippToPsps/jython/objectbatch.py
===================================================================
--- /trunk/ippToPsps/jython/objectbatch.py	(revision 33714)
+++ /trunk/ippToPsps/jython/objectbatch.py	(revision 33715)
@@ -21,5 +21,5 @@
 ObjectBatch class
 
-This class, a sub-class of Batch, processes single stack skycells in the form of IPP cmf files
+This class, a sub-class of Batch, processes individual DVO region file pairs (cpt and cps files). The cpt file contains a list of all objects in that region, the cps file contains the magnitudes and so has a row per filter per object (so, generally, has rows = 5 x number of objects). The Photcode.dat table us used to figure out the number and order of filters as they appear in the cps file.
 
 '''
@@ -120,4 +120,6 @@
                    ," + filter[1] + "MeanFlux = 3631 * POW(10.0, (-0.4*MAG)) \
                    ," + filter[1] + "MeanMagErr = MAG_ERR \
+                   ," + filter[1] + "Min = MAG_20 \
+                   ," + filter[1] + "Max = MAG_80 \
                    "
 
