FCP-INDI / C-PAC_GUI

A new GUI for C-PAC
https://fcp-indi.github.io/C-PAC_GUI/versions/nightly/browser/
Other
2 stars 4 forks source link

✨ Add `Custom` to "Edit Nuisance Regressor" #59

Open shnizzedy opened 4 years ago

shnizzedy commented 4 years ago

Related problem

[A "Custom Regressors" section](https://fcp-indi.github.io/docs/nightly/user/nuisance#custom-regressors) has been added to the nightly docs, but is not yet included in the GUI. **Additional context**

"Custom" holds an array of objects

[
        {
            "file": "file containing the regressors. It can be a CSV file,
                with one regressor per column, or a Nifti image, with
                one regressor per voxel".
            "convolve": bool("perform the convolution operation of the given
                regressor with the timeseries").
        }
    ]
sgiavasis commented 4 years ago

Good catch.