astro

Module contents

Submodules

arte.astro.telescopes module

class arte.astro.telescopes.LBT

Bases: Telescope

LBT data

class arte.astro.telescopes.Magellan

Bases: Telescope

Magellan telescope data

class arte.astro.telescopes.Telescope

Bases: object

classmethod area()

Returns the effective telescope collecting area

classmethod diameter()

Returns the telescope diameter

help(*, search='', prefix='')

Interactive help

Prints on stdout a list of methods that match the search substring or all of them if search is left to the default value of an empty string, together with a one-line help taken from the first line of their docstring, if any.

The prefix argument is prepended to the method name and is used for recursive help of every class member.

classmethod obstruction()

Returns the telescope obstruction, in percentage [0..1]

class arte.astro.telescopes.VLT

Bases: Telescope

VLT data