NSLS-II / docs

Standards Documentation for NSLS-II DAQ and Analysis
https://nsls-ii.github.io
BSD 2-Clause "Simplified" License
2 stars 13 forks source link

Update API in Suitcase #62

Open licode opened 7 years ago

licode commented 7 years ago

Some thoughts on how to do preprocessing on the data. Thanks for suggestion from @tacaswell

licode commented 7 years ago

@stuartcampbell

hhslepicka commented 7 years ago

@licode, since we create the data broker with mds, fs can we just use the db instance at the export function?

licode commented 7 years ago

Now we may have multiple databrokers, so it is better to define it explicitly as an input. But it is better to pass in db instead of db.mds in case we want to use other functions from db.

hhslepicka commented 7 years ago

Exactly! =)

danielballan commented 7 years ago

@licode Did this code get ported to the suitcase repo?

licode commented 7 years ago

right, this is the doc for a new PR in suitcase. I will do rebasing here.

danielballan commented 6 years ago

What's the status of this? Is this still relevant given our new plans for suitcase, @licode?