Skip to content

Commit

Permalink
Fixed bug in your_writer.py when attempting to write psrfits
Browse files Browse the repository at this point in the history
  • Loading branch information
wcfiore committed May 1, 2023
1 parent 447c537 commit 8c4f8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/your_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
)

if values.type == "fits":
w.to_fits(npsub=values.npsub)
w.to_fits(npsub=values.nspectra_per_subint)
elif values.type == "fil":
w.to_fil()
else:
Expand Down

0 comments on commit 8c4f8e2

Please sign in to comment.