|
95 | 95 | "outputs": [], |
96 | 96 | "source": [ |
97 | 97 | "fig, axes = plt.subplots(1, 2, figsize=(20,5))\n", |
98 | | - "ctaplot.plot_theta2(reco_alt, reco_az, simu_alt, simu_az, bins=40, ax=axes[0])\n", |
99 | | - "ctaplot.plot_angular_resolution_per_energy(reco_alt, reco_az, simu_alt, simu_az, simu_energy, ax=axes[1]) \n", |
| 98 | + "ctaplot.plot_theta2(simu_alt, reco_alt, simu_az, reco_az, bins=40, ax=axes[0])\n", |
| 99 | + "ctaplot.plot_angular_resolution_per_energy(simu_alt, reco_alt, simu_az, reco_az, simu_energy, ax=axes[1]) \n", |
| 100 | + "ctaplot.plot_angular_resolution_cta_requirement('south', ax=axes[1], color='black')\n", |
| 101 | + "axes[1].legend();\n", |
| 102 | + "plt.show()" |
| 103 | + ] |
| 104 | + }, |
| 105 | + { |
| 106 | + "cell_type": "code", |
| 107 | + "execution_count": null, |
| 108 | + "metadata": {}, |
| 109 | + "outputs": [], |
| 110 | + "source": [ |
| 111 | + "reco_az, , simu_az, bins=40, ax=axes[0])\n", |
| 112 | + "ctaplot.plot_angular_resolution_per_energy(simu_alt, reco_alt, simu_az, reco_az, simu_energy, ax=axes[1]) \n", |
100 | 113 | "ctaplot.plot_angular_resolution_cta_requirement('south', ax=axes[1], color='black')\n", |
101 | 114 | "axes[1].legend();\n", |
102 | 115 | "plt.show()" |
|
127 | 140 | " bias_correction=True,\n", |
128 | 141 | " ax=axes[0])\n", |
129 | 142 | "\n", |
130 | | - "ctaplot.plot_angular_resolution_per_energy(reco_alt, reco_az, simu_alt, simu_az, simu_energy,\n", |
| 143 | + "ctaplot.plot_angular_resolution_per_energy(simu_alt, reco_alt, simu_az, reco_az, simu_energy,\n", |
131 | 144 | " bias_correction=True,\n", |
132 | 145 | " ax=axes[1])\n", |
133 | 146 | "\n", |
|
0 commit comments