IntanRecordingInterface
should not be allowed to write streams other than the amplifier channels
#790
Labels
IntanRecordingInterface
should not be allowed to write streams other than the amplifier channels
#790
From the current discussionin #789 it seems that
IntanRecordingInterface
should only write data withstream_id=0
: the amplifier channels. Reason being that we write the data as an ElectricalSeries following the ecephys pipeline. This means that if any other stream is choosen the data will be incorrectly written.The current signature of
IntanRecordingInterface
allows the user to specify thestream_id
which leads to the problem described above.neuroconv/src/neuroconv/datainterfaces/ecephys/intan/intandatainterface.py
Lines 77 to 95 in fa6edd5
Should we change this to avoid this scenario?
Pros and cons?
The text was updated successfully, but these errors were encountered: