Add sensitivies data
This commit is contained in:
parent
0176355cca
commit
b4ba928d1e
4 changed files with 314 additions and 37 deletions
|
@ -2,7 +2,7 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 22,
|
"execution_count": 1,
|
||||||
"id": "8382eebe-ea67-402e-b4da-64d9f616f0c1",
|
"id": "8382eebe-ea67-402e-b4da-64d9f616f0c1",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 5,
|
"execution_count": 2,
|
||||||
"id": "77a9edfb-d910-4264-a29c-1674a4841c8d",
|
"id": "77a9edfb-d910-4264-a29c-1674a4841c8d",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 19,
|
"execution_count": 3,
|
||||||
"id": "2d780140-9125-4a81-927e-daf298504add",
|
"id": "2d780140-9125-4a81-927e-daf298504add",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
|
@ -68,12 +68,15 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 23,
|
"execution_count": 4,
|
||||||
"id": "8261c88c-8104-4ef9-9a0f-c186891c8b27",
|
"id": "8261c88c-8104-4ef9-9a0f-c186891c8b27",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"save(\"finesse-virgo-sensitivity.npy\", array([result.x0, abs(result[\"NSR_with_RP\"])]))"
|
"save(\n",
|
||||||
|
" \"sensitivities/finesse-virgo.npy\",\n",
|
||||||
|
" array([result.x0, abs(result[\"NSR_with_RP\"])]),\n",
|
||||||
|
")"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
336
main.ipynb
336
main.ipynb
File diff suppressed because one or more lines are too long
2
sensitivities/O4_nominal_reference.txt
Normal file
2
sensitivities/O4_nominal_reference.txt
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue