GW TDR Docs Web Runner

Installation

Install and verify TDR

Follow these steps to set up a working local environment for the tdr command-line tool.

Prerequisites

  • Python 3.11
  • A working C/C++ build toolchain for scientific Python packages
  • wget or curl available in PATH

Create environment

conda create -n TDR python=3.11 pip
conda activate TDR

Install TDR

From the repository root:

git clone git@github.com:samueleronchini/gw_tdr.git
cd gw_tdr
pip install -r requirements.txt
pip install -e .

Verify installation

tdr --help

Notes

  • The first run may be slower because GWOSC strain files are downloaded.
  • Subsequent runs are faster when cache is reused.