IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16506


Ignore:
Timestamp:
Feb 15, 2008, 9:50:09 AM (18 years ago)
Author:
eugene
Message:

added -set_tess_id, -set_end_stage, -pretend, -simple; -pretend & -simple do not work quite correctly

File:
1 edited

Legend:

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

    r16290 r16506  
    136136    psMetadataAddStr(newrunArgs, PS_LIST_TAIL, "-set_filter",  0,
    137137            "define filter", NULL);
     138    psMetadataAddStr(newrunArgs, PS_LIST_TAIL, "-set_tess_id",  0,
     139            "define tessalation", NULL);
     140    psMetadataAddStr(newrunArgs, PS_LIST_TAIL, "-set_end_stage",  0,
     141            "define processing end stage", NULL);
     142
     143    psMetadataAddBool(newrunArgs, PS_LIST_TAIL, "-pretend",  0,
     144            "print the exposures that would be included in the detrend run and exit", false);
     145    psMetadataAddBool(newrunArgs, PS_LIST_TAIL, "-simple", 0,
     146            "use the simple output format", false);
    138147
    139148    // -pending
Note: See TracChangeset for help on using the changeset viewer.