-
Notifications
You must be signed in to change notification settings - Fork 694
Description
The File Reader+LFP viewer is excellent for researchers looking to inspect their data quickly after experiments without the need for code. I was talking to a reasearcher in the MMC course that uses the GUI to quickly look through emg files after recordings for looking at interesting segments. They can quickly pause the viewer and go back a few seconds to inspect a particular epoch in more detail. However, they have more specific needs that could perhaps be incorporated for everyone.
- looking at data shorter than 30 sec (their behavior is super short so trials are just a few sec long).
- scale channels individually since some have big spikes and others small (maybe autoscale to max to make it easy) - this is LFPViewer related but it came up in this context
- finding segments of interest is not super intuitive because the file reader scrubbing doesn't move the visual display, since, instead, you have to use it as an acquisition source, start acquisition and wait for playback to see signals on the screen. We worked around this using Pause on the LFP viewer to be able to go back and look at a segment of interest but that doesn't relate back to the File Reader scrubber. Maybe the viewer can mark when Pause was pressed so as to get the timestamp of the interesting segment and then go and look for it with the reader.
- ability to change the timebase while paused - currently you cannot "zoom in" unless you change the timebase and run the segment again.
Perhaps this usage of the GUI is at the limit of what can be done with a recorded file as a data source vs an application designed as a data viewer. Do any such apps exist? (A broader need here is to quickly visualize camera frames in sync with the ephys, using the recorded TTL signals).