allenCCF
allenCCF copied to clipboard
adding Point counters
This Pull Request changed the behaviour of sliceBrowser.m
and AtlasTransformBrowser.m
.
- AtlasViewer shows what mode it is in as XLabel of the axes in response to the arrow keys.
- There were already command window messages, but this is easier to see the current status.
- Both AtlasViewer and SliceViewer are equipped with point counters at the right bottom corner.
- They are only shown during transform points editing mode.
- The most frequent mistake during this step is placing mismatching numbers of points to the two figures.
- Behaviour of transform points was changed.
- They respond better to transitions across slices and loading saved data. #62
- They are only shown during transform point editing mode, responding to the
t
key
- Internally,
ud.pointHands_for_transform
andud.PointHands
are now graphic object arrays rather than numbers.
I meant to make small and incremental pull requests but they were neglected. So I replace my previous pull requests with this inclusive branch. I hope you find these features helpful.