Closed kkappler closed 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
This may be related to how aurora is computing band centers (using geometric rather than arithmetic averages)