IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 3:09:51 PM (20 years ago)
Author:
jhoblitt
Message:

change -adddetrunsummary -reject -> -accept

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettoolConfig.c

    r8987 r9043  
    398398    psMetadataAddF64(adddetrunsummaryArgs, PS_LIST_TAIL, "-bg_mean_stdev",  0,
    399399        "define exposue background mean stdev", NAN);
    400     psMetadataAddBool(adddetrunsummaryArgs, PS_LIST_TAIL, "-reject",  0,
    401         "declare that this detrun iteration is not a master", false);
     400    psMetadataAddBool(adddetrunsummaryArgs, PS_LIST_TAIL, "-accept",  0,
     401        "declare that this detrun iteration is accepted as a master", false);
    402402
    403403    // -updatedetrun
Note: See TracChangeset for help on using the changeset viewer.