Update README.md
This commit is contained in:
parent
1d1878cb35
commit
3c96c515b4
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -1,5 +1,12 @@
|
||||||
# finesse simulation O4
|
# finesse simulation O4
|
||||||
|
|
||||||
|
This simulation aims to replicate simulation result from
|
||||||
|
[Optickle](https://git.ligo.org/virgo/virgoapp/simulinkNoiseBudget/-/blob/master/DRITF/scatterRadiationPressure.m)
|
||||||
|
to get transfer functions between sensitivity and benches movement.
|
||||||
|
|
||||||
|
The final objective is to use [Finesse](https://finesse.ifosim.org) to compute
|
||||||
|
future backscatter noise projection.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
This project use [uv](https://docs.astral.sh/uv/) to manage dependencies, and
|
This project use [uv](https://docs.astral.sh/uv/) to manage dependencies, and
|
||||||
|
@ -19,10 +26,13 @@ jupyter lab
|
||||||
|
|
||||||
## Sensitivities
|
## Sensitivities
|
||||||
|
|
||||||
The [reference file](Sensitivities/O4_nominal_reference.txt) is taken from
|
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:
|
Virgo observation data on the 7th of June 2024, (500 second from GPS time:
|
||||||
1401789000)
|
1401789000)
|
||||||
|
|
||||||
|
The [other file](sensitivities/finesse-virgo.npy) is generated using
|
||||||
|
[this notebook](generate_from_finesse-virgo.ipynb)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the GNU GPL v3+.
|
This project is licensed under the GNU GPL v3+.
|
||||||
|
|
Loading…
Reference in a new issue