astrogewgaw / SIGPROCFiles.jl

I/O for SIGPROC filterbank and time series files, in Julia.
MIT License
1 stars 0 forks source link

See also #1

Open aplavin opened 9 months ago

aplavin commented 9 months ago

https://gitlab.com/aplavin/FilterBank.jl – supports mmap, returns KeyedArrays, but no tests and never registered in General. One of my first packages from years ago, that I used for a few projects back then (it has a few specialized functions that have nothing to do with filterbank format per se), and not developed afterwards. Maybe something useful is there :)

astrogewgaw commented 9 months ago
Hey @aplavin! Thanks for opening this issue 😁 ! Feel free to open a PR if you wish to add some features from your package into this one. Otherwise, I hope you don't mind if I go ahead and steal some ideas from it, and incorporate them into this package! You can also checkout https://github.com/kiranshila/SIGPROC.jl, which does the same thing. I wrote my own code because I wanted something dead simple, and I had already written something similar in Python (https://github.com/astrogewgaw/priwo/).
astrogewgaw commented 9 months ago
As for `KeyArrays` etc, I did not mess around with any of those because I wanted this to be a low-level package, and thus wanted to keep things simple. I am planning to make a package with a high-level interface at some point that will have stuff like that.