You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should add some functionality to have fitburst record or push fit results to user-specified places. for example, a general user will likely want things recorded to ASCII or .npz, whereas CHIME/FRB will want results reported to their database. my current thinking is to add a generic method to the DataReader base class, and then overload this in the fitburst/backend/chimefrb.py version of the DataReader to push things to FRBMaster.
The text was updated successfully, but these errors were encountered:
we should add some functionality to have
fitburst
record or push fit results to user-specified places. for example, a general user will likely want things recorded to ASCII or.npz
, whereas CHIME/FRB will want results reported to their database. my current thinking is to add a generic method to theDataReader
base class, and then overload this in thefitburst/backend/chimefrb.py
version of theDataReader
to push things toFRBMaster
.The text was updated successfully, but these errors were encountered: