cta-observatory / ctapipe_io_nectarcam

ctapipe plugin for reading nectarcam files
BSD 3-Clause "New" or "Revised" License
2 stars 11 forks source link

Missing pointing info #20

Open kosack opened 2 years ago

kosack commented 2 years ago

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>}