We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d6ba1 commit bd7281eCopy full SHA for bd7281e
1 file changed
lddecode/rfdecode.py
@@ -505,7 +505,7 @@ def to_z(pole):
505
# full strength (1.0) for correct phase; the inverse MTF handles
506
# chroma amplitude separately with zero phase contribution.
507
SF["FVideo"] = SF["Fvideo_lpf"] * (SF["Fdeemp"] ** DP["video_deemp_strength"])
508
- SF["FVideo"] = SF["FVideo"] * SF["Fvideo_eq"]
+ #SF["FVideo"] = SF["FVideo"] * SF["Fvideo_eq"]
509
510
imtf_strength = DP.get("inverse_mtf_strength", 0.0)
511
if imtf_strength > 0:
0 commit comments