ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

Instrument#

class ctapipe.io.metadata.Instrument(**kwargs: Any)[source]#

Bases: Configurable

Instrumental Context

Attributes Summary

class_

An enum whose value must be in a given sequence.

id_

A trait for unicode strings.

site

Which site of CTA (or external telescope) this instrument is associated with

subtype

A trait for unicode strings.

type_

A trait for unicode strings.

version

A trait for unicode strings.

Attributes Documentation

class_#

An enum whose value must be in a given sequence.

id_#

A trait for unicode strings.

site#

Which site of CTA (or external telescope) this instrument is associated with

subtype#

A trait for unicode strings.

type_#

A trait for unicode strings.

version#

A trait for unicode strings.