30 lines
933 B
Markdown
30 lines
933 B
Markdown
# Backscattering Experiment Data
|
|
|
|
Python interface of experimental data for measurements of backscattered light in
|
|
the Virgo interferometer. It can be executed on Cascina server to load online
|
|
data, or use local [hdf5](https://www.hdfgroup.org/solutions/hdf5/) file.
|
|
|
|
## Getting started
|
|
|
|
This project use [uv](https://docs.astral.sh/uv/) to manage
|
|
dependencies, and [mise](https://mise.jdx.dev/) to manage python
|
|
version and virtual environment.
|
|
|
|
> [!NOTE]
|
|
> You can still use pip to manage dependencies using [pyproject.toml](pyproject.toml)
|
|
|
|
This is a library, which cannot be used as is.
|
|
|
|
## Architecture
|
|
|
|
Architecture of this project is available [here](architecture.pdf).
|
|
|
|
## License
|
|
|
|
This project is licensed under the GNU GPL v3+.
|
|
See [license file](LICENSE) for more information.
|
|
|
|
## Acknowledgment
|
|
|
|
Thanks to all the people that worked on [GWpy](https://gwpy.github.io)
|
|
and on all software and library used in this project.
|