Update Understanding Parameters

2026-08-17 23:45:47 -07:00
parent 6f9090204e
commit 2b01495ea0
+2 -2
@@ -111,8 +111,8 @@ Calculates the mean absolute deviation of the participant. This quality metric i
Note: If MAD is set to False, MAD_THRESHOLD will be ignored. Note: If MAD is set to False, MAD_THRESHOLD will be ignored.
## Power Spectral Density Noise ## Sensor Dropout
Calculates how much noise is present in the power spectral density. This quality metric checks for higher frequency noises that should not be present at a certain frequency threshold which is likely indicative of electronic noise. If the channel does not remain under the threshold value after the target frequency, then the channel will be marked as a bad channel. Calculates how much noise is present when viewing the power spectral density of the data. This quality metric checks for higher frequency noises that should not be present at a certain frequency threshold which is likely indicative of electronic noise. If the channel does not remain under the threshold value after the target frequency, then the channel will be marked as a bad channel.
**Parameters:** **Parameters:**
- PSD_NOISE (bool, default=True): True if PSD Noise should be calculated, False if PSD Noise should not be calculated. - PSD_NOISE (bool, default=True): True if PSD Noise should be calculated, False if PSD Noise should not be calculated.