Skip to content

Add guessing of output path and data path of the pipeline metadata. If values...

Mikhail Karnevskiy requested to merge fix/hotpatch into master
  • Change _ to - in CLI of application.py
  • Add guessing of output path and data path of the pipeline metadata. If values are not given they are guessed based on pipeline config.
  • Set default number of integration points to 2500.
  • Check if file_path from asapo metadata contains mount_dir given in the stitcher worker.
  • Check len of list of lambda files to be equal 3.
  • Catch timeout excepting from multiprocessing queue of stitcher_worker.py.
  • Add script to start pipeline for p21.1
  • Add logging to starter
  • Adjust guistarter to new format of the beamtime timedata
  • Improve formattig of the printout of the asapo test
  • Send stream finish flag only once. Modify import of lambda reader to match dioptas 5.3
  • Add daq-simulation script to the list of scripts
  • Add functionality of gui-starter to kill webgui

Merge request reports