pyDatView icon indicating copy to clipboard operation
pyDatView copied to clipboard

Calculated channels uses masked data

Open mayankchetan opened this issue 8 months ago • 1 comments

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.

mayankchetan avatar Jun 27 '24 20:06 mayankchetan