diff --git a/broker/gen/api/DefaultApi.h b/broker/gen/api/DefaultApi.h index 085deceb..fabb84a5 100644 --- a/broker/gen/api/DefaultApi.h +++ b/broker/gen/api/DefaultApi.h @@ -522,7 +522,7 @@ private: /// /// Type of requested plot /// Unit used for azim int. (optional, default to "Q_recipA") - /// Binning of frames for the plot (0 = default binning) (optional, default to 0) + /// Binning of frames for the plot (0 = default binning) (optional, default to 1) virtual void preview_plot_bin_get(const std::optional &type, const std::optional &azintUnit, const std::optional &binning, Pistache::Http::ResponseWriter &response) = 0; /// /// Generate 1D plot from Jungfraujoch @@ -531,7 +531,7 @@ private: /// /// /// Type of requested plot - /// Binning of frames for the plot (0 = default binning) (optional, default to 0) + /// Binning of frames for the plot (0 = default binning) (optional, default to 1) /// Enable DEFLATE compression of output data. (optional, default to false) /// Fill value for elements that were missed during data collection (optional, default to 0.0f) /// If measurement has goniometer axis defined, plot X-axis will represent rotation angle If measurement has grid scan defined, plot X-axis and Y-axis will represent grid position, Z will be used as the final value For still measurement the number is ignored (optional, default to false) diff --git a/broker/jfjoch_api.yaml b/broker/jfjoch_api.yaml index 6a565b2c..55943dc4 100644 --- a/broker/jfjoch_api.yaml +++ b/broker/jfjoch_api.yaml @@ -1331,11 +1331,13 @@ components: items: type: number format: float + nullable: true z: type: array items: type: number format: float + nullable: true plot_unit_x: type: string enum: diff --git a/broker/redoc-static.html b/broker/redoc-static.html index a3c92cd1..a52d111e 100644 --- a/broker/redoc-static.html +++ b/broker/redoc-static.html @@ -1295,7 +1295,7 @@ User mask is not automatically applied - i.e. pixels with user mask will have a " class="sc-eVqvcJ sc-fszimp sc-etsjJW kIppRw jnwENr ljKHqG">

No calibration recorded so far

Generate 1D plot from Jungfraujoch

query Parameters
binning
integer
http://localhost:5232/preview/pedestal.tiff

Generate 1D plot from Jungfraujoch

query Parameters
binning
integer
Default: 1

Binning of frames for the plot (0 = default binning)

compression
boolean
Default: false

Enable DEFLATE compression of output data.

@@ -1324,7 +1324,7 @@ This format doesn't transmit information about X-axis, only values, so it i " class="sc-eVqvcJ sc-fszimp kIppRw drqpJr">

Type of requested plot

azint_unit
string
Default: "Q_recipA"
Enum: "Q_recipA" "d_A" "two_theta_deg"

Unit used for azim int.

-
binning
integer
binning
integer
Default: 1

Binning of frames for the plot (0 = default binning)

Responses