Changeset 26898 for trunk/ppStack/src/ppStackSetup.c
- Timestamp:
- Feb 10, 2010, 7:41:23 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackSetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackSetup.c
r26454 r26898 22 22 psAssert(recipe, "We've thrown an error on this before."); 23 23 24 options->matchZPs = psMetadataLookupBool(NULL, recipe, "MATCH.ZERO.POINTS"); // Adjust zero points based on tranparency analysis? 24 // XXX : switch to this name? options->matchZPs = psMetadataLookupBool(NULL, recipe, "MATCH.ZERO.POINTS"); // Adjust zero points based on tranparency analysis? 25 options->matchZPs = psMetadataLookupBool(NULL, recipe, "ZP"); // Adjust zero points? 26 27 options->photometry = psMetadataLookupBool(NULL, recipe, "PHOTOMETRY"); // Perform photometry? 25 28 26 29 options->convolve = psMetadataLookupBool(NULL, recipe, "CONVOLVE"); // Convolve images?
Note:
See TracChangeset
for help on using the changeset viewer.
