IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31672


Ignore:
Timestamp:
Jun 22, 2011, 12:51:40 AM (15 years ago)
Author:
eugene
Message:

allow single direction to be chosen automatically

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubMatchPSFs.c

    r31156 r31672  
    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.