piker/piker/data
Tyler Goodlet 448dce233e Make `Viz.slice_from_time()` take input array
Probably means it doesn't need to be a `Flume` method but it's
convenient to expect the caller to pass in the `np.ndarray` with
a `'time'` field instead of a `timeframe: str` arg; also, return the
slice mask instead of the sliced array as output (again allowing the
caller to do any slicing). Also, handle the slice-outside-time-range
case by just returning the entire index range with a `None` mask.

Adjust `Viz.view_data()` to instead do timeframe (for rt vs. hist shm
array) lookup and equiv array slicing with the returned mask.
2023-01-30 11:49:05 -05:00
..
__init__.py Move `brokerd` service task to root `.data` mod 2023-01-13 13:21:49 -05:00
_ahab.py Drop status event processing at large 2022-08-01 14:08:45 -04:00
_compression.py Add breakpoint on -ve range for now 2023-01-30 11:49:05 -05:00
_normalize.py A `size` field in ticks is optional 2022-07-19 09:41:37 -04:00
_pathops.py Go back to hard-coded index field 2023-01-30 11:48:52 -05:00
_sampling.py Enable backpressure in an effort to prevent bootup overruns 2023-01-30 11:45:29 -05:00
_sharedmem.py Use new public lifetime-stack class attr 2022-09-12 20:24:56 -04:00
_source.py Make `Symbol` derive from internal `.types.Struct` 2023-01-10 11:09:19 -05:00
_web_bs.py Use recon set on stack closing during reconnect 2023-01-13 13:21:15 -05:00
cli.py Add back fqsn passthrough and feed opening 2022-05-09 11:15:14 -04:00
feed.py Pass `Flume`s throughout FSP-ui and charting APIs 2023-01-30 11:48:52 -05:00
flows.py Make `Viz.slice_from_time()` take input array 2023-01-30 11:49:05 -05:00
ingest.py Move feed api(s) into new submodule 2021-04-15 10:43:29 -04:00
marketstore.py Always `.error()` log unknown queries for `marketstore` 2023-01-13 13:21:15 -05:00
types.py Just drop the pretty repr from our struct for now 2023-01-10 11:09:19 -05:00