You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r""" Command line utility for scrunching an input HDF5 file or Filterbank file.
50
54
"""
51
55
52
-
p=ArgumentParser(description='Command line utility for converting HDF5 (.h5) to Sigproc filterbank (.fil) format \n >>h52fil <FULL_PATH_TO_FIL_FILE> [options]')
53
-
p.add_argument('filepath', type=str, help='Name of file path to open (.h5 or .fil).')
0 commit comments