|
39 | 39 | <arguments>
|
40 | 40 |
|
41 | 41 | <required>
|
42 |
| - <intro>Exactly one input is required:</intro> |
| 42 | + <intro>Required positional parameters (these need to be placed after any options):</intro> |
43 | 43 | <argument>in-file</argument>
|
44 | 44 | <explanation>input filename</explanation>
|
| 45 | + <argument>[second-in-file]</argument> |
| 46 | + <explanation>input second filename to be combined with in-file, required for --combinesurfs</explanation> |
45 | 47 | <argument>out-file</argument>
|
46 | 48 | <explanation>output filename</explanation>
|
47 | 49 | </required>
|
|
51 | 53 | <explanation>help page</explanation>
|
52 | 54 | <argument>-p</argument>
|
53 | 55 | <explanation>in-file is a patch file, not a full surface</explanation>
|
54 |
| - <argument>-c scalar-file</argument> |
55 |
| - <explanation>input scalar curv overlay file (must still specify surface)</explanation> |
| 56 | + <argument>-c scalar-file1, scalar-file2, ..., scalar-filen</argument> |
| 57 | + <explanation>input scalar curv overlay files (must still specify surface)</explanation> |
56 | 58 | <argument>-f scalar-file</argument>
|
57 | 59 | <explanation>input functional time-series or other multi-frame data (must specify surface)</explanation>
|
58 | 60 | <argument>-o origname</argument>
|
|
81 | 83 | <explanation>output gifti file to which label stats will be written</explanation>
|
82 | 84 | <argument>--combinesurfs</argument>
|
83 | 85 | <explanation>combine surface files, two input surface files required</explanation>
|
| 86 | + <argument>--mergegifti</argument> |
| 87 | + <explanation>generate combined gifti file with surface and multiple curvature data</explanation> |
84 | 88 | <argument>--delete-cmds</argument>
|
85 | 89 | <explanation>delete command lines in surface</explanation>
|
86 | 90 | <argument>--center</argument>
|
|
0 commit comments