-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add predictions in the altaz frame #152
Conversation
- Add pointing alt/az/zd to read_apply columns - Add camera_to_horizontal function and cta transformation - Calculate and save alt/az predictions in apply_disp and apply_dxdy
Codecov Report
@@ Coverage Diff @@
## master #152 +/- ##
==========================================
+ Coverage 90.42% 90.58% +0.16%
==========================================
Files 37 37
Lines 3176 3241 +65
==========================================
+ Hits 2872 2936 +64
- Misses 304 305 +1
Continue to review full report at Codecov.
|
- Swapped alt/az in the apply scripts - Return altitude as opposed to zenith distance for fact
transformations - FACT uses zenith distance, CTA uses Altitude - Previously CTA transformations would work, but the output was labeled as zd, although it was in fact (pun intended) the altitude
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just call it {x,y,alt,zd,az}_prediction
. Avoiding source.
Sure |
Connected Issue: #149