AI-multimodal / aimmdb

BSD 3-Clause "New" or "Revised" License
0 stars 10 forks source link

fixed bug with ingest metadata channel, changed ingest return type to dicts #51

Closed CharlesC30 closed 1 year ago

CharlesC30 commented 1 year ago

@x94carbone I was testing out the ingest function with the data Eli sent today, and I found a bug that the metadata "channel" key was always set to "reference", instead of "transmission", "fluorescence", "reference". Also I think it makes sense to change the return type of ingest to a tuple of dicts since the postprocessing operators are already setup to work on dicts with "data" and "metadata" keys.