Skip to content

Commit

Permalink
BUG: Fix unselectable "Generic (rigid)" preset
Browse files Browse the repository at this point in the history
If the user selected "Generic (rigid)" preset, the selection was reverted to "generic (all)" due identifier of the rigid and deformable presets were the same ("default0").
Fixed by setting rigid preset name to "default-rigid".

Also made advanced section collapsed by default.
  • Loading branch information
lassoan committed Aug 3, 2023
1 parent 28c40f0 commit d98ebde
Show file tree
Hide file tree
Showing 2 changed files with 734 additions and 728 deletions.
Expand Up @@ -10,7 +10,7 @@
<File Name="Parameters_BSpline.txt" />
</ParameterFiles>
</ParameterSet>
<ParameterSet id="default0"
<ParameterSet id="default-rigid"
modality="generic rigid"
content="all"
description="'default' parameter files for starting elastix users"
Expand Down

0 comments on commit d98ebde

Please sign in to comment.