Good point @richard. So, to extend my previous answer - as stated in the code comment the .nave
parameter is used as an estimate of variance (1 / nave
) during inverse operations (projecting data to source space). The variance accumulates when you perform difference operations (subtracting two noisy signals gives you even noiser difference) so the .nave
changes to reflect that - and as a result is lower than your original .nave
.
2 Likes