Skip to content
Snippets Groups Projects

preliminary source_classification ML integration

Compare and
10 files
+ 236
77
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 5
0
@@ -162,6 +162,11 @@ is computed. (Used by :mod:`gwcelery.tasks.p_astro_gstlal` and
:mod:`gwcelery.tasks.p_astro_other`)
"""
em_bright_url = 'http://emfollow.ldas.cit/data/em_bright_classifier.pickle'
"""URL for trained RandomForestClassifier based on which em_bright
classification is conducted. (Used by :mod:`gwcelery.tasks.em_bright`)
"""
low_latency_frame_types = {'H1': 'H1_O2_llhoft',
'L1': 'L1_O2_llhoft',
'V1': 'V1_O2_llhoft'}
Loading