UCBerkeleySETI / blimpy

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

.fil files imported with Waterfall() unable to produce sliced spectrum plots #30

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_spectrum() method used on .fil files imported with the Waterfall() method in blimpy is only able to produce spectrum plots that use the full, original frequency range of the imported filterbank file. This can be seen in cells 4 and 5 of a recreated voyager tutorial notebook and cells 6 and 7 of a recreated filterbank tutorial notebook where the full spectrum is replotted, instead of the requested slice.

jeenriquez commented 6 years ago

I was able to reproduce this issue. I'll look into getting a fix soon.

telegraphic commented 6 years ago

Fixed in 1.2.0! (Please re-open or re-raise if I am being too hasty here). There are now automated checks that should catch all these, should they resurface.