You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/master' into fix/group
* origin/master:
BF: fix logging string + move etelemetry under try/except
Add stop_before_pixels to the rest of dicom reads
Boost perspective release date in changelog to today
doc: closes#401
ENH(TST): Fix version to older pytest to ease backward compatibility testing
RF: use tmpdir not tmp_path fixture
FIX: minor typo in CHANGELOG.md
Version boost to 0.6.0
DOC: populate detailed changelog for 0.6.0 and tune up formatting in previous one
Fix miscellaneous typos in ReproIn heuristic file.
BF: fix check for the sbatch (SLURM) not being available
ENH: make test-compare-two-versions take any two worktrees, and just show diff if results already known
Update heudiconv/convert.py
apply @mgxd 's suggestions, adding a warning and a timeout environment variable
need str typecast
Use empty string not None
Empty acq_time results in empty cell not 'n/a'
Acquire a lock prior to top level bids file modification
Conflicts:
heudiconv/dicoms.py -- removed both "common base" and "master" conflicting portion of group_dicoms_into_seqinfos, seems to be moved elsewhere and the only change was stopping reading dicom before pixel data, and I think that is already everywhere in this PR anyways
Copy file name to clipboardExpand all lines: docs/tutorials.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ other users' tutorials covering their experience with ``heudiconv``.
7
7
8
8
- `YouTube tutorial <https://www.youtube.com/watch?v=O1kZAuR7E00>`_ by `James Kent <https://github.com/jdkent>`_.
9
9
10
-
- `Walkthrough <http://reproducibility.stanford.edu/bids-tutorial-series-part-2a/>`_ by the `Standard Center for Reproducible Neuroscience <http://reproducibility.stanford.edu/>`_.
10
+
- `Walkthrough <http://reproducibility.stanford.edu/bids-tutorial-series-part-2a/>`_ by the `Stanford Center for Reproducible Neuroscience <http://reproducibility.stanford.edu/>`_.
11
11
12
12
- `U of A Neuroimaging Core <https://neuroimaging-core-docs.readthedocs.io/en/latest/pages/heudiconv.html>`_ by `Dianne Patterson <https://github.com/dkp>`_.
0 commit comments