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)