Skip to content

Commit

Permalink
Updated file path reference for plotting over position plot
Browse files Browse the repository at this point in the history
  • Loading branch information
proy30 committed Aug 2, 2024
1 parent 9f0efa8 commit f683975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/impactx/dashboard/Analyze/plotsMain.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def load_dataTable_data():
# Defaults
# -----------------------------------------------------------------------------

BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
BASE_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
REDUCED_BEAM_DATA = os.path.join(BASE_PATH, "diags", "reduced_beam_characteristics.0.0")
REF_PARTICLE_DATA = os.path.join(BASE_PATH, "diags", "ref_particle.0.0")
DEFAULT_HEADERS = ["step", "s", "alpha_x", "alpha_y", "alpha_t"]
Expand Down

0 comments on commit f683975

Please sign in to comment.