-
Notifications
You must be signed in to change notification settings - Fork 28
Merged the IR and Vis uncertainty changes #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…odule which merges the two uncertainty outputs into a single xarray output.
Fixed issue causing NaNs in uncertainty output
…ible # Conflicts: # pygac/calibration/vis_uncertainty.py # pygac/klm_reader.py # pygac/pod_reader.py # pygac/reader.py # pygac/utils.py
Fixed issue of NaNs appearing in uncertainty output
…er than calibrated values ("counts" rather than "channels")
…tions (before/after solZA max)
…ratio out of limits
…anck function variations but adding 0.5K@300K in radiance space for this component
…uses radiance at 300K assuming uncertainty of 0.5K) and updates to data files with new solar contamination routine.
write_solar option to output data to be used in unit testing
1) Added test for updated PRT numbering module 2) Added test for aspects of the IR uncertainty module including solar contamination of the gain, calculation of the min PRT standard deviation gain and calculation of the ICT uncertainty. Uses data from an orbit of real AVHRR data stored in associated CSV file.
@jmittaz looks like matplotlib is still imported somewhere where the tests are running, since the run crashes. |
… actual TLE data, unit tests in test_klm.py now passing
addition of get_angles in create_counts_data in reader.py
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #144 +/- ##
==========================================
- Coverage 77.35% 71.20% -6.16%
==========================================
Files 31 36 +5
Lines 3317 5226 +1909
==========================================
+ Hits 2566 3721 +1155
- Misses 751 1505 +754 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
micron data) Vis calibration (accessing 1.6 micron channel) and output uncertainty (flag changes)
into code including a new module
which merges the two uncertainty outputs into a single xarray output.