We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b024f7d commit 3c989deCopy full SHA for 3c989de
heudiconv/heuristics/bids_ME.py
@@ -1,4 +1,9 @@
1
-import os
+"""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
7
8
def create_key(template, outtype=('nii.gz',), annotation_classes=None):
9
if template is None or not template:
0 commit comments