IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2006, 11:25:37 AM (20 years ago)
Author:
jhoblitt
Message:

partial -addresid implementation

File:
1 edited

Legend:

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

    r7322 r7335  
    176176        "define detrend ID (required)", NULL);
    177177    psMetadataAddStr(addresidArgs, PS_LIST_TAIL, "-class_id",  0,
    178         "define class ID", NULL);
     178        "define class ID (required)", NULL);
    179179    psMetadataAddStr(addresidArgs, PS_LIST_TAIL, "-stats",  0,
    180         "define stats", NULL);
    181     psMetadataAddBool(addresidArgs, PS_LIST_TAIL, "-accpet",  0,
     180        "define stats (required)", NULL);
     181    psMetadataAddStr(addresidArgs, PS_LIST_TAIL, "-recipe",  0,
     182        "define recipe (required)", NULL);
     183    psMetadataAddBool(addresidArgs, PS_LIST_TAIL, "-accept",  0,
    182184        "define as having acceptable residuals", false);
    183185
Note: See TracChangeset for help on using the changeset viewer.