aces.obsplan.aladin

Tools to support the Aladin GUI.

Module Contents

Classes

AladinFootprint

A hopeless hack at the Aladin footprint editor

Attributes

__author__

aces.obsplan.aladin.__author__ = 'Keith Bannister <keith.bannister@csiro.au>'[source]
class aces.obsplan.aladin.AladinFootprint(footprint_name, telescope_name, instrument_name, instrument_description, origin)[source]

Bases: object

A hopeless hack at the Aladin footprint editor http://aladin.u-strasbg.fr/footprint_editor/#

add_circle(name, xpos, ypos, radius)[source]

Add a circle with the given name, at the given offset positions and radius in arcsec

add_polygon(name, xylist)[source]

Add a polygon with a given name. xylist should be a list of 2-tuples containing (x, y) coordinates

add_square(name, width, height)[source]
writeto(fileout)[source]
__str__()[source]

Return str(self).