Closed apdavison closed 2 years ago
saving IrregularlySampledSignal types in segment.analogsignals seams to break write/read_block of NeoMatlabIO probably because it only expects AnalogSingal in that array. IrregularlySampledSignals are meant to be stored in segment.irregularlysampledsignals probably? Or do IrregularlySampledSignals just need to be supported in general by NeoMatlabIO?
@AvidusMauch thanks for spotting that. Indeed, IrregularlySampledSignal
s are meant to be stored in segment.irregularlysampledsignals
.
(this is likely to change before we release Neo 1.0, but for now it is the case)
also, NeoMatlabIO doesn't support IrregularlySampledSignal
- I've opened a ticket for this: https://github.com/NeuralEnsemble/python-neo/issues/1126
for NEURON with cvode or for BrainScaleS-2