physimals / oxasl

Python based ASL pipeline based on oxford_asl
https://oxasl.readthedocs.io/
Apache License 2.0
5 stars 6 forks source link

Output model fit in format which is directly comparable with data #8

Open mcraig-ibme opened 5 years ago

mcraig-ibme commented 5 years ago

Before doing model fitting, oxasl reorders and performs label-control subtraction on the ASL data. This means the output modelfit is unlikely to 'match' the input ASL data.

We should reorder the modelfit data before output and also provide a subtracted version of the input data for direct comparison.