Brainlife uses this code to validate and normalize input datasets uploaded by users to make sure that the content and format of the data matches the Brainlife datatype.
Currently this App performs following checks
- make sure mrinfo runs successfully on specified t1 file
- make sure t1 is 3d
- raise warning if t1 transformation matrix isn't unit matrix (identity matrix)
This service is not meant to be executed outside Brainlife.
In the future, this repo might be incooporated into to brain-life/datatypes repo
- Soichi Hayashi ([email protected])
- Franco Pestilli ([email protected])