Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 595 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 595 Bytes

EM_Bright

This repository contains the tools required for the "EM-Bright analysis" of LIGO-Virgo gravitational wave triggers.

  • Sample run command: If running in older version of LALsuite (before Nov 2016) or if running on lalinference_o2 branch then you can directly run em_bright_classifier.

em_bright_classifier --configfile etc/emBright.ini --graceid M262774

  • If running on latest version of LALsuite, then run the driver script as follows:

./embright_driver.sh etc/emBright.ini

You might have to chmod 777 the embright_driver.sh script after you pull the repository.