Consistency changes and improved SNR - #87
Open
HavardStridBuholdt wants to merge 14 commits into
Open
Conversation
- output type of functions. - SNR and noise is calculation. - uncertainty calculation. - etc.
- Now allows multiple variables to be aggregated in the same call. - Added aggregation of variables `mShots`, `mask387Off`, `mask607Off`, `mask407Off`. And fixed aggregation of `RCS`. - Added dependencies on `mask387Off` and `mask607Off`to Raman retrieval.
…gnal and BG before SNR calculations. Added features: - New config variable `flagUseImprovedSNR`. - New retrievals_highres variables for improved SNR: `SNR_quasi` & `lowSNRMask_quasi`. - New 2d smoothing functions: `uniform_filter_2d` & `moving_average_2d`.
The SNR used in quality mask estimation for channels `355_total_FR`, `532_total_FR`, `1064_total_FR`, `355_total_NR`, `532_total_NR` are now stored in the attenuated backscatter netCDFs.
This was
linked to
issues
Jul 29, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addressing issues:
flagUseImprovedSNR. The SNR used for the quality mask estimation, whether it is the improved or the raw version are now stored alongside the quality mask in the attenuated backscatter netCDFs.Other notable additions: