Tags: uwmadison-chm/bioread
Tags
Add acq_layout CLI tool This adds a new utility, acq_layout, that prints the binary layout of an .acq file in TSV format. This should make it easier to debug future iterations of file formats. This also refactors the readers one more time -- it removes a bunch of unused code and weird circular dependencies and generally just makes reading the headers and data a much more sequential process. Reader._read_header() is still a little long, but there's not much logic in it now.
Switch to calendar versioning First new world order release will be 2025.03.10
Fix all known journal reading problems Thanks to the work (many years ago now!) from friend of the show Mike Davison, this commit revamps the journal reading code for pre-V4 files. Now it correctly finds and reads a set of marker metadata headers instead of just saying "well I don't know what this block of stuff is" and letting Jesus take the wheel to find the journal, this should locate it a lot more precisely.
PreviousNext