UCBerkeleySETI / blimpy

Breakthrough Listen I/O Methods for Python

Home Page:https://blimpy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imshow on 8-bit data

telegraphic opened this issue · comments

Describe the bug
8-bit data will not plot via imshow (matplotlib doesn't like it).

To Reproduce
Steps to reproduce the behavior:

  1. Load an 8-bit file
  2. try plot_all or plot_waterfall

Expected behavior
Not to crash, and to plot

Addressed in PR #95