|
| 1 | +%YAML 1.2 |
| 2 | +--- |
| 3 | + |
| 4 | +# The class to initialise, and init parameters |
| 5 | +class: |
| 6 | + mxcubecore.HardwareObjects.Beamline.Beamline |
| 7 | + |
| 8 | +# objects |
| 9 | +# |
| 10 | +# NBNB some objects that do not currently have their own config files |
| 11 | +# would need those added (e.g. the centring methods) |
| 12 | +# |
| 13 | +objects: |
| 14 | + # The !!omap and the lines starting with '- ' give you an *ordered* dictionary |
| 15 | + # And thus a reproducible loading order |
| 16 | + !!omap |
| 17 | + # The values are the file paths to the configuration file for the |
| 18 | + # object, relative to the configuration file path(s) |
| 19 | + # |
| 20 | + # NB - the order is *NOT* arbitrary, as signal connections are set |
| 21 | + # on one object that require the other to be already loaded. |
| 22 | + # |
| 23 | + # Hardware: |
| 24 | + - session: session.yaml |
| 25 | + - data_publisher: data_publisher.yaml |
| 26 | + - machine_info: machine_info.yaml |
| 27 | + - detector: detector.yaml |
| 28 | + - beam: beam.yaml |
| 29 | + - transmission: transmission.yaml |
| 30 | + - flux: flux.yaml |
| 31 | + - cryo: cryo.yaml |
| 32 | + - energy: energy.yaml |
| 33 | + - resolution: resolution.yaml |
| 34 | + - safety_shutter: safety_shutter.yaml |
| 35 | + - fast_shutter: fast_shutter.yaml |
| 36 | + - sample_changer: sample_changer.yaml |
| 37 | + - sample_changer_maintenance: sample_changer_maint.yaml |
| 38 | + |
| 39 | + # The 2 lines up have to be used for SC and the 2 line below for the plate manipulator |
| 40 | + # - sample_changer: plate_manipulator.xml |
| 41 | + # - sample_changer_maintenance: plate_manipulator_maint.xml |
| 42 | + |
| 43 | + # - harvester: harvester.xml |
| 44 | + # - harvester_maintenance: harvester_maintenance.xml |
| 45 | + |
| 46 | + - diffractometer: minidiff.yaml |
| 47 | + - lims: lims.yaml |
| 48 | + - sample_view: sample_view.yaml |
| 49 | + - queue_manager: queue_manager.yaml |
| 50 | + - queue_model: queue_model.yaml |
| 51 | + |
| 52 | + # Procedures: |
| 53 | + - beamline_actions: beamline_actions.yaml |
| 54 | + - workflow: ednaparams.yaml |
| 55 | + - collect: mxcollect.yaml |
| 56 | + - xrf_spectrum: xrf.yaml |
| 57 | + - energy_scan: energy_scan.yaml |
| 58 | + - gphl_connection: gphl/gphl-setup.yaml |
| 59 | + - gphl_workflow: gphl/gphl-workflow.yaml |
| 60 | + - xray_centring: xray_centring2.yaml |
| 61 | + - xml_rpc_server: xml_rpc_server.yaml |
| 62 | + |
| 63 | + # Analysis: |
| 64 | + - offline_processing: auto_processing.yaml |
| 65 | + - online_processing: parallel_processing.yaml |
| 66 | + - characterisation: characterisation.yaml |
| 67 | + |
| 68 | +configuration: |
| 69 | + advanced_methods: |
| 70 | + - MeshScan |
| 71 | + - XrayCentering |
| 72 | + |
| 73 | + tunable_wavelength: true |
| 74 | + disable_num_passes: true |
| 75 | + run_processing_parallel: true |
| 76 | + run_number: 1 |
| 77 | + click_centring_num_clicks: 3 |
| 78 | + |
| 79 | + mesh_result_format: PNG |
| 80 | + use_native_mesh: true |
| 81 | + enable_2d_points: true |
| 82 | + |
| 83 | + default_acquisition_parameters: |
| 84 | + default: |
| 85 | + # Default values, also used for standard acquisition. |
| 86 | + # Values not given in other dictionaries are taken from here |
| 87 | + exp_time: 0.02 # exposure time |
| 88 | + osc_start: 0.0 # Only used if no current angle can be found |
| 89 | + osc_range: 0.1 |
| 90 | + num_passes: 1 |
| 91 | + first_image: 1 |
| 92 | + overlap: 0 |
| 93 | + num_images: 1 |
| 94 | + detector_mode: 1 # Remove as not in practice used ? |
| 95 | + inverse_beam: false |
| 96 | + take_dark_current: true |
| 97 | + skip_existing_images: true |
| 98 | + take_snapshots: true |
| 99 | + sub_wedge_size: 10 |
| 100 | + # NB 'compression' not added as apparently never used |
| 101 | + |
| 102 | + helical: |
| 103 | + # Defaults for helical scan. Missing values are taken from default |
| 104 | + number_of_images: 100 |
| 105 | + |
| 106 | + characterisation: |
| 107 | + # Defaults for characterisation. Missing values are taken from default |
| 108 | + exp_time: 0.05 # exposure time |
| 109 | + osc_range: 1 |
| 110 | + overlap: -89 |
| 111 | + num_images: 4 |
| 112 | + shutterless: false |
| 113 | + |
| 114 | + mesh: |
| 115 | + # Defaults for 'advanced' acquisition. Missing values are taken from default |
| 116 | + exp_time: 10 # exposure time |
| 117 | + range: 10 |
| 118 | + num_images: 100 |
| 119 | + cell_counting: zig-zag |
| 120 | + cell_spacing: vertical, horizontal |
| 121 | + mesh_center: top-left |
| 122 | + |
| 123 | + gphlworkflow: |
| 124 | + {} |
| 125 | + # Apparently this must be here, but we use all values same as default |
| 126 | + |
| 127 | + acquisition_limit_values: |
| 128 | + exposure_time: |
| 129 | + - 0.02 |
| 130 | + - 1000 |
| 131 | + osc_range: |
| 132 | + - -10000 |
| 133 | + - 10000 |
| 134 | + number_of_images: |
| 135 | + - 1 |
| 136 | + - 99999 |
| 137 | + kappa: |
| 138 | + - -5.0 |
| 139 | + - 240.0 |
| 140 | + |
| 141 | + available_methods: |
| 142 | + datacollection: true |
| 143 | + characterisation: true |
| 144 | + helical: true |
| 145 | + xrf_spectrum: true |
| 146 | + energy_scan: true |
| 147 | + mesh: true |
| 148 | + ssx_chip_collection: true |
| 149 | + gphlworkflow: true |
| 150 | + test_collection: true |
| 151 | + |
| 152 | + undulators: |
| 153 | + - type: PPU35C_GAP |
| 154 | + device_uri: //orion:10000/id/id/30 |
| 155 | + |
| 156 | + - type: PPU35D_GAP |
| 157 | + device_uri: //orion:10000/id/id/30 |
0 commit comments