kujaku11 / mt_metadata

Tools for standardizing metadata, geared towards magnetotelluric (MT) data but is general enough to accommodate "any" type of metadata.
https://mt-metadata.readthedocs.io/en/latest/
MIT License
19 stars 5 forks source link

TF instance has different values for self.transfer_function and self.dataset.transfer_function #141

Closed kkappler closed 1 year ago

kkappler commented 1 year ago

This may be related to how aurora is computing band centers (using geometric rather than arithmetic averages)

kkappler commented 1 year ago

No, this is because self.dataset.transfer_function is a full 5 x 5 which accomodates relationships between all channels, so that covariance can be fully expressed between any channel pair. self.transfer_function on the other hand is a view on this that only accesses the columns and rows associated with valid input and output channel pairs