Skip to content

Don't try and load modules #2

Description

@gdevenyi

You're trying to run commands that don't exist on standalone systems, or loading modules which don't exist on HPCs under the same name:

%%bias field correction
unix('module load ants/1.9.v4; N4BiasFieldCorrection -i mag1_sos.nii -o mag1_sos_n4.nii');
%%mask
%(1) brain mask
unix('module load fsl/5.0.9; bet2 mag1_sos_n4.nii BET -f 0.2 -m');

Please assume that the user has managed to setup their environment properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions