RNO-G / mattak

RNO-G dataformats
1 stars 1 forks source link

Members station and run of Dataset class #16

Closed fschlueter closed 1 year ago

fschlueter commented 1 year ago

Are those to member (variables) of the Dataset class necessary:

            self.station = station
            self.run = run

Is it to ensure that we have only one station/run combination per dataset?

cozzyd commented 1 year ago

I don't know if a check is made or not... I think the intention was so that it can be queried later if you have multiple datasets around. I suppose this could also be a list of station/run tuples if you wanted to generalize?

fschlueter commented 1 year ago

Put what purpose would it have? Faster indexing/access to certain stations?