27 lines
765 B
Markdown
27 lines
765 B
Markdown
# Virgo data analyzer
|
|
|
|
Package and analyze Virgo data to quantify how much light are
|
|
backscattered for each optical bench. To make package that can be
|
|
analyzed, one need access to Cascina server.
|
|
|
|
## 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.
|
|
|
|
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.
|