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

🐛 Some toggles save `undefined` in the YAML when switched off #27

Open shnizzedy opened 4 years ago

shnizzedy commented 4 years ago

When this happens, the resulting YAML is invalid:

# Set the threshold value for refining the resulting CSF segmentation tissue mask.
# The default value is 0.95.
# CSF (cerebrospinal fluid) threshold.
undefined

# Set the threshold value for refining the resulting White Matter segmentation tissue mask.
# The default value is 0.95.
# White matter threshold.
undefined

# Set the threshold value for refining the resulting Gray Matter segmentation tissue mask.
# The default value is 0.95.
# Gray matter threshold.
undefined
# Set the threshold value for the skull-stripping of the magnitude file (when using AFNI). Depending on the data, a tighter extraction may be necessary in order to prevent noisy voxels from interfering with preparing the field map.
# The default value is 0.6.
undefined
sgiavasis commented 4 years ago

Good catch.