Skip to content
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

Missing pointing info #20

Open
kosack opened this issue Feb 23, 2022 · 0 comments
Open

Missing pointing info #20

kosack opened this issue Feb 23, 2022 · 0 comments

Comments

@kosack
Copy link
Contributor

kosack commented Feb 23, 2022

Currently doesn't fill in any pointing info (which makes sense as the data is so far test-bench data, with no telescope, i guess). But if there are data files taken on an actual telescope, this info should be loaded and interpolated for each event time. That will be needed for reconstruction later.

print(event.pointing)
print(event.pointing.tel[0])

{'array_altitude': <Quantity nan rad>,
 'array_azimuth': <Quantity nan rad>,
 'array_dec': <Quantity nan rad>,
 'array_ra': <Quantity nan rad>,
 'tel': {}}
{'altitude': <Quantity nan rad>, 'azimuth': <Quantity nan rad>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant