bad weather.ipynb | ||
LICENSE | ||
main.ipynb | ||
mise.toml | ||
pyproject.toml | ||
README.md | ||
uv.lock |
Requirement on SRB speed for backscattered light
These notebooks compute requirement for the speed of the future bench SRB, in regard to backscattered light. It requires Virgo data available locally, sensitivities goal from A. Rocchi, and local python modules.
Getting started
Warning
The code environment is not replicable as is, and should be adapted to be useful to other. For now, it's first an archive to understand how I get these results, and is not intended to be used outside of my computer.
This project use uv to manage dependencies, and mise to manage python version and virtual environment.
To run the program, you can use jupyter lab to run the main notebook. By running the following command:
uv sync
jupyter lab
Note
You can still use pip to manage dependencies using pyproject.toml
License
This project is licensed under the GNU GPL v3+. See license file for more information.
Acknowledgment
Thanks to all the people that worked on all the software and library used in this project.