Skip to content

Quality of life

Compare
Choose a tag to compare
@SkyToGround SkyToGround released this 24 Nov 09:14
· 1106 commits to main since this release
7f3d18c

Changes

  • Each ev42 writer module instance will now publish the number of events written to file.
  • It is no longer possible to set a stop time if the previously set stop time has passed. Also added unit tests for this feature.
  • The application will now give you an approximate size of the file it is writing to, rounded up to the nearest 10 MB, in the status messages that it produces.
  • The f142 cue index functionality was unintentianlly disabled but has now been restored to working order. Unit tests were added to prevent future such regression in the code.
  • Creating links should now work properly. The configuration of links has been changed
    and is now closer to how it is configured for datasets and streams, i.e. as a module configuration.
    Unit tests and system test added for link creation cases.
    (#607)
  • Fixed a bug where the file-writer will not abandon an alternative command topic if it fails to start a file-writing job.
  • The f142 value statistics written to file is now done so according to the NeXus format.
  • Added the HDF5/NeXus file structure to the "writing finished"-message and a system test to check this.