Skip to content

Commit

Permalink
Merge pull request #134 from GreenBankObservatory/gettp_patch
Browse files Browse the repository at this point in the history
Patches for `gettp`
  • Loading branch information
mpound authored Nov 25, 2023
2 parents 16a3941 + e411b70 commit 2c2e5c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dysh/fits/gbtfitsload.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,8 @@ def gettp(self, scan, sig=None, cal=None, bintable=None, **kwargs):
print("TPROWS len=", len(tprows))
print("CALROWS on len=", len(calrows["ON"]))
print("fitsindex=", i)

if len(tprows) == 0:
continue
g = TPScan(
self._sdf[i], scan, sigstate[sig], calstate[cal], tprows, calrows, bintable, kwargs_opts["calibrate"]
)
Expand Down

0 comments on commit 2c2e5c4

Please sign in to comment.