IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2006, 7:13:37 PM (20 years ago)
Author:
jhoblitt
Message:

update -addresidexp options

File:
1 edited

Legend:

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

    r8406 r8421  
    301301    psMetadataAddBool(residimfileArgs, PS_LIST_TAIL, "-simple",  0,
    302302        "use the simple output format", false);
    303  
     303
    304304    // -addresidexp
    305305    psMetadata *addresidexpArgs = psMetadataAlloc();
     
    312312    psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-recip",  0,
    313313        "define recipe (required)", NULL);
    314     psMetadataAddBool(addresidexpArgs, PS_LIST_TAIL, "-accept",  0,
    315         "define as having acceptable residuals", false);
     314    psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-jpeg1",  0,
     315        "define jpeg 1 (required)", NULL);
     316    psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-jpeg2",  0,
     317        "define jpeg 2 (required)", NULL);
     318    psMetadataAddF32(addresidexpArgs, PS_LIST_TAIL, "-stats",  0,
     319        "define stats (required)", NULL);
     320    psMetadataAddBool(addresidexpArgs, PS_LIST_TAIL, "-reject",  0,
     321        "exposure is not to be stacked in the next iteration", false);
    316322
    317323    // -residexp
Note: See TracChangeset for help on using the changeset viewer.