Skip to content

This is the pubblic version of the Noise Interactive Calalogue Exlorer (NICE) used by the LIGO/Virgo collaboration for characterizing the glitches presented in gravitational waves interferometers. This version is made for exploring the tool and showing the use-cases applied to simulated data.

License

Notifications You must be signed in to change notification settings

nunziosorrentino/nice

Repository files navigation

NICE

Project for the Virgo DetChar Activities, here there are the setup instructions for local installation!

Documentation status

Documentation Status

Installation

NICE provides an user-friendly configuration of the environment needed for its usage. You should be able to execute what follows:

  1. Clone repository from this GitHub repository;

  2. Go to the parent directory of the project:

cd ../
  1. Create a Python3 environment called venv-django-py3. This should be done with pip installing functionalities included:
python3 -m venv venv-django-py3
  1. Activate the empty environment:
source venv-django-py3/bin/activate
  1. Check if the default packages are installed and up-to dated. Check also the versions Python3 version with python command:
python --version
pip list
  1. Go to the main directory of the project and install the requirements package from the requirements.txt file, which has been created with pip freeze > requirements.txt:
pip install -r requirements.txt
  1. Setup the environment variables using the provided bash file:
source setup_vmutils.sh

Remember to activate the environment and the variables every time you open the terminal!

About

This is the pubblic version of the Noise Interactive Calalogue Exlorer (NICE) used by the LIGO/Virgo collaboration for characterizing the glitches presented in gravitational waves interferometers. This version is made for exploring the tool and showing the use-cases applied to simulated data.

Resources

License

Stars

Watchers

Forks

Packages