Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2019-10-30 10:35:23
Size: 1213
Comment:
Revision 5 as of 2019-10-31 15:02:05
Size: 1865
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

}}}

== Host machines ==

The 3 components of NoEMi: the DB, the Line finder and the WUI are installed on the following machines

{{{
 DB host: localhost
 LF hosts: localhost
 WUI host: localhost
}}}

== Changes

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

Host machines

The 3 components of NoEMi: the DB, the Line finder and the WUI are installed on the following machines

 DB host: localhost
 LF hosts: localhost
 WUI host: localhost

== Changes

KAGRA/Subgroups/DET/NoEMi (last edited 2019-11-03 15:00:56 by ornella.piccinni)