Skip to content

Commit d41f8d0

Browse files
committed
ENH: specify POPULATE_INTENDED_FOR_OPTS within reproin following the doc
1 parent 1c5ca68 commit d41f8d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

heudiconv/heuristics/reproin.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@
199199
"TODO: adjust to your case.",
200200
}
201201

202+
POPULATE_INTENDED_FOR_OPTS = {
203+
'matching_parameters': ['ImagingVolume', 'Shims'],
204+
'criterion': 'Closest'
205+
}
202206

203207
def _delete_chars(from_str, deletechars):
204208
""" Delete characters from string allowing for Python 2 / 3 difference

0 commit comments

Comments
 (0)