Changeset 36567
- Timestamp:
- Feb 27, 2014, 1:42:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206/Ohana/src/relphot/src/relphot_parallel_regions.c
r36562 r36567 1 1 # include "relphot.h" 2 3 // measure.M contains: -2.5*log(DN) + 2.5*log(exptime) + 25.04 2 5 3 int relphot_parallel_regions () { … … 22 20 FlatCorrectionTable *flatcorr = FlatCorrectionLoad (flatcorrfile, VERBOSE); 23 21 24 / * register database handle with shutdown procedure */22 // register database handle with shutdown procedure 25 23 set_db (&db); 26 24 db.mode = dvo_catalog_catmode (CATMODE); 27 25 db.format = dvo_catalog_catformat (CATFORMAT); 28 26 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 31 28 status = dvo_image_lock (&db, ImageCat, 60.0, (UPDATE ? LCK_XCLD : LCK_SOFT)); 32 29 if (!status && UPDATE) {
Note:
See TracChangeset
for help on using the changeset viewer.
