-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Enhanced SUNA Data Processing and Quality Control (#357)
* Update requirements files to include pyyaml * Replace 1H by 1h, as H is deprecated and will be removed in a future version * Update requirements files to include requests * add functions to parse calibration files * add generic functions to choose the correct cal file to use when multiple cal files are available * add notes to variables that read in from the cal files * Added plotting functionality to Suna class, to show nitrate and spectral data visualization * Added 'Fit RMSE' plot to the initial plots so that a proper cutoff value could be determined * create new function file nitrates_corr.py * added column names and modified filters for the Suna class * Update column wavelength name assignment. Add notes to NO3 correction code * add remove_dark_current function, add temperature correction * add pressure correction * update remove_dark_current to deal with saturation issue * update correction functions; move dark current removal to nitrates_corr.py * remove wavelength assignment. should be dynamic and read in from cal file * use wavelength read in from the cal file * allow user to self provide calibration file * modify bug regarding dark correction * update plotting functions
- Loading branch information
Showing
4 changed files
with
676 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.