ES Context ( antares.context.ESContext)

Antares context module.

class antares.context.ESContext

Bases: antares.context.Context

Represents a ES (Extended-source AstroObject) context object which is a sub-class of Context. It contains all the properties defined under ES context.

Attributes Summary

name Name of ES context.
astro_object This is the AstroObject which contains this PSContext.

Methods Summary

Attributes Documentation

name = 'ES'

Name of ES context.

Type:string
astro_object = None

This is the AstroObject which contains this PSContext.

Type:AstroObject

Methods Documentation