Parameter Estimation with Simulation Based Inferencing (PEWSBI), for Gravitational-wave signals.
- Make sure you have
condainstalled:
conda --version
This should return something like conda 23.X.X
- Change directories to the directory to place the PEWSBI package in, then
gitclone the repo:
cd /path/to/directory/
git clone https://github.com/mactodd315/PEWSBI.git
- Install the
sbi_envusing the env.ymlfile in this repo:
cd PEWSBI
conda env create -f environment.yml
conda activate sbi_env
- Activate the new env and check that certain packages are installed:
conda list -n sbi_env numpy
conda list -n sbi_env matplotlib
conda list -n sbi_env pycbc
conda list -n sbi_env sbi
conda list -n sbi_env torch