IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2008, 4:01:59 PM (18 years ago)
Author:
Paul Price
Message:

Need to check to see if photometry is turned on both before AND after defining the camera --- because it can be turned on on the command line or in a top-level recipe, or in a camera-dependent recipe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackArguments.c

    r18650 r18653  
    194194    valueArgStr(arguments, "-stats", "STATS", config->arguments);
    195195
     196    if (psMetadataLookupBool(NULL, arguments, "-photometry")) {
     197        psMetadataAddBool(config->arguments, PS_LIST_TAIL, "PHOTOMETRY", 0,
     198                          "Do photometry on stacked image?", true);
     199    }
     200
    196201    return true;
    197202}
Note: See TracChangeset for help on using the changeset viewer.