mxcubeweb.core.adapter.detector_adapter# Classes DetectorAdapter(ho, role, app) class mxcubeweb.core.adapter.detector_adapter.DetectorAdapter(ho, role, app)[source]# Bases: AdapterBase display_image(path: str, img_num) → dict[source]# Notify ADXV and/or Braggy of the image to display. Parameters: path (str) – Return type: dict get_value() → dict[source]# Get the file suffix of the data files. Return type: dict state()[source]# Retrieves the state of the underlying hardware object and converts it to a str that can be used by the javascript front end. :returns: The state :rtype: (str)