Back to the main page.
Bug 2868 - select3d function is missing in private folder
Status | CLOSED FIXED |
Reported | 2015-03-16 14:48:00 +0100 |
Modified | 2015-07-15 13:31:06 +0200 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | All |
Operating System: | All |
Importance: | P5 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Gaetan - 2015-03-16 14:48:20 +0100
There is an error when the function ft_volumerealign.m is called with cfg.method = 'interactive'; cfg.viewmode = 'surface'; in order to specify the fiducial position using the mouse. It's just a location issue because the function select3d is needed and should be located in this folder: fieldtrip/private However select3d is only found in: fieldtrip/plotting/private Maybe this function should be located in both private folders to prevent this error. Thanks !
Robert Oostenveld - 2015-03-16 16:16:36 +0100
you are right, I have just fixed it. mac011> svn commit plotting/private/select3d.m private/select3d.m Sending plotting/private/select3d.m Adding private/select3d.m Committed revision 10277.