You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
QC Development: Introduced a new recipe for the Quality Control (QC) development checklist to streamline QC processes. (Dec 10, 2023)
QC Methods: Added new QC methods exposure_meter_not_saturated_check and exposure_meter_flux_not_negative_check to enhance data quality checks. (Dec 10, 2023)
Diagnostics: Implemented diagnostics to be added to the main recipe, allowing for more comprehensive data analysis. (Dec 18, 2023)
Time Series Analysis: Started the framework for the AnalyzeTimeSeries class and added functionality for batch ingestion, reducing database interactions. (Dec 22, 2023 - Jan 3, 2024)
Database Enhancements: Improved database queries and added indexing to optimize performance. (Dec 27, 2023 - Jan 3, 2024)
Plotting Improvements: Enhanced plotting capabilities with the addition of standard plots and improvements to time handling in plots. (Jan 4, 2024 - Jan 6, 2024)
Enhancements
Keyword Documentation: Added instructions regarding keyword documentation for improved clarity and maintainability. (Dec 10, 2023)
Performance Optimization: Made several optimizations to increase efficiency and reduce the number of database interactions. (Jan 10, 2024)
Documentation: Expanded documentation, including tutorials for new classes and methods, to facilitate user understanding and adoption. (Jan 8, 2024 - Jan 11, 2024)
Bug Fixes
L2 Data: Addressed a bug related to missing Level 2 (L2) data to ensure data integrity. (Dec 18, 2023)
Diagnostics and QC Logic: Fixed logic issues in computing diagnostics and QC, ensuring accurate data analysis. (Jan 31, 2024)
Dark Current Determination: Corrected a bug in the dark current determination process to enhance data quality. (Jan 31, 2024)
Other Changes
Code Clean-up: Removed unnecessary print statements and fixed typos to improve code readability and maintainability. (Dec 18, 2023)
Configuration Updates: Updated configurations, including the NCPU setting and comments for clarity. (Dec 18, 2023)