Hi,
I know it's possible to have data sets spanning multiple instruments (microscopes), but our users have indicated that they would prefer to keep each data set as being associated with a single microscope.
So how can a user filter by instrument in the MyTardis web interface, i.e. only show experiments from microscope 1?
We are using the "tardis:instrument" field in the atom feed template:
<tardis:instrument>Microscope 1</tardis:instrument>
to identify the instrument. Do we need a filter on the MyTardis server to add meta-data to experiments saying which instrument they came from, so that users can filter for experiments from one particular instrument?
Does a filter like this already exist?
Hopefully it's clear that I'm using the term "filter" to refer to two different things:
1. A user wanting to display only experiments / data sets which match some given meta data (the instrument where the data was collected), and
2. Some Python functionality which automatically runs after data is ingested to tag it with meta data for the instrument it was collected from.
Thanks,
James