v1.0.0-rc.70

This commit is contained in:
2025-08-27 06:21:10 +02:00
parent 06978efe6b
commit bb32f27635
229 changed files with 2446 additions and 399 deletions
@@ -85,6 +85,9 @@ function AxisTypeY(plot: plot_type) : string | JSX.Element {
return "Mosaicity [deg.]";
case plot_type.B_FACTOR:
return "B-factor [&#8491;<sup>2</sup>]";
case plot_type.BEAM_CENTER_X:
case plot_type.BEAM_CENTER_Y:
return "Beam center [pixel]";
default:
return "?";
}