Back to the main page.
Bug 210 - ft_plot_slice and ft_plot_ortho should be written, probably also ft_plot_montage
Status | CLOSED FIXED |
Reported | 2010-11-10 10:36:00 +0100 |
Modified | 2011-02-23 13:51:00 +0100 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jan-Mathijs Schoffelen - 2010-11-10 10:36:37 +0100
as of yet, these functions in the plotting module contain code copied from ft_sourceplot. They should be converted into the appropriate intermediate functions: ft_plot_slice: take a volume, a transformation matrix, a point, and a vector, and plot the slice ft_plot_ortho: take 3 slices from ft_plot_slice, and plot them either in 3 subplots, or as an intersecting cross (like the old sliceinterp) ft_plot_montage: take a bunch of slices, and plot the montage
Jan-Mathijs Schoffelen - 2010-12-08 11:17:41 +0100
these three functions are now in place, with limited functionality however. they need to be built into ft_sourceplot