-
Notifications
You must be signed in to change notification settings - Fork 4
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
Look for the closest declination line and adequate NSB random forest model for DL2 production #280
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #280 +/- ##
==========================================
+ Coverage 79.76% 81.58% +1.81%
==========================================
Files 59 57 -2
Lines 5144 4984 -160
==========================================
- Hits 4103 4066 -37
+ Misses 1041 918 -123 ☔ View full report in Codecov by Sentry. |
@moralejo, I was going to comment in today's meeting. The way we look for the adequate RF model declination track is by using the pointing information from the TCU database (specifically the target coordinates), not checking the average pointing information inside the data files as you mentioned. Is this fine? |
Since the relevant pointing is the one in celestial coordinates, the target coordinates are perfectly fine for standard observations (if we ever do something like drift scans we will anyway have to do some custom work). |
Choose the adequate RF model in the [declination lines x NSB] MC grid.
Closes #275 (initially for just choosing the declination MC track closest to the target declination)