Skip to content

Commit

Permalink
Enable Noise Reduction on APT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JVital2013 authored Jan 23, 2024
1 parent 33b1054 commit f25726c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/NOAA.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
},
"sdrpp_noise_reduction": {
"type": "bool",
"value": false,
"value": true,
"name": "SDR++ Noise Reduction",
"description": "APT Noise Reduction originally from Ryzerth in SDR++. Performs quite well on APT!"
}
Expand All @@ -257,4 +257,4 @@
}
}
}
}
}

0 comments on commit f25726c

Please sign in to comment.