v1.0.0-rc.72

This commit is contained in:
2025-09-08 20:28:59 +02:00
parent 6c88c6902e
commit c67337cfe1
275 changed files with 7525 additions and 1039 deletions
@@ -52,6 +52,7 @@ function AxisTypeY(plot: plot_type) : string | JSX.Element {
case plot_type.SPOT_COUNT_ICE:
return "Spot count";
case plot_type.AZINT:
case plot_type.AZINT_1D:
case plot_type.BKG_ESTIMATE:
return "Arbitrary units";
case plot_type.ROI_MAX_COUNT:
@@ -81,8 +82,8 @@ function AxisTypeY(plot: plot_type) : string | JSX.Element {
case plot_type.INDEXING_TIME:
case plot_type.PROCESSING_TIME:
return "Time [s]";
case plot_type.MOSAICITY:
return "Mosaicity [deg.]";
case plot_type.PROFILE_RADIUS:
return "Profile radius [&#8491;<sup>-1</sup>]";
case plot_type.B_FACTOR:
return "B-factor [&#8491;<sup>2</sup>]";
case plot_type.BEAM_CENTER_X: