Skip to content

Commit

Permalink
Modified the help to clarify information. (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci authored Apr 17, 2023
1 parent 67f435a commit d696d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/wfc3/calwf3/wf3rej/rej_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ static void printSyntax(void) {
printf(" [-r]\n");

printf(" -r: report version of code and exit\n");
printf(" -v: verbose\n");
printf(" -v: verbose mode\n");
printf(" -t: print the timestamps\n");
printf(" -shadcorr: perform shading shutter correction\n");
printf(" -crmask: flag CR in input DQ images\n");
printf(" -table <filename>: the crrejtab filename\n");
printf(" -scale <number>: scale factor for noise\n");
printf(" -init <med|min>: initial value estimate scheme\n");
printf(" -sky <none|median|mode>: how to compute sky\n");
printf(" -sigmas: rejection levels for each iteration\n");
printf(" -sigmas <sigma_values>: rejection levels for each iteration\n");
printf(" -radius <number>: CR expansion radius\n");
printf(" -thresh <number> : rejection propagation threshold\n");
printf(" -pdq <number>: data quality flag bits to reject\n\n");
Expand Down

0 comments on commit d696d83

Please sign in to comment.