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

Potmeta ID are a timestream value not a pot value #72

Closed Joelgranados closed 10 years ago

Joelgranados commented 10 years ago

ATM we are holding the metadata ids at each pot. While this is consistent it is not very logical, nor is it memory friendly as all the metaids are replicated for all the images of the timeseries. since the same pot will have the same metaid for all the timeseries, we should keep this information in the TimeStream instead of per image.

Joelgranados commented 10 years ago

We are now using timestream.data to keep the potmeta ids.