Skip to content

Releases: sstcam/SSDAQ

v0.10.2

14 Jun 13:59
7405d36
Compare
Choose a tag to compare

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

11 Jun 20:54
bcd49d1
Compare
Choose a tag to compare
Merge pull request #68 from sflis/master

Addding ssdaq version to sof file meta data

v0.10.0

10 Jun 19:39
43500cf
Compare
Choose a tag to compare

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

17 Apr 14:20
bf83e08
Compare
Choose a tag to compare

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

v0.8.2

28 Feb 14:10
adf6cd2
Compare
Choose a tag to compare

Change Log

  • Fixes bug where control-ssdaq required a version argument which did not exist

v0.8.1

28 Feb 13:01
72db6aa
Compare
Choose a tag to compare

Change Log

  • Adding output buffering option

v0.8.0

28 Feb 12:20
4b3318e
Compare
Choose a tag to compare

Change Log

  • update versioning
  • Fixed #22
  • Adding automatic mapping of slow signal lines to ASIC-CHANNEL and to row-col
  • Added versioning to ss-data
  • Improved docs

v0.7.0

07 Feb 11:44
Compare
Choose a tag to compare

Change Log

  • Proper I/O functionality has been added
    • Data writer and reader classes for HDF5 data
  • Changed naming scheme from event -> readout, builder -> assembler
  • Updated docs

v.0.6.0

06 Dec 14:03
b2b47e4
Compare
Choose a tag to compare

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

04 Dec 21:38
13e6af8
Compare
Choose a tag to compare

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