Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for PINHOLE and RONCHI observation types in DRAGONS data processing by implementing hooks to detect these types from astrodata tags. It also improves the logging infrastructure by replacing print statements with proper logging calls.
- Adds logging module and replaces print statements with structured logging
- Implements hooks to detect PINHOLE and RONCHI observation types from tags
- Improves exception handling by using logger.warning instead of print
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #498 +/- ##
==========================================
- Coverage 76.78% 76.73% -0.06%
==========================================
Files 282 282
Lines 9545 9571 +26
Branches 561 566 +5
==========================================
+ Hits 7329 7344 +15
- Misses 2098 2109 +11
Partials 118 118 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…in DRAGONS. - Made DRAGONS run initialization atomic to prevent partial data creation on failure. - Improve error handling and user feedback during DRAGONS run initialization. - Show toast message when DRAGONS run is successfully created. - Show toast message when DRAGONS run creation fails.
ca0a265 to
41fbd36
Compare
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.
Checklist
doc/changesusing the PR number.