We will need to sit down with the beamline scientists to understand what was needed of the removed code, what was broken and how exactly it should work.
Some notes to be able to find things in older versions ...
Motion program: 13
get_prog_num: 13
In write_parameter_file for chip:
if map_type == MappingType.Full:
# This step creates some header files (.addr, .spec), containing the parameters,
# that are only needed when full mapping is in use.
SSX_LOGGER.info("Full mapping in use. Running start up now.")
startup.run()
Removed in #515
We will need to sit down with the beamline scientists to understand what was needed of the removed code, what was broken and how exactly it should work.
Some notes to be able to find things in older versions ...
Motion program: 13 get_prog_num: 13
In write_parameter_file for chip:
i24ssx_Chip_Mapping_py3v1.py
completely removedstartup.run()
also in chip startup:
in chip_manager: