Add sensitivies data

This commit is contained in:
linarphy 2025-03-27 14:49:09 +01:00
parent 0176355cca
commit b4ba928d1e
Signed by: linarphy
GPG key ID: 0CBF02E039B4FFFF
4 changed files with 314 additions and 37 deletions

View file

@ -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",
")"
] ]
} }
], ],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long