Changeset 10833 for trunk/psastro/src/psastro.c
- Timestamp:
- Dec 26, 2006, 6:26:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r10782 r10833 53 53 } 54 54 55 char *mosastro = psMetadataLookupStr (NULL, config->arguments, "MOSASTRO");56 if (mosastro == NULL) {57 if (!psastroChipAstrom (config, refs)) {58 psErrorStackPrint(stderr, "failed to perform single chip astrometry\n"); 59 exit (1); 60 } 61 } else{55 if (!psastroChipAstrom (config, refs)) { 56 psErrorStackPrint(stderr, "failed to perform single chip astrometry\n"); 57 exit (1); 58 } 59 60 bool mosastro = psMetadataLookupBool (NULL, config->arguments, "MOSAIC.MODE"); 61 if (!mosastro) { 62 62 if (!psastroMosaicAstrom (config, refs)) { 63 63 psErrorStackPrint(stderr, "failed to perform mosaic camera astrometry\n");
Note:
See TracChangeset
for help on using the changeset viewer.
