bluesky / databroker

Unified API pulling data from multiple sources
https://blueskyproject.io/databroker
BSD 3-Clause "New" or "Revised" License
33 stars 45 forks source link

read_partition optimization for pages #450

Open gwbischof opened 5 years ago

gwbischof commented 5 years ago

We should work out how read a random partition of a BlueskyRun without iterating from the beginning of the run. BlueskyRun::read_partition is the method that handles this.

gwbischof commented 5 years ago

This issue is a subset of issue https://github.com/bluesky/intake-bluesky/issues/17