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

Utility stax has time-axis issues #238

Closed texadactyl closed 2 years ago

texadactyl commented 3 years ago

The y-axis (time) seems to be set by the last file processed. When the files have different observation lengths, things go amiss unless the longest observation length is the first file.

Solution: Take the stix approach of making a separate plot for each file then stitching them together, either vertically or horizontally.