Open grzanka opened 2 years ago
Let's limit this feature to 1-D plots at the moment.
File should have the same name as the plot. Let's avoid whitespace characters and replace them with _
.
So if plot is called "Fluence only protons" then I expect a file "Fluence_only_protons.csv".
Example file contents:
# --------------------------------
# ESTIMATOR metadata
# "Tmax_MeV": "0.0",
# "error_type": "ErrorEstimate.none",
# "file_corename": "yz_profile_",
# "file_counter": "16",
# (....)
# --------------------------------
# PAGE metadata
# "detector_type": "39",
# "detector_unit": "Gy",
# (...)
Position (Z) [cm], DOSE-GY [Gy]
0, 0.5
0.1, 0.6
0.2, 0.7
(....)
The easiest would be a CSV file.
I'd imagine an "export to CSV" button next to each plot