- Oct 15, 2015
-
-
Paul McCarthy authored
-
- Sep 07, 2015
-
-
Paul McCarthy authored
2. Updated documentation references to __init__ methods, as sphinx doesn't resolve them. 3. Bug fix in featresults module when loading contrast matrix.
-
- Sep 04, 2015
-
-
Paul McCarthy authored
-
- Aug 26, 2015
-
-
Paul McCarthy authored
able to be set in Choice.__init__ - they are set when a widget is created. Relevant updates throughout entire code base
-
Paul McCarthy authored
to be provided when creating widget.
-
- Aug 18, 2015
-
-
Paul McCarthy authored
-
- Aug 14, 2015
-
-
Paul McCarthy authored
useful to more than just the location panel.
-
- Aug 13, 2015
-
-
Paul McCarthy authored
displayed with the bottom left voxel at display location (0, 0). This means that calculating voxel location from display coordinates is different depending on the space that the image is displayed in. I think I've figured out the location panel, but need to double check, and need to take a closer look at the editor.
-
- Aug 10, 2015
-
-
Paul McCarthy authored
NaNs. TimeSeriesPanel uses the same (random) colour for unselected overlays. It's a bit dodgy, I will refactor it some time in the future.
-
- Aug 05, 2015
-
-
Paul McCarthy authored
-
- Jul 28, 2015
-
-
Paul McCarthy authored
mode are disabled in the GUI. ActionProvider instances are now SyncableHasProps instances, and DisplayOpts instances are now ActionProvider instances. A few tweaks to __init__ calls throughout the affected class hierarchy.
-
- Jul 27, 2015
-
-
Paul McCarthy authored
be > high bounds, causing rendering/bounds calculation problems. Other minor fixes.
-
Paul McCarthy authored
other things) listen on this property to detect overlay bounds/spatial representation changes, instead of using a global listener on DisplayOpts instances. ModelOpts is correspondingly broken, but about to be fixed.
-
- Jul 23, 2015
-
-
Paul McCarthy authored
all. Replaced the old contrast scaling equation with somthing simpler to invert (and replaced the previously-incorrect inverted scale->contrast equation). VolumeOpts was incorrectly flipping the resulting bricon values, as well. Other small changes - fsldirdlg layout tweak, and ActionButton now does not require the action to be listed in the strings module.
-
- Jul 17, 2015
-
-
Paul McCarthy authored
not in the list. ColourBarPanel detects said error. I'm sure there will be more instances of this that will crop up.
-
- Jul 14, 2015
-
-
Paul McCarthy authored
appropriately. Some things are broken due to weakref-related changes in the props package.
-
- Jul 13, 2015
-
-
Paul McCarthy authored
ClusterPanel when display z stats. Not implemented in GL14 yet. New random lut that should have been in previous commit.
-
- Jun 25, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
views can now display different volumes of the same 4D image - nice! GLVolume listens for sync changes on vol/res/etc properties - if unsynced, a new, independent image texture is created. When synced back, the independent texture is destroyed, and the original one re-acquired. Need to update other GL types to do the same.
-
- Jun 03, 2015
-
-
Paul McCarthy authored
installation not implemented, Colourmap installation not tested and will probably change.
-
- Jun 02, 2015
-
-
Paul McCarthy authored
and (the new) RGBVectorOpts. colourmaps.applyBricon function allows rgba sequences to be passed in - alpha is unchanged. GLLabel does not perform edge detection along depth plane if in id/pixdim mode.
-
- May 28, 2015
-
-
Paul McCarthy authored
in *Opts classes.
-
- May 27, 2015
-
-
Paul McCarthy authored
I realise that it is needed for something.
-
- May 18, 2015
-
-
Paul McCarthy authored
properties around.
-
- May 15, 2015
-
-
Paul McCarthy authored
changes, and a couple of other bugfixes.
-
Paul McCarthy authored
getDisplayBounds implementations to the ModelOpts and ImageOpts classes.
-
Paul McCarthy authored
specific to NIFTI images. VolumeOpts, VectorOpts, MaskOpts all inherit from said ImageOpts class. All the things are broken,
-
- May 13, 2015
-
-
Paul McCarthy authored
long time until the things are not broken.
-
- Apr 14, 2015
-
-
Paul McCarthy authored
as it seems like the most sensible place to put them.
-
Paul McCarthy authored
now be unsynced across views.
-
- Mar 26, 2015
-
-
Paul McCarthy authored
was failing for GLMask types. Hack to make image display panel size more useful. DisplayOpts instances have a 'destroy' method, so listeners can be de-registered
-
Paul McCarthy authored
but at the cost of not being able to disconnect them across different views. Hopefully will fix this in the future.
-
Paul McCarthy authored
-
Paul McCarthy authored
option. Not yet working for GL14.
-
- Mar 25, 2015
-
-
Paul McCarthy authored
range no longer controllable by user. I am planning to add separate display range options for clipping purposes.
-
Paul McCarthy authored
-
Paul McCarthy authored
enabled checkbox removed
-
- Mar 02, 2015
-
-
Paul McCarthy authored
is now specified as a ViewItem parameter in layout specifications
-
- Feb 15, 2015
-
-
Paul McCarthy authored
from numpy arrays. AtlasPanel now allows showing/hiding of probabilistic overlays, as well as binary label overlays.
-
- Feb 03, 2015
-
-
Paul McCarthy authored
on Display instances. Only currently works for GL21.
-