- Timestamp:
- May 27, 2021, 3:55:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/relphot_images.c
r41620 r41623 161 161 } 162 162 163 // once the zero points have been calculated, they are reassigned to the 164 // individual images. At this point, the mosaic and tgroup values should not 165 // be used. 166 freeMosaics (); 167 MOSAIC_ZEROPT = FALSE; 168 TGROUP_ZEROPT = FALSE; 169 163 170 reload_images (&db); 164 171 … … 175 182 176 183 if (UPDATE_CATFORMAT) { 177 // ensure the db format is updated184 // ensure the Image db format is updated 178 185 db.format = dvo_catalog_catformat (UPDATE_CATFORMAT); 179 186 gfits_modify (&db.header, "FORMAT", "%s", 1, UPDATE_CATFORMAT); … … 186 193 187 194 freeImages (db.ftable.buffer); 188 freeMosaics ();189 195 freeGridBins (); 190 196
Note:
See TracChangeset
for help on using the changeset viewer.
