Skip to content

Commit 3d136e5

Browse files
committed
updating docs w new bids-app options
1 parent 1e67deb commit 3d136e5

3 files changed

Lines changed: 20 additions & 9 deletions

File tree

docs/usage/cifti_vis_RSN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Makes temporary seed correlation maps using 3 rois of interest
44
then makes pretty picture of these maps.
55

6-
## Usage
6+
## Usage
77
```
88
cifti_vis_RSN cifti-snaps [options] <func.dtseries.nii> <subject>
99
cifti_vis_RSN cifti-subject [options] <func.dtseries.nii> <subject>
@@ -30,7 +30,7 @@ Options:
3030
3131
3232
```
33-
## DETAILS
33+
## DETAILS
3434
This makes pretty pictures of your hcp views using connectome workbenches "show scene" commands
3535
It pastes the pretty pictures together into some .html QC pages
3636

@@ -41,6 +41,6 @@ You can changed the color palette for all pics using the --colour-palette flag.
4141
The default colour palette is videen_style. Some people like 'PSYCH-NO-NONE' better.
4242
For more info on palettes see wb_command help.
4343

44-
Requires connectome workbench (i.e. wb_command)
44+
Requires connectome workbench (i.e. wb_command and imagemagick)
4545

4646
Written by Erin W Dickie, Feb 2016

docs/usage/ciftify_peaktable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ i.e. func.dscalar.nii --> func_peaks.csv
5959
Unless the '--no-cluster-dlabel' flag is given, a map of the clusters with be
6060
be written to the same folder as the outputcsv to aid in visualication of the results.
6161
This dlable map with have a name ending in `_clust.dlabel.nii`.
62-
(i.e. func_peaks.csv & func_clust.dlabel.nii)
62+
(i.e. `func_peaks.csv` & `func_clust.dlabel.nii`)
6363

6464
Atlas References:
6565
Yeo, BT. et al. 2011. 'The Organization of the Human Cerebral Cortex

docs/usage/fmriprep_ciftify_BIDS-app.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Runs a combination of fmriprep and ciftify pipelines from BIDS specification
44

5-
## Usage
5+
## Usage
66
```
77
run.py <bids_dir> <output_dir> <analysis_level> [options]
88
@@ -17,13 +17,24 @@ Options:
1717
--participant_label=<subjects> String or Comma separated list of participants to process. Defaults to all.
1818
--task_label=<tasks> String or Comma separated list of fmri tasks to process. Defaults to all.
1919
--session_label=<sessions> String or Comma separated list of sessions to process. Defaults to all.
20+
2021
--anat_only Only run the anatomical pipeline.
2122
--rerun-if-incomplete Will delete and rerun ciftify workflows if incomplete outputs are found.
23+
24+
--read-from-derivatives PATH Indicates pre-ciftify will be read from
25+
the indicated derivatives path and freesurfer/fmriprep will not be run
26+
--func-preproc-dirname STR Name derivatives folder where func derivatives are found [default: fmriprep]
27+
--func-preproc-desc TAG The bids desc tag [default: preproc] assigned to the preprocessed file
28+
--older-fmriprep Read from fmriprep derivatives that are version 1.1.8 or older
29+
2230
--fmriprep-workdir PATH Path to working directory for fmriprep
2331
--fs-license FILE The freesurfer license file
32+
--n_cpus INT Number of cpu's available. Defaults to the value
33+
of the OMP_NUM_THREADS environment variable
2434
--ignore-fieldmaps Will ignore available fieldmaps and use syn-sdc for fmriprep
25-
--no-SDC Will do fmriprep distortion correction at all (NOT recommended)
35+
--no-SDC Will not do fmriprep distortion correction at all (NOT recommended)
2636
--fmriprep-args="args" Additional user arguments that may be added to fmriprep stages
37+
2738
--resample-to-T1w32k Resample the Meshes to 32k Native (T1w) Space
2839
--surf-reg REGNAME Registration sphere prefix [default: MSMSulc]
2940
--no-symlinks Will not create symbolic links to the zz_templates folder
@@ -35,16 +46,15 @@ Options:
3546
--ciftify-conf YAML EXPERT OPTION. Path to a yaml configuration file. Overrides
3647
the default settings in
3748
ciftify/data/ciftify_workflow_settings.yaml
38-
--n_cpus INT Number of cpu's available. Defaults to the value
39-
of the OMP_NUM_THREADS environment variable
49+
4050
-v,--verbose Verbose logging
4151
--debug Debug logging in Erin's very verbose style
4252
-n,--dry-run Dry run
4353
-h,--help Print help
4454
4555
4656
```
47-
## DETAILS
57+
## DETAILS
4858

4959
Adapted from modules of the Human Connectome
5060
Project's minimal proprocessing pipeline. Please cite:
@@ -66,6 +76,7 @@ The default outputs are condensed to include in 4 mesh "spaces" in the following
6676

6777
In addition, the optional flag '--resample-to-T1w32k' can be used to output an
6878
additional T1w/fsaverage_LR32k folder that occur in the HCP Consortium Projects.
79+
These outputs can be critical for those building masks for DWI tract tracing.
6980

7081
By default, some to the template files needed for resampling surfaces and viewing
7182
flatmaps will be symbolic links from a folder ($CIFTIFY_WORKDIR/zz_templates) to the

0 commit comments

Comments
 (0)