- Timestamp:
- Jul 27, 2010, 3:12:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/Ohana/src/relastro/src/select_images.c
r28241 r28720 28 28 double *RmaxSky; 29 29 off_t *index; 30 31 int badImage = 32 ID_IMAGE_ASTROM_POOR | 33 ID_IMAGE_ASTROM_FAIL | 34 ID_IMAGE_ASTROM_FEW; 30 35 31 36 if (skylist[0].Nregions < 1) { … … 171 176 image[nimage] = timage[i]; 172 177 /* always allow 'few' images to succeed, if possible */ 173 if (image[nimage].flags & ID_IMAGE_ FEW) {174 image[nimage].flags &= ~ (ID_IMAGE_FEW | ID_IMAGE_POOR);178 if (image[nimage].flags & ID_IMAGE_ASTROM_FEW) { 179 image[nimage].flags &= ~ID_IMAGE_ASTROM_FEW; 175 180 } 176 181 if (RESET) { … … 178 183 assignMcal (&image[nimage], (double *) NULL, -1); 179 184 image[nimage].dMcal = NAN; 180 image[nimage].flags &= ~ ID_IMAGE_POOR;185 image[nimage].flags &= ~badImage; 181 186 } 182 187 line_number[nimage] = i;
Note:
See TracChangeset
for help on using the changeset viewer.
