From a734bd92b1524ef367d2743f676ba4c23417abe9 Mon Sep 17 00:00:00 2001 From: moralejo Date: Thu, 31 Oct 2024 12:29:29 +0000 Subject: [PATCH] Removed test factor in source flux --- notebooks/LST1_observation_simulator.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/LST1_observation_simulator.ipynb b/notebooks/LST1_observation_simulator.ipynb index db7bf1e92..b073fa5c5 100644 --- a/notebooks/LST1_observation_simulator.ipynb +++ b/notebooks/LST1_observation_simulator.ipynb @@ -323,7 +323,7 @@ "\n", "# Crab Nebula:\n", "def intrinsic_dFdE(E):\n", - " return 1.2* CRAB_MAGIC_JHEAP2015(E) # Crab Nebula, MAGIC log-parabola\n", + " return CRAB_MAGIC_JHEAP2015(E) # Crab Nebula, MAGIC log-parabola\n", "\n", "# Crab pulsar P1, from LST1 paper (smoothly broken power-law):\n", "# def intrinsic_dFdE(E):\n", @@ -954,7 +954,7 @@ { "cell_type": "code", "execution_count": null, - "id": "16d657ee", + "id": "5215017d", "metadata": {}, "outputs": [], "source": []