Back to the main page.
Bug 2442 - ft_determine_coordsys is inconsistent with coordsys='unknown'
| Status | CLOSED FIXED |
| Reported | 2014-01-19 22:31:00 +0100 |
| Modified | 2014-03-06 15:37:46 +0100 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Mac OS |
| Importance: | P5 normal |
| Assigned to: | Jan-Mathijs Schoffelen |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Robert Oostenveld - 2014-01-19 22:31:13 +0100
following mri = ft_determine_coordsys(mri) with an (yet) undetermined MRI and answering: "r, a, s, n", I get mri.coordsys = 'unknown'; Subsequently calling ft_determine coordsys a second time like this >> ft_determine_coordsys(mri_realigned, 'interactive', 'no'); Error using ft_determine_coordsys (line 125) unsupported coordsys gives this error. The ft_determine_coordsys function seems not to like what it does itself :-(