Compute requirement for the speed of the future bench SRB, in regard to backscattered light
Find a file
2025-04-09 13:57:52 +02:00
bad weather.ipynb add current code 2025-04-09 13:44:31 +02:00
LICENSE Add misc files 2025-04-09 13:57:52 +02:00
main.ipynb add current code 2025-04-09 13:44:31 +02:00
mise.toml add current code 2025-04-09 13:44:31 +02:00
pyproject.toml add current code 2025-04-09 13:44:31 +02:00
README.md Add misc files 2025-04-09 13:57:52 +02:00
uv.lock add current code 2025-04-09 13:44:31 +02:00

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.