IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 26, 2006, 6:26:37 PM (20 years ago)
Author:
eugene
Message:

updates and notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastro.c

    r10782 r10833  
    5353    }
    5454
    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) {
    6262        if (!psastroMosaicAstrom (config, refs)) {
    6363            psErrorStackPrint(stderr, "failed to perform mosaic camera astrometry\n");
Note: See TracChangeset for help on using the changeset viewer.