Skip to content

Commit bd7281e

Browse files
committed
Disable post-equalizer (for now?)
1 parent 74d6ba1 commit bd7281e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lddecode/rfdecode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def to_z(pole):
505505
# full strength (1.0) for correct phase; the inverse MTF handles
506506
# chroma amplitude separately with zero phase contribution.
507507
SF["FVideo"] = SF["Fvideo_lpf"] * (SF["Fdeemp"] ** DP["video_deemp_strength"])
508-
SF["FVideo"] = SF["FVideo"] * SF["Fvideo_eq"]
508+
#SF["FVideo"] = SF["FVideo"] * SF["Fvideo_eq"]
509509

510510
imtf_strength = DP.get("inverse_mtf_strength", 0.0)
511511
if imtf_strength > 0:

0 commit comments

Comments
 (0)