blissoda.demo.processors.streamline.DemoStreamlineScanner#
- class blissoda.demo.processors.streamline.DemoStreamlineScanner(config=None, defaults=None, **deprecated_defaults)[source]#
Bases:
DemoStreamlineScannerMixIn,StreamlineScanner- Parameters:
config (
Optional[Dict[str,Any]])defaults (
Optional[Dict[str,Any]])deprecated_defaults (
Dict[str,Any])
- CONFIG_MODEL_CLASS#
alias of
BlissAutomationConfig
- property autotune_qrreader_per: str | None#
- property calib_ring_detector_name#
- property calibrant#
- property calibration_motor#
- property calibration_scans#
- copy_and_remove_parameters(shared, name)#
Copy&Remove parameters from another scope (global or session, singleton or instance).
- Parameters:
shared (
bool)name (
Optional[str])
- Return type:
None
- property detector_name#
- property dryrun#
- eject()#
- property energy_name#
- property image_slice#
- init_workflow(with_autocalibration=True)#
- Parameters:
with_autocalibration (
bool)
- property integration_options#
- load()#
- measure_sample(*args, has_qrcode=True, **kwargs)#
- Parameters:
has_qrcode (
bool)
- property pyfai_config#
- qr_read()#
- Return type:
str
- property queue#
- run_context()#
- property sample_changer#
- property sample_changer_name#
- select_sample(sample_index, use_qr_code=True)#
- Parameters:
sample_index (
int)use_qr_code (
bool)
- Return type:
str
- property skip_when_no_qr_code#
- property trigger_workflows#
- tune_qrreader(force=False)#
- Return type:
str
- tune_qrreader_for_baguette()#
- Return type:
None
- property verify_qrcode#
- property vibration_speed_during_scan#
- property workflow#
- property workflow_has_calib#
- property workflow_has_flatfield#