IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 30, 2006, 2:07:26 PM (20 years ago)
Author:
eugene
Message:

added addstar option, not well tested; converted detselect to use psPipe / psIOBuffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageOptions.c

    r7621 r7771  
    188188    }
    189189
     190    options->doAddstar = psMetadataLookupBool(NULL, recipe, "ADDSTAR");
     191    if (options->doAddstar && !(options->doAstromChip || options->doAstromMosaic)) {
     192        psLogMsg(__func__, PS_LOG_ERROR, "Invalid Phase2 Options: cannot Addstar without Astrometry");
     193        exit(EXIT_FAILURE);
     194    }
     195
    190196    return options;
    191197}
Note: See TracChangeset for help on using the changeset viewer.