Skip to content

Commit 3c989de

Browse files
committed
DOC: A little description for bids_ME
1 parent b024f7d commit 3c989de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

heudiconv/heuristics/bids_ME.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import os
1+
"""Heuristic demonstrating conversion of the Multi-Echo sequences.
2+
3+
It only cares about converting sequences which have _ME_ in their
4+
series_description and outputs to BIDS.
5+
"""
6+
27

38
def create_key(template, outtype=('nii.gz',), annotation_classes=None):
49
if template is None or not template:

0 commit comments

Comments
 (0)