Skip to content

Commit

Permalink
change all preprocessing-workflow to fmriprep, authors list edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoshana Berleant committed Dec 12, 2016
1 parent bfd120a commit d4b0b1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 44 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of preprocessing-workflow nor the names of its
* Neither the name of fmriprep nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Acknowledgements

Please acknowledge this work mentioning explicitly the name of this software (fmriprep)
and the version, along with the link to the GitHub repository
(https://github.com/poldracklab/preprocessing-workflow).
(https://github.com/poldracklab/fmriprep).


License information
Expand Down
39 changes: 0 additions & 39 deletions docs/about.rst

This file was deleted.

4 changes: 2 additions & 2 deletions fmriprep/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
__version__ = '0.1.2a3'
__author__ = 'The CRN developers'
__copyright__ = 'Copyright 2016, Center for Reproducible Neuroscience, Stanford University'
__credits__ = ['Craig Moodie', 'Ross Blair', 'Oscar Esteban', 'Chris F. Gorgolewski',
__credits__ = ['Craig Moodie', 'Ross Blair', 'Oscar Esteban', 'Chris F. Gorgolewski', 'Shoshana Berleant',
'Russell A. Poldrack']
__license__ = '3-clause BSD'
__maintainer__ = 'Ross Blair'
__email__ = 'crn.poldracklab@gmail.com'
__status__ = 'Prototype'
__url__ = 'https://github.com/poldracklab/preprocessing-workflow'
__url__ = 'https://github.com/poldracklab/fmriprep'
__packagename__ = 'fmriprep'
__description__ = """fMRIprep is a functional magnetic resonance image pre-processing pipeline that
is designed to provide an easily accessible, state-of-the-art interface that is robust to differences
Expand Down
2 changes: 1 addition & 1 deletion fmriprep/workflows/fieldmap/unwarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _get_fname(in_file):
get_first.inputs.in_file = to_coeff.run().outputs.out_file

# 4. Set correct header
# see https://github.com/poldracklab/preprocessing-workflow/issues/92
# see https://github.com/poldracklab/fmriprep/issues/92
img = nb.load(get_first.run().outputs.roi_file)
hdr = img.get_header().copy()
hdr['intent_p1'] = spacings[0]
Expand Down

0 comments on commit d4b0b1b

Please sign in to comment.