IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 2:58:21 PM (15 years ago)
Author:
eugene
Message:

only apply kron radius upper limit for faint sources; fix negative errors in forced phot; enable single direction test in ppSub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/ppSub/src/ppSubMatchPSFs.c

    r31156 r31459  
    190190    if (!strcasecmp(string, "AUTO")) return PM_SUBTRACTION_MODE_UNSURE;
    191191    if (!strcasecmp(string, "DUAL")) return PM_SUBTRACTION_MODE_DUAL;
     192    if (!strcasecmp(string, "SINGLE_AUTO")) return PM_SUBTRACTION_MODE_SINGLE_AUTO;
    192193    if (!strcasecmp(string, "SINGLE1")) return PM_SUBTRACTION_MODE_1;
    193194    if (!strcasecmp(string, "SINGLE2")) return PM_SUBTRACTION_MODE_2;
Note: See TracChangeset for help on using the changeset viewer.