Releases: sstcam/SSDAQ
Releases · sstcam/SSDAQ
v0.10.2
Change Log
- Set busy flag to True in the busy trigger pattern packet
- More efficient deserialization of trigger pattern packets
- Correct interpretation of the trigger pattern and the trigger phases
- The trigger type is now propagated from deserialization to object instantiation
- Trigger dumper now has option to dump the raw packet to terminal
- Removed unused code
- Datetime format for filenames has changed to Y-m-d_HM
- Added a trigger pattern viewer application
v0.10.1
v0.10.0
Release for the on ASTRI campaign in June 2019
Change Log
- General code refactoring
- Improved
control-ssdaq
- Better and separated configuration for receivers and writers
- New Telescope data receiver that queries the ASTRI database
- All subscribers have async versions
- Added a terminal dash for displaying monitoring values from the receivers
- Added realtime camera publisher monitoring stream to dash
- Improved file (serialization) portability
- New data format (Frame) for storing arbitrary data in the SOF files
- improved docs
- Added readthedocs page
- Improved the SOF format
- New SOF version which is now also compressible
- Format versions are now encoded in file
- Support for new trigger pattern packets for new back plane firmware
v0.9.0
Change Log
- PR #39: Project refactoring to accommodate additional pushed data sources
- Receivers are now derived from a
BaseReceiver
class - Subscribers are now derived from a
BasicSubscriber
class - New receivers for
- Trigger patterns
- Timestamps
- Logging
- Monitoring
- New data formats and io classes for the new receivers
- Overhaul of entry point scripts ('executables')
- A simple dash for monitoring the receivers
control_ssdaq
can start and stop multiple daemons by configuration file- The
ZMQTCPPublisher
now is data agnostic - Formatting using black
- Lots of other small changes
- Receivers are now derived from a
v0.8.2
v0.8.1
v0.8.0
v0.7.0
v.0.6.0
Change Log
This release incorporates the new CLI of control-ssdaq
- Complete rewrite of the
control-ssdaq
CLI- CLI now is built up of subcommands which makes it more ordered
- The
ZMQEventPublisher
now have three different modes to set up the connection- The three modes are 'local', 'outbound' and 'remote'
- Made changes to the
SSEventListener
interface to conform to python coding standards - Updated the README documentation
- Added more doc comments in code
v0.5.0
Change Log
This is an intermediate release with a lot of new compared to v.0.4.1 to freeze SSDAQ as it was at the first day of integration with the camera server.
- Major refactoring make file names and folder structure more pythonic
- Event builder re-implemented with asyncio
- Introduced the
control-ssdaq
application that controls event builder and writer daemons - Several minor fixes to the simulation