SIGPROCFiles.jl

I/O for SIGPROC filterbank and time series files, in Julia.
Author astrogewgaw
Popularity
1 Star
Updated Last
10 Months Ago
Started In
May 2023

SIGPROCFiles

I/O for SIGPROC filterbank and time series files, in Julia.


License GitHub Stars Gitmoji Badge

This package adds support to load and save SIGPROC filterbank (*.fil) and time series (*.tim) files. These formats are used by the SIGPROC library, and are used and supported by a vast number of radio telescopes and libraries. Currently, the following features are already present, or planned for future releases:

  • Loading SIGPROC filterbank files.
  • Loading SIGPROC time series data.
  • Saving SIGPROC filterbank files.
  • Saving SIGPROC time series data.
  • Support for 8/32-bit filterbank and time series data.
  • Support for 1/2/4-bit filterbank data (via PackedIntegers.jl).
  • Memory mapping, for files too large to be read directly into memory.

Install it by typing and running:

] add SIGPROCFiles

Required Packages

Used By Packages

No packages found.