A refactor of dingo-gw's waveform generator, meant to replicate its functionalities and outputs while improving code readability and maintainability.
pip install -e .or, for development installation:
pip install -e ".[dev]"See the examples folder for examples of scripts and configuration files.
To generate a dataset:
dingo_generate_dataset --settings_file config.yaml --num_processes 8Run dingo-verify-batch to run a batch of waveform generation and compare them against dingo (dingo-gw).