heudiconv icon indicating copy to clipboard operation
heudiconv copied to clipboard

Session template field not listed in default heuristic comment string

Open wasciutto opened this issue 2 years ago • 1 comments

In the def infotodict(seqinfo) function provided by heudiconv's default heuristic file, it lists out the possible template fields:

"""Heuristic evaluator for determining which runs belong where

    allowed template fields - follow python string module:

    item: index within category
    subject: participant id
    seqitem: run number during scanning
    subindex: sub index within group
    """

However, it is missing the template field "session"

Summary

Platform details:

Choose one:

  • [x] Local environment
  • [ ] Container
  • Heudiconv version: 0.11.6

wasciutto avatar Jan 25 '23 15:01 wasciutto