From 686e3b1481b1cf8f912341a1485ce74d65dd550b Mon Sep 17 00:00:00 2001 From: Lucius <30386169+LucSam@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:22:15 +0100 Subject: [PATCH] 5ttgen deep_atropos: fix typo in documentation (poerior -> posterior) --- python/mrtrix3/commands/5ttgen/deep_atropos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mrtrix3/commands/5ttgen/deep_atropos.py b/python/mrtrix3/commands/5ttgen/deep_atropos.py index 88b129fca7..a3cf5871bf 100644 --- a/python/mrtrix3/commands/5ttgen/deep_atropos.py +++ b/python/mrtrix3/commands/5ttgen/deep_atropos.py @@ -58,7 +58,7 @@ def usage(base_parser, subparsers): #pylint: disable=unused-variable 'prob_maps = numpy.stack([numpy.array(img.numpy()) for img in result[\'probability_images\']], axis=-1); ' 'nibabel.save(nibabel.Nifti1Image(prob_maps, t1w_nib.affine), \'probabilities.nii.gz\')"; ' '5ttgen deep_atropos probabilities.nii.gz 5tt_probabilities.mif', - 'In this use case, the poerior probabilities of these tissue classes are interpreted as partial volume fractions ' + 'In this use case, the posterior probabilities of these tissue classes are interpreted as partial volume fractions ' 'and imported into the derivative 5TT image appropriately.') parser.add_argument('input', type=app.Parser.ImageIn(),