Home

Documentation

GitHub

EstimateSNR brick

Estimate SNR using a segmentation file

Adapted from MRIQC anatomical workflow.


Mandatory inputs parameters:

  • in_file (a string representing an existing file)

    Input image (valid extensions: [.nii, .nii.gz]).

    ex. '/home/username/data/raw_data/T1w.nii'
    
  • seg_file (a string representing an existing file)

    Segmentation file used to compute SNR (valid extensions: [.nii, .nii.gz]).

    ex. '/home/username/data/raw_data/T1w.nii'
    

Outputs parameters:

  • out_snr (a float)

    Computed SNR

    ex. 10.96
    

Usefull links:

_estimate_snr function