Skip to content

Commit

Permalink
Updated default BlueEnhanceParameter in Towsey.Acoustic.yml
Browse files Browse the repository at this point in the history
Now the default indices rendering code will match the default LDFC spectrograms rendering code
  • Loading branch information
atruskie authored Feb 9, 2020
1 parent 4955f30 commit c39bb95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/AnalysisConfigFiles/Towsey.Acoustic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ LdSpectrogramConfig:
# When filterCoeff =-1.0, small values are maximally de-emphasized, i.e. y=x^2.
# Generally usage suggests that a value of -0.25 is suitable. i.e. a slight de-emphasis.
ColourFilter: -0.25

# The third index in the color map is always mapped to blue. The eye is less sensitive to blue and it can be difficult to see in dark background.
# Therefore we enhance the blue by making it brighter, but only when the red and green values are low.
# This could be done better but can be a helpful! The intention is to create a more visible light blue color.
# The default value for BlueEnhanceParameter = 0.0 i.e. do no enhancement.
# Suggested value is 0.4 when want to enhance visualisation of the "blue" index.
BlueEnhanceParameter: 0.4

# minutes x-axis scale
XAxisTicIntervalSeconds: 3600
Expand Down

0 comments on commit c39bb95

Please sign in to comment.