.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
environment-designer.yml
environment.yml
pyproject.toml
pytest.ini
.github/pull_request_template.md
.github/workflows/ci.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/topic_guides/PSO_diagram.svg
docs/topic_guides/area_detectors.rst
docs/topic_guides/beamline_configuration.rst
docs/topic_guides/changing_haven.rst
docs/topic_guides/define_new_motor.rst
docs/topic_guides/energy_scans.rst
docs/topic_guides/exporting.rst
docs/topic_guides/fluorescence_detectors.rst
docs/topic_guides/fly_scan_block_diagram.svg
docs/topic_guides/fly_scanning.rst
docs/topic_guides/hardware_triggering.rst
docs/topic_guides/index.rst
docs/topic_guides/instrument_registry.rst
docs/topic_guides/motor_positions.rst
docs/topic_guides/xdi_writer.rst
docs/tutorials/area_detectors.rst
docs/tutorials/fly_scanning.ipynb
docs/tutorials/index.rst
docs/tutorials/knife_scan.ipynb
docs/tutorials/xafs_energy_scan.rst
mime/x-hdf5.xml
mime/x-nexus.xml
src/conftest.py
src/firefly/__init__.py
src/firefly/action.py
src/firefly/area_detector_overlay.ui
src/firefly/area_detector_roi.ui
src/firefly/area_detector_viewer.py
src/firefly/area_detector_viewer.ui
src/firefly/beamline_components_rc.py
src/firefly/bss.py
src/firefly/bss.ui
src/firefly/button.py
src/firefly/component_selector.py
src/firefly/conftest.py
src/firefly/controller.py
src/firefly/detector_list.py
src/firefly/display.py
src/firefly/energy.py
src/firefly/energy.ui
src/firefly/exceptions.py
src/firefly/filters.py
src/firefly/filters.ui
src/firefly/filters_row.ui
src/firefly/firefly.qss
src/firefly/ioc.ui
src/firefly/iocs.py
src/firefly/iocs.ui
src/firefly/ion_chamber.py
src/firefly/ion_chamber.ui
src/firefly/kb_mirrors.py
src/firefly/kb_mirrors.ui
src/firefly/launcher.py
src/firefly/log_viewer.ui
src/firefly/main_window.py
src/firefly/mirror.py
src/firefly/mirror.ui
src/firefly/motor.py
src/firefly/motor.ui
src/firefly/pydm_plugin.py
src/firefly/queue_button.py
src/firefly/queue_client.py
src/firefly/robot.py
src/firefly/robot.ui
src/firefly/run_browser.py
src/firefly/run_browser.ui
src/firefly/run_client.py
src/firefly/slits.py
src/firefly/slits.ui
src/firefly/slits_motor.py
src/firefly/slits_motor.ui
src/firefly/splash.png
src/firefly/status.py
src/firefly/status.ui
src/firefly/table.py
src/firefly/table.ui
src/firefly/tweak.py
src/firefly/tweak.ui
src/firefly/voltmeters.py
src/firefly/voltmeters.ui
src/firefly/xrf_detector.py
src/firefly/xrf_detector.ui
src/firefly/xrf_plot.ui
src/firefly/xrf_roi.py
src/firefly/xrf_roi.ui
src/firefly/plans/count.py
src/firefly/plans/count.ui
src/firefly/plans/grid_scan.py
src/firefly/plans/grid_scan.ui
src/firefly/plans/line_scan.py
src/firefly/plans/line_scan.ui
src/firefly/plans/move_motor_window.py
src/firefly/plans/move_motor_window.ui
src/firefly/plans/regions_display.py
src/firefly/plans/util.py
src/firefly/plans/xafs_scan.py
src/firefly/plans/xafs_scan.ui
src/firefly/resources/beamline_components.py
src/firefly/resources/beamline_components.qrc
src/firefly/resources/filter-empty.png
src/firefly/resources/filter.png
src/firefly/resources/insertion_device.png
src/firefly/resources/kb_mirrors.png
src/firefly/resources/mirror.png
src/firefly/resources/monochromator.png
src/firefly/resources/slits_3d.png
src/firefly/resources/table.png
src/firefly/tests/beamline_components_rc.py
src/firefly/tests/test_action.py
src/firefly/tests/test_area_detector_display.py
src/firefly/tests/test_bss_display.py
src/firefly/tests/test_component_selector.py
src/firefly/tests/test_controller.py
src/firefly/tests/test_count_window.py
src/firefly/tests/test_detector_list.py
src/firefly/tests/test_energy_display.py
src/firefly/tests/test_filters.py
src/firefly/tests/test_grid_scan_window.py
src/firefly/tests/test_iocs_display.py
src/firefly/tests/test_ion_chamber.py
src/firefly/tests/test_kb_mirrors.py
src/firefly/tests/test_line_scan_window.py
src/firefly/tests/test_main_window.py
src/firefly/tests/test_mirror.py
src/firefly/tests/test_move_motor_window.py
src/firefly/tests/test_ophyd_connection.py
src/firefly/tests/test_pydm_plugin.py
src/firefly/tests/test_queue_button.py
src/firefly/tests/test_queue_client.py
src/firefly/tests/test_robot_gui.py
src/firefly/tests/test_run_browser.py
src/firefly/tests/test_slits_display.py
src/firefly/tests/test_status.py
src/firefly/tests/test_table.py
src/firefly/tests/test_tiled_server.py
src/firefly/tests/test_tweak.py
src/firefly/tests/test_voltmeters.py
src/firefly/tests/test_xafs_scan.py
src/firefly/tests/test_xrf_detector_display.py
src/haven/__init__.py
src/haven/_iconfig.py
src/haven/catalog.py
src/haven/conftest.py
src/haven/constants.py
src/haven/device.py
src/haven/energy_ranges.py
src/haven/exceptions.py
src/haven/iconfig_testing.toml
src/haven/instrument.py
src/haven/ipython_startup.ipy
src/haven/motor_position.py
src/haven/positioner.py
src/haven/preprocessors.py
src/haven/progress_bar.py
src/haven/run_engine.py
src/haven/simulated_ioc.py
src/haven/typing.py
src/haven/devices/__init__.py
src/haven/devices/aerotech.py
src/haven/devices/aps.py
src/haven/devices/area_detector.py
src/haven/devices/beamline_manager.py
src/haven/devices/delay.py
src/haven/devices/dxp.py
src/haven/devices/energy_positioner.py
src/haven/devices/fluorescence_detector.py
src/haven/devices/heater.py
src/haven/devices/ion_chamber.py
src/haven/devices/labjack.py
src/haven/devices/lerix.py
src/haven/devices/mirrors.py
src/haven/devices/monochromator.py
src/haven/devices/motor.py
src/haven/devices/motor_flyer.py
src/haven/devices/power_supply.py
src/haven/devices/robot.py
src/haven/devices/scaler.py
src/haven/devices/shutter.py
src/haven/devices/signal.py
src/haven/devices/slits.py
src/haven/devices/srs570.py
src/haven/devices/stage.py
src/haven/devices/synApps.py
src/haven/devices/table.py
src/haven/devices/transform.py
src/haven/devices/xia_pfcu.py
src/haven/devices/xray_source.py
src/haven/devices/xspress.py
src/haven/plans/__init__.py
src/haven/plans/align_motor.py
src/haven/plans/align_slits.py
src/haven/plans/auto_gain.py
src/haven/plans/beam_properties.py
src/haven/plans/energy_scan.py
src/haven/plans/fly.py
src/haven/plans/record_dark_current.py
src/haven/plans/robot_transfer_sample.py
src/haven/plans/set_energy.py
src/haven/plans/shutters.py
src/haven/plans/xafs_scan.py
src/haven/tests/__init__.py
src/haven/tests/ioc_apsbss.py
src/haven/tests/ioc_area_detector.py
src/haven/tests/ioc_dxp.py
src/haven/tests/ioc_mono.py
src/haven/tests/ioc_motor.py
src/haven/tests/ioc_preamp.py
src/haven/tests/ioc_ptc10.py
src/haven/tests/ioc_scaler.py
src/haven/tests/ioc_simple.py
src/haven/tests/ioc_undulator.py
src/haven/tests/test_aerotech.py
src/haven/tests/test_align_motor.py
src/haven/tests/test_aps.py
src/haven/tests/test_area_detector.py
src/haven/tests/test_auto_gain_plan.py
src/haven/tests/test_beam_properties.py
src/haven/tests/test_beamline_manager.py
src/haven/tests/test_catalog.py
src/haven/tests/test_delay.py
src/haven/tests/test_device.py
src/haven/tests/test_energy_positioner.py
src/haven/tests/test_energy_ranges.py
src/haven/tests/test_energy_xafs_scan.py
src/haven/tests/test_fluorescence_detectors.py
src/haven/tests/test_fly_plans.py
src/haven/tests/test_heater.py
src/haven/tests/test_iconfig.py
src/haven/tests/test_iconfig.toml
src/haven/tests/test_instrument.py
src/haven/tests/test_instrument_registry.py
src/haven/tests/test_ion_chamber.py
src/haven/tests/test_labjack.py
src/haven/tests/test_lerix.py
src/haven/tests/test_mirrors.py
src/haven/tests/test_monochromator.py
src/haven/tests/test_motor.py
src/haven/tests/test_plans.py
src/haven/tests/test_positioner.py
src/haven/tests/test_power_supply.py
src/haven/tests/test_preprocessors.py
src/haven/tests/test_record_dark_current_plan.py
src/haven/tests/test_robot.py
src/haven/tests/test_robot_transfer_sample.py
src/haven/tests/test_run_engine.py
src/haven/tests/test_save_motor_positions.py
src/haven/tests/test_scaler.py
src/haven/tests/test_set_energy.py
src/haven/tests/test_shutter.py
src/haven/tests/test_signal.py
src/haven/tests/test_slits.py
src/haven/tests/test_srs570.py
src/haven/tests/test_stages.py
src/haven/tests/test_table.py
src/haven/tests/test_xia_pfcu.py
src/haven/tests/test_xray_source.py
src/haven/tests/test_xspress.py
src/haven/tests/fixtures/motor_positions.yaml
src/haven_spc.egg-info/PKG-INFO
src/haven_spc.egg-info/SOURCES.txt
src/haven_spc.egg-info/dependency_links.txt
src/haven_spc.egg-info/entry_points.txt
src/haven_spc.egg-info/requires.txt
src/haven_spc.egg-info/top_level.txt
src/queueserver/README.rst
src/queueserver/__init__.py
src/queueserver/kafka_server.properties
src/queueserver/launch_queueserver.py
src/queueserver/mongo_consumer.py
src/queueserver/queueserver.sh
src/queueserver/queueserver_startup.py
src/queueserver/queueserver_user_group_permissions.yaml
src/queueserver/zookeeper.properties
src/queueserver/systemd_units/kafka.service
src/queueserver/systemd_units/mongo_consumer.service
src/queueserver/systemd_units/queueserver.service
src/queueserver/systemd_units/redis.service
src/queueserver/systemd_units/zookeeper.service
test_iocs/README.md
test_iocs/conftest.py
test_iocs/dxp_3px_4elem_Fe55.txt
test_iocs/test_simulated_ioc.py