UCBerkeleySETI / blimpy

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

.fil files imported with Waterfall() unable to produce sliced waterfall plots #32

Closed christiangil closed 6 years ago

christiangil commented 6 years ago

Using blimpy cloned from the Git repository from May 15th, 2018 (1.19?):

The plot_waterfall() method used on .fil files imported with the Waterfall() method in blimpy is only able to produce waterfall plots that use the full, original frequency range of the imported filterbank file. This can be seen in cell 7 of a recreated voyager tutorial notebook and cell 3 of a recreated filterbank tutorial notebook where the waterfall with the full spectrum is replotted, instead of the requested slices.

telegraphic commented 6 years ago

Fixed in 1.2.0!