- Timestamp:
- Jun 27, 2018, 3:20:35 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relphot/src/select_images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/Ohana
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/Ohana/src/relphot/src/select_images.c
r39648 r40477 251 251 image[nimage] = timage[i]; 252 252 inSubset[i] = TRUE; 253 /* always allow 'few' images to succeed, if possible (new images / detections may have254 * been added) */255 if (image[nimage].flags & ID_IMAGE_PHOTOM_FEW) {256 image[nimage].flags &= ~(ID_IMAGE_PHOTOM_FEW | ID_IMAGE_PHOTOM_POOR);257 }258 if (RESET) {259 if (RESET_ZEROPTS) {260 if (!KEEP_UBERCAL || !(image[nimage].flags & ID_IMAGE_PHOTOM_UBERCAL)) {261 image[nimage].Mcal = 0.0;262 image[nimage].dMcal = NAN;263 image[nimage].flags &= ~ID_IMAGE_PHOTOM_UBERCAL;264 }265 }266 image[nimage].flags &= ~ID_IMAGE_PHOTOM_POOR;267 image[nimage].ubercalDist = 1000;268 }269 253 line_number[nimage] = i; 270 254 nimage ++;
Note:
See TracChangeset
for help on using the changeset viewer.
