Skip to content
Snippets Groups Projects
Commit 15feb3d5 authored by Jihee Kim's avatar Jihee Kim
Browse files

debugging

parent c780bb53
Branches
Tags
No related merge requests found
...@@ -238,7 +238,7 @@ if __name__ == '__main__': ...@@ -238,7 +238,7 @@ if __name__ == '__main__':
bins=(np.arange(*eta_rg, step=args.topo_size/1000.), np.arange(*phi_rg, step=args.topo_size)), bins=(np.arange(*eta_rg, step=args.topo_size/1000.), np.arange(*phi_rg, step=args.topo_size)),
cmap=cmap, cmin=0., pc_kw=dict(alpha=0.8, edgecolor='k')) cmap=cmap, cmin=0., pc_kw=dict(alpha=0.8, edgecolor='k'))
# draw true decaying particle position # draw true decaying particle position
if len(dfdecaymcp) > 0: if len(dftemp) > 0:
ax.scatter(dfdecaymcp['eta'].values, dfdecaymcp['phi'].values, marker='x', color='red', s=22**2, linewidth=5.0) ax.scatter(dfdecaymcp['eta'].values, dfdecaymcp['phi'].values, marker='x', color='red', s=22**2, linewidth=5.0)
ax.set_ylabel(r'$\phi$ (mrad)', fontsize=32) ax.set_ylabel(r'$\phi$ (mrad)', fontsize=32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment