Skip to content

Commit

Permalink
Removed test factor in source flux
Browse files Browse the repository at this point in the history
  • Loading branch information
moralejo committed Oct 31, 2024
1 parent 4498893 commit a734bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/LST1_observation_simulator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -954,7 +954,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "16d657ee",
"id": "5215017d",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit a734bd9

Please sign in to comment.