Changeset 39441
- Timestamp:
- Mar 8, 2016, 11:26:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/relastro/src/relastro_images.c
r39439 r39441 12 12 set_db (&db); 13 13 gfits_db_init (&db); 14 15 // final pass fit mode (use FIT_AVERAGE only for the image loop) 16 int finalPassMode = FIT_MODE; // start with the globally-defined fit mode 17 FIT_MODE = FIT_AVERAGE; 14 18 15 19 /* lock and load the image db table */ … … 142 146 143 147 // if we do NOT have parallel partitions, we must NOT write them out yet: the act of 144 // writing out the files byte-swaps the data and makes the values invalid efor the148 // writing out the files byte-swaps the data and makes the values invalid for the 145 149 // following calls to UpdateObjectOffsets (which attempt to apply the image values from 146 150 // the structure in memory) 151 152 FIT_MODE = finalPassMode; // use the user-selected mode for the final pass 147 153 148 154 // iterate over catalogs to make detection coordinates consistant
Note:
See TracChangeset
for help on using the changeset viewer.
