Changeset 21508 for trunk/Ohana/src/relphot/src/select_images.c
- Timestamp:
- Feb 16, 2009, 11:33:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/select_images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/select_images.c
r15509 r21508 133 133 image[nimage] = timage[i]; 134 134 /* always allow 'few' images to succeed, if possible */ 135 if (image[nimage]. code& ID_IMAGE_FEW) {136 image[nimage]. code&= ~(ID_IMAGE_FEW | ID_IMAGE_POOR);135 if (image[nimage].flags & ID_IMAGE_FEW) { 136 image[nimage].flags &= ~(ID_IMAGE_FEW | ID_IMAGE_POOR); 137 137 } 138 138 if (RESET) { 139 139 assignMcal (&image[nimage], (double *) NULL, -1); 140 140 image[nimage].dMcal = NAN; 141 image[nimage]. code&= ~ID_IMAGE_POOR;141 image[nimage].flags &= ~ID_IMAGE_POOR; 142 142 } 143 143 line_number[nimage] = i;
Note:
See TracChangeset
for help on using the changeset viewer.
