Back to the main page.

Bug 3181 - Reading in of oxy3 files asks for optodetemplate for each trial

Status NEW
Reported 2016-09-12 16:23:00 +0200
Modified 2017-01-18 11:22:52 +0100
Product: FieldTrip
Component: external
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P5 normal
Assigned to: Jörn M. Horschig
URL:
Tags:
Depends on:
Blocks:
See also:

Jörn M. Horschig - 2016-09-12 16:23:43 +0200

It is somewhat annoying if the optodetemplate.xml, which is needed for reading in Artinis oxy3 files, is not in the Matlab path, because the read-in pluging opens a dialog asking for the location of this file for each trial. An option to circumvent is to make the respective variable persistent and store the location of the optodetemplate.xml. In addition, a cfg-option could be added in case the user wants to specify an optodetemplate.xml at another specific location.


Robert Oostenveld - 2017-01-18 11:22:52 +0100

I just encountered this. I had to locate it with the GUI for some 10 times or so. If I move it to a location on my path, it does not ask. It would also be nice that if it were present at the location of the oxy3 file, that it would be read from there. One mechanism already in place: ft_preprocessing will call ft_read_header once, and the hdr is then passed on to all subsequent calls of ft_read_data, so that it does not have to be re-read. We might want to check that ft_databrowser does this as well.