IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28098


Ignore:
Timestamp:
May 25, 2010, 3:10:12 PM (16 years ago)
Author:
eugene
Message:

cut-n-paste error in recipe value for turning on DIFF_STATS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotMagnitudes.c

    r28013 r28098  
    8787    bool IGNORE_GROWTH  = psMetadataLookupBool (&status, recipe, "IGNORE_GROWTH");
    8888    bool INTERPOLATE_AP = psMetadataLookupBool (&status, recipe, "INTERPOLATE_AP");
    89     bool DIFF_STATS     = psMetadataLookupBool (&status, recipe, "INTERPOLATE_AP");
     89    bool DIFF_STATS     = psMetadataLookupBool (&status, recipe, "DIFF_STATS");
    9090
    9191    pmSourcePhotometryMode photMode = PM_SOURCE_PHOT_APCORR | PM_SOURCE_PHOT_WEIGHT;
Note: See TracChangeset for help on using the changeset viewer.