AO Context ( antares.context.AOContext )¶
Antares context module.
-
class
antares.context.AOContext(astro_id)¶ Bases:
antares.context.ContextRepresents a AO (Astro Object) context object which is a sub-class of
Context. It contains all the properties defined under AO context.Param: astro_id(int): ID of the AstroObjectthat owns the context.Attributes Summary
nameName of AO context. astro_objectThis is the AstroObject which contains this AOContext. Methods Summary
Attributes Documentation
-
name= 'AO'¶ Name of AO context.
Type: string
-
astro_object= None¶ This is the AstroObject which contains this AOContext.
Type: AstroObject
Methods Documentation
-