Closed kujaku11 closed 9 months ago
Channel Nomenclature is found in many objects and could benefit from a global variable. Currently the default is:
{ "hx": "hx", "hy": "hy", "hz": "hz", "ex": "ex", "ey": "ey", }
Should move this to mt_metadata.__init__.py. That way it's not populated incorrectly in various places.
mt_metadata.__init__.py
fixed in PR #193
Channel Nomenclature is found in many objects and could benefit from a global variable. Currently the default is:
Should move this to
mt_metadata.__init__.py
. That way it's not populated incorrectly in various places.