Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
ctapipe_io_magic
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Ievgen Vovk
  • ctapipe_io_magic
  • Issues
  • #2

Closed
Open
Opened Dec 17, 2019 by Alessio Berti@g-alessiobertiDeveloper

Filling non existing members of TelescopePointingContainer

In different places of __init__.py (L263, L264, L378, L379, L493 and L494), the variable pointing of the class TelescopePointingContainer tries to access the members ra and dec. But according to the definition of TelescopePointingContainer (see definition), the only defined members are azimuth and altitude. Therefore, running ctapipe_io_magic on real MAGIC data will throw an error when trying to access those non existing members.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: ievo/ctapipe_io_magic#2