| 30 | | The resulting file has a row for each image. The extractinfo was used to skip stacks and select a single row for each exposure. The row used was the first one |
| 31 | | found with flags & 0x62 XXX list flags, if any. If no images had zero values for these flags the last image was used. (Subsequently it was verified that all rows |
| 32 | | have the same values for the paramters except for FLAGS). |
| | 30 | The resulting file has a row for each image. The script extractinfo was used to skip stacks and select a single row for each exposure. The row used was the first one |
| | 31 | found with |
| | 32 | {{{ |
| | 33 | (FLAGS & (ID_IMAGE_PHOTOM_POOR | ID_IMAGE_ASTROM_POOR | ID_IMAGE_ASTROM_FAIL)) == 0. |
| | 34 | }}} |
| | 35 | |
| | 36 | |
| | 37 | If no images without these flags set are found for a given exposure, the last entry encountered was used. (Subsequently it was verified that all rows |
| | 38 | have the same values for the parameters except for FLAGS). |