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.

Process#

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

Bases: HasTraits

Process (top-level workflow) information

Attributes Summary

id_

A trait for unicode strings.

subtype

A trait for unicode strings.

type_

An enum whose value must be in a given sequence.

Attributes Documentation

id_#

A trait for unicode strings.

subtype#

A trait for unicode strings.

type_#

An enum whose value must be in a given sequence.