Skip to content

Commit

Permalink
Merge pull request #76 from nipreps/fix/aspect-ratio-53
Browse files Browse the repository at this point in the history
FIX: Calculation of aspect ratio of mosaics
  • Loading branch information
oesteban authored Jun 13, 2023
2 parents 62700d0 + a91765d commit 97b427a
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 132 deletions.
2 changes: 1 addition & 1 deletion nireports/interfaces/mosaic.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _run_interface(self, runtime):

class _PlotMosaicInputSpec(_PlotBaseInputSpec):
bbox_mask_file = File(exists=True, desc="brain mask")
only_noise = traits.Bool(False, desc="plot only noise")
only_noise = traits.Bool(False, usedefault=True, desc="plot only noise")
view = traits.List(
traits.Enum("axial", "sagittal", "coronal"),
value=["axial", "sagittal"],
Expand Down
Loading

0 comments on commit 97b427a

Please sign in to comment.