Skip to content

adding time-domain pe

kyle willetts requested to merge kdev into Vdev

Just added some PE capabilities. Now in search.py, if an event is found above the threshold, the data is passed to a model that has been trained to perform point-parameter estimation in the time-domain. The predictions are then added into the mly_output dictionary as "central_time" and "duration".

Merge request reports