We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb252e commit 07d8953Copy full SHA for 07d8953
slicetimeextract
@@ -4,7 +4,7 @@
4
# FSL compatible file in OUTPUTDIR
5
6
usage(){
7
- echo "Usage: $0 INPUTFILE OUTPUTDIRECTORY"
+ echo "Usage: $(basename $0) INPUTFILE OUTPUTDIRECTORY"
8
echo "INPUTFILE should be a BIDS functional sidecar json file"
9
echo "OUTPUTDIRECTORY is where I will write your FSL-compatible slice timing"
10
echo "I will write foo_bold.json to OUTPUTDIRECTORY/foo_slicetimes.txt"
0 commit comments