Changeset 27500
- Timestamp:
- Mar 28, 2010, 4:25:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225/psphot/src/psphotMagnitudes.c
r27267 r27500 80 80 } 81 81 82 bool IGNORE_GROWTH = psMetadataLookupBool (&status, recipe, "IGNORE_GROWTH");82 bool IGNORE_GROWTH = psMetadataLookupBool (&status, recipe, "IGNORE_GROWTH"); 83 83 bool INTERPOLATE_AP = psMetadataLookupBool (&status, recipe, "INTERPOLATE_AP"); 84 bool DIFF_STATS = psMetadataLookupBool (&status, recipe, "INTERPOLATE_AP"); 84 85 85 86 pmSourcePhotometryMode photMode = PM_SOURCE_PHOT_APCORR | PM_SOURCE_PHOT_WEIGHT; 86 87 if (!IGNORE_GROWTH) photMode |= PM_SOURCE_PHOT_GROWTH; 87 88 if (INTERPOLATE_AP) photMode |= PM_SOURCE_PHOT_INTERP; 89 if (DIFF_STATS) photMode |= PM_SOURCE_PHOT_DIFFSTATS; 88 90 89 91 // choose Cx, Cy (see psphotThreadTools.c for overview of the concepts)
Note:
See TracChangeset
for help on using the changeset viewer.
