IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36567


Ignore:
Timestamp:
Feb 27, 2014, 1:42:51 PM (12 years ago)
Author:
eugene
Message:

fix comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140206/Ohana/src/relphot/src/relphot_parallel_regions.c

    r36562 r36567  
    11# include "relphot.h"
    2 
    3 // measure.M contains: -2.5*log(DN) + 2.5*log(exptime) + 25.0
    42
    53int relphot_parallel_regions () {
     
    2220  FlatCorrectionTable *flatcorr = FlatCorrectionLoad (flatcorrfile, VERBOSE);
    2321
    24   /* register database handle with shutdown procedure */
     22  // register database handle with shutdown procedure
    2523  set_db (&db);
    2624  db.mode   = dvo_catalog_catmode (CATMODE);
    2725  db.format = dvo_catalog_catformat (CATFORMAT);
    2826
    29   /* lock and load the image db table */
    30   // XXX add optional case in which we do not update the db?
     27  // lock and load the image db table
    3128  status = dvo_image_lock (&db, ImageCat, 60.0, (UPDATE ? LCK_XCLD : LCK_SOFT));
    3229  if (!status && UPDATE) {
Note: See TracChangeset for help on using the changeset viewer.