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
Should swap the text for missing dark images regarding bgnd2 and bgnd1. Instead, maybe look at gain bits directly for WARNING text. In example below, 59112 is gain 2 setting.
In [25]:
bgnd8 = DataBroker['6364f4e8-d0b2-42e3-b999-2708c56ef1b6'] #[59111]
bgnd2 = None #DataBroker[59112]
bgnd1 = DataBroker['165e034b-83de-4769-b80f-447194e701c5'] #None # DataBroker[''] #[]
data = DataBroker['2e693cc7-27b3-4ac2-90ef-f3d1319d3066'] #[59110]
In [26]:
stack = get_fastccd_images(data, (bgnd8, bgnd2, bgnd1), tag='fccd_image') #fccd_image_lightfield
images = stack[0]
WARNING:csxtools.utils:Missing dark image for gain setting 1
VS
In [27]:
bgnd8 = DataBroker['6364f4e8-d0b2-42e3-b999-2708c56ef1b6'] #[59111]
bgnd2 = DataBroker['165e034b-83de-4769-b80f-447194e701c5'] #None #DataBroker[59112]
bgnd1 = None # DataBroker[''] #[]
data = DataBroker['2e693cc7-27b3-4ac2-90ef-f3d1319d3066'] #[59110]
In [*]:
stack = get_fastccd_images(data, (bgnd8, bgnd2, bgnd1), tag='fccd_image') #fccd_image_lightfield
images = stack[0]
WARNING:csxtools.utils:Missing
dark image for gain setting 2
The text was updated successfully, but these errors were encountered:
Should swap the text for missing dark images regarding bgnd2 and bgnd1. Instead, maybe look at gain bits directly for WARNING text. In example below, 59112 is gain 2 setting.
VS
The text was updated successfully, but these errors were encountered: