Skip to content

3.3.0

Latest
Compare
Choose a tag to compare
@lmperry lmperry released this 14 Oct 07:13
· 6 commits to master since this release
ff02e54

Change Log

  • ENH: classify multi-echo data captured with hypermepi sequence (#8)
    • Impact: Data captured with hypermepi sequence will be classified as:
{
   "Custom":[
      "hypermepi"
   ],
   "Intent":[
      "Functional"
   ],
   "Features":[
      "Multi-Echo"
   ],
   "Measurement":[
      "T2*"
   ]
}
  • FIX: typo fix (#8)
    • Impact: Fixes typo in Susceptibility measurement when being set via series description
  • ENH: Ignore path when setting custom sequence (#8)
    • Impact: Custom sequences will no longer have the full path to the psd (e.g, /research/hypermepi -> hypermepi)
  • MAINT: Tidy code (#8)
    • Impact: None