⇤ ← Revision 1 as of 2019-10-30 10:35:23
Size: 1213
Comment:
|
Size: 1644
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 19: | Line 19: |
APACHE HTTP server | Apache HTTP server PHP |
Line 21: | Line 22: |
Python libraries | The following Python libraries can be installed with [[https://pypi.org/|pip]] |
Line 27: | Line 29: |
}} | }}} The [[https://www.php.net/manual/en/book.pdo.php|PHP Data Objects module]] could be necessary. |
Line 30: | Line 34: |
== Installed packages == | == Get NoEMi == |
Line 42: | Line 46: |
* | *The folder will contain the three components of NoEMi and the documentation {{{ NoEMi/ /db --> MySQL Database /doc --> Documentation /noemi --> Line finder python scripts /wui --> Web user interface }}} |
NoEMi
The Noise Frequency Event Miner (NoEMi) is a Virgo software tool dedicated to the monitoring and identification of spectral noise lines.
It uses codes for CW analysis to find and track spectral lines found in a given list of channels. It also looks for spectral features in coincidence between the "main channel" and the "auxiliary channels".
NoEMi documentation: https://apps.virgo-gw.eu/noemi/docs/index.html
Requirements
Main requirements:
HTCondor MySQL Python Apache HTTP server PHP
The following Python libraries can be installed with pip
pip install htcondor pip install pymysql pip install numpy
The PHP Data Objects module could be necessary.
Get NoEMi
The full NoEMi package is available in the Virgo SVN software repository
Note that, to access the repository, you will need to use your EGO Active Directory credentials. More information on obtaining these is available here.
- Download the full package
svn co https://svn.ego-gw.it/svn/advsw/Noemi/branches/v2/trunk \ NoEMi
- The folder will contain the three components of NoEMi and the documentation
NoEMi/ /db --> MySQL Database /doc --> Documentation /noemi --> Line finder python scripts /wui --> Web user interface