- Jan 09, 2015
-
-
Paul McCarthy authored
calculated in one call.
-
- Jan 08, 2015
-
-
Paul McCarthy authored
trace utility for debugging
-
- Jan 07, 2015
-
-
Paul McCarthy authored
to be available to non-fslview things. Moved orientation constants from fsl.data.image to (new module) fsl.data.constants, so circular imports are not necessary. There could still be some bugs lurking ..
-
- Dec 23, 2014
-
-
Paul McCarthy authored
contain layout definitions for all of the things. A couple of useful little actions on OrthoViewProfile.
-
- Dec 22, 2014
-
-
Paul McCarthy authored
-
- Dec 04, 2014
-
-
Paul McCarthy authored
-
- Nov 27, 2014
-
-
Paul McCarthy authored
-
- Nov 06, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
working nicely (aspect ratio/proportional canvas sizes). Does not yet support labels, but about to add that in.
-
Paul McCarthy authored
floating point values, instead of being passed a props.Bounds object.
-
- Nov 05, 2014
-
-
Paul McCarthy authored
of in OrthoPanel, so it can be used by render.py
-
- Nov 04, 2014
-
-
Paul McCarthy authored
-
- Oct 24, 2014
-
-
Paul McCarthy authored
-
- Oct 23, 2014
-
-
Paul McCarthy authored
numpy.dot). And a few tweaks elsewhere
-
Paul McCarthy authored
between each of the three spaces (voxel, display, and world)
-
- Oct 22, 2014
-
-
Paul McCarthy authored
matrix), LightBoxPanel (not passing displayCtx to LightBoxCanvas), fslview_parseargs (using imageList.bounds instead of displayCtx.bounds), ImageList (didn't remove bounds-related code), ImageDisplay (attempting to offset transformation matrices for affine, when only supposed to do it for id/pixdim)
-
Paul McCarthy authored
to use transform module instead of image.voxToWorld/worldToVox methods
-
Paul McCarthy authored
coordinate systemss, with the ultimate aim of having the location panel always reporting image world coordinates, regardless of the way in which images are being displayed.
-
- Oct 08, 2014
-
-
Paul McCarthy authored
location (one-off)
-
Paul McCarthy authored
-
- Oct 06, 2014
-
-
Paul McCarthy authored
-
- Oct 04, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 29, 2014
-
-
Paul McCarthy authored
-
- Apr 29, 2014
-
-
Paul McCarthy authored
New module, fsl.gui. for generic gui stuff. Rolled my own Notebook widget, as none of the wx ones were any good. Still having auto-layout problems.
-
- Apr 24, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Apr 23, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
Support for displaying items in reverse order. I need to add some wrapper methods for adding/removing items, with reverse support.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Apr 22, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
Support for multiple images, from a predefined list. Am now going to try and add support for adding/removing images at runtime.
-
Paul McCarthy authored
ImageView supports multiple images. Pretty hacky at this stage, needs cleaning up. Have gone back to storing image data as uint8s.
-
Paul McCarthy authored
SliceCanvas supports multiple images. Well, it looks like it should, but I haven't yet tested it with more than one.
-
Paul McCarthy authored
GL buffer handle is now stored in fslimage.Image object. Removed notion of 'master' canvas from SliceCanvas - a shared GL context may be passed in directly. BUT if a shared context is not used, and the program attempts to share image buffers, it will segfault. Need to think about that one.
-
Paul McCarthy authored
-
- Apr 17, 2014
-
-
Paul McCarthy authored
-