diff --git a/frbcat/tns.py b/frbcat/tns.py index 0f7c794..37fffba 100644 --- a/frbcat/tns.py +++ b/frbcat/tns.py @@ -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)