ofgulban / bvbabel

A lightweight Python library for reading & writing BrainVoyager file formats.
MIT License
19 stars 11 forks source link

PRT data type issue #23

Closed ofgulban closed 1 year ago

ofgulban commented 1 year ago

Submitted by Judith:

Since I am working on a script for a customer, I tested your prt implementation and it works well – thanks for that! There is one minor thing that I noticed: The timings are imported as float arrays, this will result in problems when saving and re-importing any changed PRTs in BV. Therefore, I would suggest to use int arrays.

ofgulban commented 1 year ago

Thanks @ju-ec , this issue is addressed now.