Skip to content

Commit

Permalink
Adding comment about reference frequency field
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgardenier committed Mar 30, 2021
1 parent 467e136 commit f9f29da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frbcat/tns.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ def clean_df(self, df):
err[err == ''] = np.nan
df['burst_bandwidth_err'] = err.astype(float)

# Commenting out as some FAST entries seem to use GHz
# instead of MHz units in the reference frequency field
#for c in ('ref_freq', 'inst_bandwidth'):
# df[c] = df[c].str.strip(' MHz').astype(float)

Expand Down

0 comments on commit f9f29da

Please sign in to comment.