alejoe91 / pyintan

Python reader for INTAN rhs files
GNU General Public License v3.0
6 stars 2 forks source link

Neo support now both rhd (3 versions) and rhs at neo.rawio and neo.io levels #2

Open samuelgarcia opened 5 years ago

samuelgarcia commented 5 years ago

This is not an issue but an information for other users: Neo support now both rhd (3 versions) and rhs at neo.rawio and neo.io level

Note that neo support now:

IntanRawIO use memmap and do not load any data in memory except the header. So reading intan files should quite fast.

See https://github.com/NeuralEnsemble/python-neo/pull/593

alejoe91 commented 5 years ago

Thanks Sam! I actually used some of your code and included it here to implement memmap :+1:

samuelgarcia commented 5 years ago

OK. Cool.

Why don't you depend directly on neo ? At least neo.rawio.intanio ? (to avoid quantities or neo object). So you could get directly all futur bug fix.

alejoe91 commented 5 years ago

That's a great idea. I will look into that :)