finesse-simulation-O4/README.md

35 lines
983 B
Markdown

# finesse simulation O4
## 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.
To run the program, you can use
[jupyter lab](https://jupyterlab.readthedocs.io/en/latest/) to run the
[main](main.ipynb) notebook. By running the following command:
```bash
uv sync
jupyter lab
```
> [!NOTE]
> You can still use pip to manage dependencies using [pyproject.toml](pyproject.toml)
## Sensitivities
The [reference file](Sensitivities/O4_nominal_reference.txt) is taken from
Virgo observation data on the 7th of June 2024, (500 second from GPS time:
1401789000)
## 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
[Finesse](https://finesse.ifosim.org/docs/latest/backmatter/about.html), and on
all the software and library used in this project.