UCBerkeleySETI / blimpy

Breakthrough Listen I/O Methods for Python
https://blimpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
47 stars 40 forks source link

Enhance dsamp to output SIGPROC (.fil) files as well as .h5 files #272

Closed texadactyl closed 2 years ago

texadactyl commented 2 years ago
dsamp -h
usage: dsamp [-h] -s GROUP_SIZE in_path out_path

Downsample an input Filterbank file (.fil or .h5) to an output .h5 Filterbank
file.

positional arguments:
  in_path               Path of input Filterbank file (.fil or .h5)
  out_path              Path of output Filterbank file (.fil or .h5)

optional arguments:
  -h, --help            show this help message and exit
  -s GROUP_SIZE, --group_size GROUP_SIZE
                        Group size for the purpose of summing 2 or more time
                        samples. Required.