:py:mod:`aces.obsplan.aladin` ============================= .. py:module:: aces.obsplan.aladin .. autoapi-nested-parse:: Tools to support the Aladin GUI. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: aces.obsplan.aladin.AladinFootprint Attributes ~~~~~~~~~~ .. autoapisummary:: aces.obsplan.aladin.__author__ .. py:data:: __author__ :value: 'Keith Bannister ' .. py:class:: AladinFootprint(footprint_name, telescope_name, instrument_name, instrument_description, origin) Bases: :py:obj:`object` A hopeless hack at the Aladin footprint editor http://aladin.u-strasbg.fr/footprint_editor/# .. py:method:: add_circle(name, xpos, ypos, radius) Add a circle with the given name, at the given offset positions and radius in arcsec .. py:method:: add_polygon(name, xylist) Add a polygon with a given name. xylist should be a list of 2-tuples containing (x, y) coordinates .. py:method:: add_square(name, width, height) .. py:method:: writeto(fileout) .. py:method:: __str__() Return str(self).