- Timestamp:
- May 27, 2021, 11:41:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/relphot_images.c
r41615 r41620 38 38 MARKTIME("-- load image data: %f sec\n", dtime); 39 39 40 /* load regions and images based on specified sky patch and/or catalog */ 40 // load regions and images based on specified sky patch and/or catalog 41 // NOTE: load_images transfers zero points from images to mosaics (initMosaicMcal) 42 // and to tgroups (initTGroupMcal), resetting the image zero points to 0.0. 43 44 // (if both tgroups and mosaics are used, the mosaics will hold the value and tgroups 45 // will get values of 0.0. This is not clearly the right way to go, but may not matter 46 // if we reset everything). 47 41 48 load_images (&db, skylist, &UserPatch, FALSE, USE_ALL_IMAGES); 42 49 MARKTIME("-- load images: %f sec\n", dtime); … … 45 52 if (!UPDATE) dvo_image_unlock (&db); 46 53 47 initGridBins (); // allocates the empty array of corrections (elements are buil dbelow)54 initGridBins (); // allocates the empty array of corrections (elements are built below) 48 55 49 56 if (CALIBRATE_STACKS_AND_WARPS || (NLOOP > 0)) {
Note:
See TracChangeset
for help on using the changeset viewer.
