Skip to content

Commit

Permalink
Minor tweak for consistency with BMM, seconds -> measurement_time
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtitus committed Nov 13, 2024
1 parent b568ef8 commit 4ed8e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions export_to_xdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def exportToXDI(
"m4cd", "i0_m4cd", columns, metadata, "Drain current from M4 mirror, sometimes useful as a secondary i0"
)
normalize_detector("en_energy_setpoint", "energy", columns)
normalize_detector("seconds", "measurement_time", columns)
if "energy" in columns:
exclude_column("en_energy", columns, run_data)
else:
Expand Down

0 comments on commit 4ed8e6b

Please sign in to comment.