PS Context ( antares.context.PSContext)

Antares context module.

class antares.context.PSContext

Bases: antares.context.Context

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

Attributes Summary

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

Methods Summary

Attributes Documentation

name = 'PS'

Name of PS context.

Type:string
astro_object = None

This is the AstroObject which contains this PSContext.

Type:AstroObject

Methods Documentation