You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Reference: [`NegativeTrapezoid`](ibex_bluesky_core.fitting.NegativeTrapezoid)
168
+
169
+
This model is the same shape as the trapezoid described above, but with a negative height.s
170
+
171
+
-`cen` - The centre (x) of the model
172
+
-`gradient` - How steep the edges of the trapezoid are
173
+
-`height` - The maximum height of the model below `background`
174
+
-`background` - The maximum value (y) of the model
175
+
-`y_offset` - Acts as a width factor for the trapezoid. If you extrapolate the sides of the trapezoid until they meet, this value represents the y coord of this point minus height and background.
0 commit comments