databroker icon indicating copy to clipboard operation
databroker copied to clipboard

header.events() format change

Open JunAishima opened this issue 2 years ago • 0 comments

Entire text of message from Lin Yang: "It looks like the format of the event data returned from header.events() has changed. . That us causing the hdf5_export() function, which was originally written by Li Li as part of the suitcase package but no longer supported by DSSI, to crash. I've revised this function and it should be backward compatible."

Expected Behavior

"Prior to the update, the filled field of an event has values, e.g. 'filled': {'pil1M_image': False, 'pilW2_image': False}}"

Current Behavior

"Now it (event's filled field) is empty."

Possible Solution

Steps to Reproduce (for bugs)

  1. setup Bluesky acceptance test using current conda environment 2022-2.2-py39-tiled
  2. run Bluesky acceptance test

Context

Your Environment

Versions of software before and after Bluesky update:

  • 1.2.2 (collection-2021-1.2)
  • 2.0.0b2 (2022-2.2-py39-tiled)

JunAishima avatar Apr 26 '22 13:04 JunAishima