sct-pipeline / contrast-agnostic-softseg-spinalcord

Contrast-agnostic spinal cord segmentation project with softseg
MIT License
4 stars 3 forks source link

use _pred, not _pred_painted & remove 4th dimension #35

Closed sandrinebedard closed 1 year ago

sandrinebedard commented 1 year ago

Description

This PR adresses #34.

Briefly, in compute_csa.sh, use _pred instead of _painted (see comment) and remove the 4th dimension of _pred.

Linked issue

Fixes #34