You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.