UCBerkeleySETI / blimpy

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

New blimpy utility: peek #245

Closed texadactyl closed 2 years ago

texadactyl commented 2 years ago
usage: peek [-h] [-i START_TINT] [-Z THE_IF] [-c START_FCHAN] filepath_in

Command line utility for peeking at a .fil or .h5 file

positional arguments:
  filepath_in           Path of input .fil or .h5 file

optional arguments:
  -h, --help            show this help message and exit
  -i START_TINT, --start_tint START_TINT
                        Starting integration index relative to 0. Default: 0
  -Z THE_IF, --if THE_IF
                        Starting IF index relative to 0. Default: 0
  -c START_FCHAN, --start_fchan START_FCHAN
                        Starting fine channel index relative to 0. Default: 0
codecov[bot] commented 2 years ago

Codecov Report

Merging #245 (fa32e8b) into master (2f183e6) will decrease coverage by 0.65%. The diff coverage is 3.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
- Coverage   85.05%   84.39%   -0.66%     
==========================================
  Files          68       69       +1     
  Lines        3460     3487      +27     
==========================================
  Hits         2943     2943              
- Misses        517      544      +27     
Impacted Files Coverage Δ
blimpy/peek.py 0.00% <0.00%> (ø)
setup.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2f183e6...fa32e8b. Read the comment docs.