... | ... | @@ -41,5 +41,7 @@ Note that these jobs require GPU and to prevent hogging resource we cap the jobs |
|
|
## Testing classifier on gstlal reconstructed data
|
|
|
1. If you have previously installed em-bright-gp then: `rm ~/.ligo.em_bright`
|
|
|
2. In the conda environment open python
|
|
|
3. ` from ligo.em_bright import em_bright`
|
|
|
`em_bright.source_classification_gp({m1},{m2},{chi1},{chi2},{snr})` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
from ligo.em_bright import em_bright
|
|
|
em_bright.source_classification_gp({m1},{m2},{chi1},{chi2},{snr})
|
|
|
``` |
|
|
\ No newline at end of file |