NSLS-II-CSX / csxtools

Useful python tools for CSX (23-ID)
http://nsls-ii-csx.github.io/csxtools
Other
4 stars 13 forks source link

FIX: Fix databroker integration for get_fastccd_images. #59

Closed danielballan closed 6 years ago

danielballan commented 6 years ago

Tested on production databroker in a CSX notebook:

from csxtools import get_fastccd_images
from databroker import Broker

db = Broker.named('csx')

imgs = get_fastccd_images(db[97934], (db[97931], db[97932], db[96933]))
timestamps = get_fastccd_timestamps(db[97934])
danielballan commented 6 years ago

Tested also by @wen-hu.

licode commented 6 years ago

This should be addressed in https://github.com/NSLS-II-CSX/csxtools/pull/61