IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2010, 5:32:32 PM (16 years ago)
Author:
Paul Price
Message:

Get running with scaling of kernel parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppStack/src/ppStackSetup.c

    r26475 r26674  
    2222    psAssert(recipe, "We've thrown an error on this before.");
    2323
    24     options->matchZPs = psMetadataLookupBool(NULL, recipe, "MATCH.ZERO.POINTS"); // Adjust zero points based on tranparency analysis?
     24    options->matchZPs = psMetadataLookupBool(NULL, recipe, "ZP"); // Adjust zero points?
     25
     26    options->photometry = psMetadataLookupBool(NULL, recipe, "PHOTOMETRY"); // Perform photometry?
    2527
    2628    options->convolve = psMetadataLookupBool(NULL, recipe, "CONVOLVE"); // Convolve images?
Note: See TracChangeset for help on using the changeset viewer.