Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Update README with latest help text, remove smoothing disclaimer #119

Merged
merged 4 commits into from
Mar 4, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ See the output of ``fitlins --help`` for all valid options::
[--participant-label PARTICIPANT_LABEL [PARTICIPANT_LABEL ...]]
[-m MODEL] [-p PREPROC_DIR]
[--derivative-label DERIVATIVE_LABEL]
[--space {MNI152NLin2009cAsym}] [--include INCLUDE]
[--exclude EXCLUDE] [--n-cpus N_CPUS] [--debug] [-w WORK_DIR]
[--space {MNI152NLin2009cAsym}] [-s --smoothing]
[--include INCLUDE] [--exclude EXCLUDE] [--n-cpus N_CPUS]
[--debug] [-w WORK_DIR]
bids_dir output_dir {run,session,participant,dataset}

FitLins: Workflows for Fitting Linear models to fMRI
Expand Down Expand Up @@ -48,6 +49,9 @@ See the output of ``fitlins --help`` for all valid options::
execution label to append to derivative directory name
--space {MNI152NLin2009cAsym}
registered space of input datasets
-s --smoothing full width at half-maximum (FWHM) mm kernel
(valid types: iso (isotropic); e.g. `--smothing iso:5` will use
an isotropic 5mm FWHM kernel)
--include INCLUDE regex pattern to include files
--exclude EXCLUDE regex pattern to exclude files

Expand All @@ -59,10 +63,8 @@ See the output of ``fitlins --help`` for all valid options::
-w WORK_DIR, --work-dir WORK_DIR
path where intermediate results should be stored

At present, FitLins does not support smoothing or operate in subject-native
space.
It is developed against `FMRIPREP`_-preprocessed datasets, but is intended to
work with any dataset following the `BIDS Derivatives`_ draft specification.
At present, FitLins does not operate in subject-native space. It is developed against `FMRIPREP`_-preprocessed datasets,
but is intended to work with any dataset following the `BIDS Derivatives`_ draft specification.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you just modify the first sentence? I use newlines after each sentence to reduce the diff when sentence length cascades to line changes, as it does here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! How about now?


Models
------
Expand Down