Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
2dc35765
Commit
2dc35765
authored
10 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
ImageDisplay.volume is no longer a user-editable property. It will still
be used internally.
parent
f5d4e6ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fsl/data/fslimage.py
+2
-6
2 additions, 6 deletions
fsl/data/fslimage.py
with
2 additions
and
6 deletions
fsl/data/fslimage.py
+
2
−
6
View file @
2dc35765
...
@@ -479,7 +479,6 @@ class ImageDisplay(props.HasProperties):
...
@@ -479,7 +479,6 @@ class ImageDisplay(props.HasProperties):
_view
=
props
.
VGroup
((
'
enabled
'
,
_view
=
props
.
VGroup
((
'
enabled
'
,
props
.
Widget
(
'
volume
'
,
enabledWhen
=
is4DImage
),
'
displayRange
'
,
'
displayRange
'
,
'
alpha
'
,
'
alpha
'
,
'
rangeClip
'
,
'
rangeClip
'
,
...
@@ -491,9 +490,7 @@ class ImageDisplay(props.HasProperties):
...
@@ -491,9 +490,7 @@ class ImageDisplay(props.HasProperties):
'
alpha
'
:
'
Opacity
'
,
'
alpha
'
:
'
Opacity
'
,
'
rangeClip
'
:
'
Clipping
'
,
'
rangeClip
'
:
'
Clipping
'
,
'
samplingRate
'
:
'
Sampling rate
'
,
'
samplingRate
'
:
'
Sampling rate
'
,
'
cmap
'
:
'
Colour map
'
,
'
cmap
'
:
'
Colour map
'
}
'
volume
'
:
'
Volume
'
}
_tooltips
=
{
_tooltips
=
{
'
enabled
'
:
'
Enable/disable this image
'
,
'
enabled
'
:
'
Enable/disable this image
'
,
...
@@ -502,8 +499,7 @@ class ImageDisplay(props.HasProperties):
...
@@ -502,8 +499,7 @@ class ImageDisplay(props.HasProperties):
'
rangeClip
'
:
'
Do not show areas of the image which lie
'
'
rangeClip
'
:
'
Do not show areas of the image which lie
'
'
outside of the display range
'
,
'
outside of the display range
'
,
'
samplingRate
'
:
'
Draw every Nth voxel
'
,
'
samplingRate
'
:
'
Draw every Nth voxel
'
,
'
cmap
'
:
'
Colour map
'
,
'
cmap
'
:
'
Colour map
'
}
'
volume
'
:
'
Volume to display (zero-indexed, for 4D images)
'
}
_propHelp
=
_tooltips
_propHelp
=
_tooltips
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment