Skip to content

Commit

Permalink
Merge pull request #113 from wcfiore/writerfix
Browse files Browse the repository at this point in the history
Fixed bug in your_writer.py when attempting to write psrfits
  • Loading branch information
devanshkv authored May 2, 2023
2 parents 447c537 + 8c4f8e2 commit e342da8
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 e342da8

Please sign in to comment.