Skip to content
Snippets Groups Projects
Commit 0343b735 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

TODO list

parent af2f5ff4
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,6 @@ A mixture of things to do, things which might be nice to do, and things which
have been done. Order is arbitrary. Check
https://internal.fmrib.ox.ac.uk/i-wiki/Analysis/Todos/FSLView regularly, too.
* Feedback
** (Sean) In location panel, ability to display intensity for all images, not just the currently selected one
* Things to do in props package
** Refactor/rewrite constraints/attributes. Clean up HasProps class - remove related unnecessary methods.
Is there anything stopping me from making the constraints, for each property, properties themselves?
......@@ -103,8 +101,6 @@ perhaps into a standalone module...
* Little things
** Colour command line (e.g. renderpy background) should be floating point in the range [0, 1]
** GLModel - annotate view with model name
** OrthoViewProfile - mouse wheel on canvas scrolls through displayed slice
** LineVector - modulate line length
** LineVector - Threshold on vector length
** Colour bar for other image types (e.g. vectors)
** Arrow keys on number widgets
......@@ -166,6 +162,9 @@ Need to be able to specify the order that actions appear in the menu - perhaps
just hard code in fsl/fslview/actions/__init__.py
** WONTFIX Allow display resolution greater than image resolution?
Now that I'm smoothing over voxels (when interpolation is on), I don't think this is necessary
** DONE LineVector - modulate line length
** DONE OrthoViewProfile - mouse wheel on canvas scrolls through displayed slice
** DONE (Sean) In location panel, ability to display intensity for all images, not just the currently selected one
** DONE EListBox - Up/down keys change selected image
** DONE On startup, check to see if cached display location is valid (e.g. external display has been unplugged). Revert to default location/size if not.
** DONE 'Create mask image' option
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment