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
An improvement would be to replace the code used at the core of from_dats to load bursts from dat files with calls to a properly designed package which does this, bas-apres.
An improvement would be to replace the code used at the core of from_dats to load bursts from dat files with calls to a properly designed package which does this, bas-apres.
A good place to start would be here https://github.com/antarctica/bas-apres/blob/master/apres/read_apres.py
It would be a major rewrite and involve several methods in from_dats.
I would involve something like this
In place of any code where we extract bursts in the current version, e.g.,
_burst_to_3d_arrays
. But it will require changes in many other places too.The text was updated successfully, but these errors were encountered: