A Python package for simulating instrumental noise.
Project description
gwmock-noise
A Python package for simulating gravitational wave detector noise.
Installation
We recommend using uv to manage virtual environments for installing
gwmock_noise.
If you don't have uv installed, you can install it with pip. See the project
pages for more details:
- Install via pip:
pip install --upgrade pip && pip install uv - Project pages: uv on PyPI | uv on GitHub
- Full documentation and usage guide: uv docs
Requirements
- Python 3.12 or higher
- Operating System: Linux, macOS, or Windows
Note: The package is built and tested against Python 3.12-3.14. When
creating a virtual environment with uv, specify the Python version to ensure
compatibility: uv venv --python 3.12 (replace 3.12 with your preferred
version in the 3.12-3.14 range). This avoids potential issues with unsupported
Python versions.
Install from PyPI
The recommended way to install gwmock-noise is from PyPI:
# Create a virtual environment (recommended with uv)
uv venv --python 3.12
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install gwmock-noise
Install from Source
For the latest development version:
git clone git@github.com:Leuven-Gravity-Institute/gwmock-noise.git
cd gwmock_noise
# Create a virtual environment (recommended with uv)
uv venv --python 3.12
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv sync
Development Installation
To set up for development:
git clone git@github.com:Leuven-Gravity-Institute/gwmock-noise.git
cd gwmock_noise
# Create a virtual environment (recommended with uv)
uv venv --python 3.12
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv sync --group dev
# Install pre-commit hooks
uv run pre-commit install
uv run pre-commit install --hook-type commit-msg
Verify Installation
Check that gwmock-noise is installed correctly:
gwmock-noise --help
python -c "import gwmock_noise; print(gwmock_noise.__version__)"
Documentation
Full documentation to be available at https://leuven-gravity-institute.github.io/gwmock_noise.
Contributing
Contributions are welcome!
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests
- Submit a pull request
Release Schedule
Releases follow a fixed schedule: every Tuesday at 00:00 UTC, unless an emergent bugfix is required. This ensures predictable updates while allowing flexibility for critical issues. Users can view upcoming changes in the draft release on the GitHub Releases page.
Testing
Run the test suite:
uv run pytest
License
This project is licensed under the 3-Clause BSD License - see the LICENSE file for details.
Support
For questions or issues, please open an issue on GitHub or contact the maintainers.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gwmock_noise-0.1.1.tar.gz.
File metadata
- Download URL: gwmock_noise-0.1.1.tar.gz
- Upload date:
- Size: 236.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f1d8a7082e551cd0199f4bd76be2f35a1827ee50a37397e75fcb99e6924ff96
|
|
| MD5 |
89489f9d68a365554b8b20f6f14abc3d
|
|
| BLAKE2b-256 |
79a4d091274b3a3b308d1015cc43febd33729d7ce8afa1d4a0436c0b502876f1
|
File details
Details for the file gwmock_noise-0.1.1-py3-none-any.whl.
File metadata
- Download URL: gwmock_noise-0.1.1-py3-none-any.whl
- Upload date:
- Size: 55.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11fedf8d5afb2140e84bb66694df793fcb101fce19ca2bc75d1916191bfd78e0
|
|
| MD5 |
7cdecded5e1b0d20a31ef6b39a884256
|
|
| BLAKE2b-256 |
d98f1e94e00f43dc9f9b867c199c7b702c3898d6308b72b60dd02a5d8906f062
|