pyDatView
pyDatView copied to clipboard
Calculated channels uses masked data
When creating new calculated channels after masking the data (eg: {B1TipTDxr} - np.mean({B1TipTDxr})
), the value of np.mean({B1TipTDxr})
is calculated from the whole time history.
Eg: This can affect removing means from simulations which have long transients.