Skip to content

Repository to hold educational material for the 2024 VIPER Summer School on PTA GW Astrophysics

Notifications You must be signed in to change notification settings

VIPER-Research-Group/gw-school-2024-materials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This the repository to hold educational material for the 2024 VIPER Summer School on PTA GW Astrophysics.

How to install the PTA software (and its dependencies) on a LINUX machine:

  1. Install Anaconda
  2. conda create -n viper -y -c conda-forge python=3.9
  3. conda activate viper
  4. conda install -y -c conda-forge enterprise-pulsar enterprise_extensions
  5. conda install -y -c conda-forge nb_conda jupyterlab
  6. pip install la-forge
  7. pip install tqdm

How to install the PTA software (and its dependencies) on a new MAC (M3) machine:

  1. Install Anaconda
  2. CONDA_SUBDIR=osx-64
  3. conda create -n viper -y -c conda-forge python=3.9
  4. conda activate viper
  5. conda config --env --set subdir osx-64
  6. conda install -y -c conda-forge enterprise-pulsar enterprise_extensions
  7. conda install -y -c conda-forge nb_conda jupyterlab
  8. pip install la-forge
  9. pip install tqdm

How to install the PTA software (and its dependencies) on a Windows machine:

  1. Use WSL to install a LINUX instance on your Windows machine.
  2. Follow the instructions for LINUX. The software will not run on Windows natively!/////

NEW*** For instructions on how to install holodeck (requied for day 4) go here

About

Repository to hold educational material for the 2024 VIPER Summer School on PTA GW Astrophysics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published