Skip to content

Commit

Permalink
correct M16 plot values
Browse files Browse the repository at this point in the history
  • Loading branch information
racarvajal committed Jan 26, 2024
1 parent efa2122 commit 3085e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/fig_W1_W2_W3_conf_matrix_AGN.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
# y_A18_90 = 0.662 * np.exp(0.232 * (full_catalog_df.loc[filt_plot, 'W2mproPM'] - 3.339 - 13.97)**2)
# Blecha+2018
points_M12 = np.array([[x_Vega[-1], 1.9596, 2.2501, x_Vega[-1]], [y_M12_a[-1], 1.4083, 0.4867, y_M12_b[-1]]])
points_M16 = np.array([[4.4, 4.4, x_Vega[0], x_Vega[0]], [y_Vega[-1], 0.8, 0.8, y_Vega[-1]]])
points_M16 = np.array([[4.4, 4.4, x_Vega[0], x_Vega[0]], [y_Vega[-1], 0.5, 0.5, y_Vega[-1]]])
points_B18 = np.array([[2.2, 2.2, 4.7, (y_Vega[-1] + 8.9) * 0.5], [y_Vega[-1], 0.5, 0.5, y_Vega[-1]]])

axs[count].plot(points_M12[0] + 3.339 - 5.174, points_M12[1] + 2.699 - 3.339,\
Expand Down

0 comments on commit 3085e64

Please sign in to comment.