- Timestamp:
- Jul 27, 2010, 3:17:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/Ohana/src/relphot/src/select_images.c
r28241 r28723 157 157 image[nimage] = timage[i]; 158 158 /* always allow 'few' images to succeed, if possible */ 159 if (image[nimage].flags & ID_IMAGE_ FEW) {160 image[nimage].flags &= ~(ID_IMAGE_ FEW | ID_IMAGE_POOR);159 if (image[nimage].flags & ID_IMAGE_PHOTOM_FEW) { 160 image[nimage].flags &= ~(ID_IMAGE_PHOTOM_FEW | ID_IMAGE_PHOTOM_POOR); 161 161 } 162 162 if (RESET) { 163 163 assignMcal (&image[nimage], (double *) NULL, -1); 164 164 image[nimage].dMcal = NAN; 165 image[nimage].flags &= ~ID_IMAGE_P OOR;165 image[nimage].flags &= ~ID_IMAGE_PHOTOM_POOR; 166 166 } 167 167 line_number[nimage] = i;
Note:
See TracChangeset
for help on using the changeset viewer.
