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.

Product#

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

Bases: HasTraits

Data product information

Attributes Summary

creation_time

A trait representing a point in Time, as understood by astropy.time.

data_association

An enum whose value must be in a given sequence.

data_category

An enum whose value must be in a given sequence.

data_levels

An instance of a Python list.

data_model_name

A trait for unicode strings.

data_model_url

A trait for unicode strings.

data_model_version

A trait for unicode strings.

default_product_id

default_time

description

A trait for unicode strings.

format

A trait for unicode strings.

id_

leave unspecified to automatically generate a UUID

Attributes Documentation

creation_time#

A trait representing a point in Time, as understood by astropy.time.

data_association#

An enum whose value must be in a given sequence.

data_category#

An enum whose value must be in a given sequence.

data_levels#

An instance of a Python list.

data_model_name#

A trait for unicode strings.

data_model_url#

A trait for unicode strings.

data_model_version#

A trait for unicode strings.

default_product_id#
default_time#
description#

A trait for unicode strings.

format#

A trait for unicode strings.

id_#

leave unspecified to automatically generate a UUID