Index: /branches/eam_branches/ipp-20140206/Ohana/src/relphot/src/relphot_parallel_regions.c
===================================================================
--- /branches/eam_branches/ipp-20140206/Ohana/src/relphot/src/relphot_parallel_regions.c	(revision 36566)
+++ /branches/eam_branches/ipp-20140206/Ohana/src/relphot/src/relphot_parallel_regions.c	(revision 36567)
@@ -1,5 +1,3 @@
 # include "relphot.h"
-
-// measure.M contains: -2.5*log(DN) + 2.5*log(exptime) + 25.0 
 
 int relphot_parallel_regions () {
@@ -22,11 +20,10 @@
   FlatCorrectionTable *flatcorr = FlatCorrectionLoad (flatcorrfile, VERBOSE);
 
-  /* register database handle with shutdown procedure */
+  // register database handle with shutdown procedure
   set_db (&db);
   db.mode   = dvo_catalog_catmode (CATMODE);
   db.format = dvo_catalog_catformat (CATFORMAT);
 
-  /* lock and load the image db table */
-  // XXX add optional case in which we do not update the db?
+  // lock and load the image db table
   status = dvo_image_lock (&db, ImageCat, 60.0, (UPDATE ? LCK_XCLD : LCK_SOFT));
   if (!status && UPDATE) {
