documentation reviewed for cross-belts plots

This commit is contained in:
Félix Boisselier
2024-05-07 00:04:27 +02:00
parent 20ff9814b3
commit 8753291cf7
4 changed files with 18 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ from ..helpers.locale_utils import print_with_c_locale, set_locale
ALPHABET = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' # For paired peaks names
PEAKS_DETECTION_THRESHOLD = 0.075 # Threshold to detect peaks in the PSD signal (7.5% of max)
PEAKS_DETECTION_THRESHOLD = 0.1 # Threshold to detect peaks in the PSD signal (10% of max)
DC_MAX_PEAKS = 2 # Maximum ideal number of peaks
DC_MAX_UNPAIRED_PEAKS_ALLOWED = 0 # No unpaired peaks are tolerated