Changeset 11269 for trunk/psastro/src/psastro.c
- Timestamp:
- Jan 24, 2007, 12:24:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r10855 r11269 54 54 55 55 bool chipastro = psMetadataLookupBool (NULL, config->arguments, "PSASTRO.CHIP.MODE"); 56 bool mosastro = psMetadataLookupBool (NULL, config->arguments, "PSASTRO.MOSAIC.MODE"); 57 if (!chipastro && !mosastro) { 58 psLogMsg ("psastro", 3, "no astrometry mode selected, assuming chip mode\n"); 59 chipastro= true; 60 } 61 56 62 if (chipastro) { 57 63 if (!psastroChipAstrom (config, refs)) { … … 61 67 } 62 68 63 bool mosastro = psMetadataLookupBool (NULL, config->arguments, "PSASTRO.MOSAIC.MODE");64 69 if (mosastro) { 65 70 if (!psastroMosaicAstrom (config, refs)) {
Note:
See TracChangeset
for help on using the changeset viewer.
