NSLS-II / metadatastore

DEPRECATED: Incorporated into https://github.com/NSLS-II/databroker
Other
2 stars 11 forks source link

Enh listify ndarray #195

Closed tacaswell closed 8 years ago

ericdill commented 8 years ago

Where is _transform_data even used? I can't find it anywhere in mds/bs/ophyd

tacaswell commented 8 years ago
11:40 $ git grep _transform_data
metadatastore/commands.py:    val_ts_tuple = _transform_data(data, timestamps)
metadatastore/commands.py:            val_ts_tuple = _transform_data(ev['data'], ev['timestamps'])
metadatastore/commands.py:def _transform_data(data, timestamps):
ericdill commented 8 years ago

Ah, I was on the master branch.

ericdill commented 8 years ago

LGTM. Anything else you want to add?

tacaswell commented 8 years ago

This is a hot-fix to make the single-element MCA at SRX running (and ken just confirmed that it works for this use-case).