v1.0.0-rc.73
This commit is contained in:
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
|
||||
|
||||
export const OpenAPI: OpenAPIConfig = {
|
||||
BASE: 'http://localhost:5232',
|
||||
VERSION: '1.0.0-rc.72',
|
||||
VERSION: '1.0.0-rc.73',
|
||||
WITH_CREDENTIALS: false,
|
||||
CREDENTIALS: 'include',
|
||||
TOKEN: undefined,
|
||||
|
||||
@@ -5,18 +5,18 @@
|
||||
|
||||
export type azim_int_settings = {
|
||||
/**
|
||||
* Apply polarization correction for radial integration (polarization factor must be configured in dataset settings)
|
||||
* Apply polarization correction for azimuthal integration (polarization factor must be configured in dataset settings)
|
||||
*/
|
||||
polarization_corr: boolean;
|
||||
/**
|
||||
* Apply solid angle correction for radial integration
|
||||
* Apply solid angle correction for azimuthal integration
|
||||
*/
|
||||
solid_angle_corr: boolean;
|
||||
high_q_recipA: number;
|
||||
low_q_recipA: number;
|
||||
q_spacing: number;
|
||||
/**
|
||||
* Numer of azimuthal (phi) bins; 1 = standard 1D radial integration
|
||||
* Numer of azimuthal (phi) bins; 1 = standard 1D azimuthal integration
|
||||
*/
|
||||
azimuthal_bins?: number;
|
||||
};
|
||||
|
||||
@@ -435,7 +435,7 @@ export class DefaultService {
|
||||
}
|
||||
|
||||
/**
|
||||
* Configure radial integration
|
||||
* Configure azimuthal integration
|
||||
* Can be done when detector is Inactive or Idle
|
||||
* @param requestBody
|
||||
* @returns any Everything OK
|
||||
@@ -457,7 +457,7 @@ export class DefaultService {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get radial integration configuration
|
||||
* Get azimuthal integration configuration
|
||||
* Can be done anytime
|
||||
* @returns azim_int_settings Everything OK
|
||||
* @throws ApiError
|
||||
|
||||
Reference in New Issue
Block a user