Closed kujaku11 closed 1 year ago
The TF object should use a single SurveyMetadata object under the hood, which will contain Station, Run, Channel objects in the correct ListDict objects. That should remove some redundancy.
TF
SurveyMetadata
Station
Run
Channel
ListDict
The
TF
object should use a singleSurveyMetadata
object under the hood, which will containStation
,Run
,Channel
objects in the correctListDict
objects. That should remove some redundancy.