Skip to content

Commit

Permalink
Update demo.py
Browse files Browse the repository at this point in the history
clarify heuristic keywords
  • Loading branch information
TinasheMTapera authored Sep 10, 2019
1 parent b1df2fb commit a12ae92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example_heuristics/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ def create_key(template, outtype=('nii.gz',), annotation_classes=None):
# define the infotodict looping function
def infotodict(seqinfo):

"""Heuristic evaluator for determining which runs belong where
allowed template fields - follow python string module:
item: index within category
"""Heuristic evaluator; use the following keywords:
subject: participant id
seqitem: run number during scanning
subindex: sub index within group
session: session id
item: index within category (populated automatically from 1...n)
"""

# create a dict of your keys
Expand Down

0 comments on commit a12ae92

Please sign in to comment.