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
@@ -345,7 +345,7 @@ class PowderMeasurementConfig(BaseModel):
345
345
Configuration for powder measurement.
346
346
347
347
Attributes:
348
-
is_manual_particle_selection (bool): Whether to manually navigate sample to select particles to analyse (Default = False).
348
+
par_selection_mode (str): 'auto' for automatic particle navigation, 'manual' to prompt user to center each particle (default: 'auto').
349
349
is_known_powder_mixture_meas (bool): Whether sample is a known binary mixture of powders. Used to characterize precursor extent of intermixing (Default = False).
350
350
img_shift_tracking (bool): Whether to use image shift tracking during acquisition (Default = True).
351
351
par_search_frame_width_um (float, optional): Frame width used when searching for particles, in um.
@@ -365,10 +365,13 @@ class PowderMeasurementConfig(BaseModel):
365
365
Particle pixel intensities are scaled to 8-bit prior threhsolding, i.e., darkest pixel will be set to 0, and brightest to 255.
366
366
par_feature_selection (str): 'random' for random selection of points within bright regions, 'peaks' for brightest peak spots (default: 'random').
367
367
par_spot_spacing (str): 'random' for unbiased spot selecton, 'maximized' for maximized spot spacing over particle (default: 'random').
368
+
par_spot_selection_mode (str): 'auto' for built-in spot selection, 'callback' to supply spots via xsp_spot_selector (default: 'auto').
0 commit comments