borevitzlab / timestreamlib

DEPRECATED. Please use the current version of the TimeStream tools at https://gitlab.com/appf-anu/pyts2.
https://gitlab.com/appf-anu/pyts2
GNU General Public License v3.0
7 stars 4 forks source link

Place the metaids in the timestream object #81

Closed Joelgranados closed 10 years ago

Joelgranados commented 10 years ago

Metaids are user defined ids for each pot. We currently put each ID in each pot for each image. This is not very smart as the ids are the same for the same pot throughout the whole experiment.

We need to create a variable in timestream userDefinedMetaIds and put what the user tells us there.

Joelgranados commented 10 years ago

This is living in timestream.data["setttings"]["metas"]. Thought not as specific as I wanted, it will do for now.