py4sci

Source code for mascara.observer

# Copyright 2014 - 2015 Anna-Lea Lesage for MASCARA
#
#    This file is part of the mascara package.
#    mascara is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    mascara is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with mascara.  If not, see <http://www.gnu.org/licenses/>.

"""
=================================================
observer -- defining observer specific properties
=================================================

Overview
--------

The :mod:`mascara.observer` is composed of three subcomponents: 
    - :class:`mascara.observer.Site` which defines an observing site
    - :class:`mascara.observer.Camera` which defines the camera used for the observations
    - :mod:`mascara.observer.coordinates` which is used to compute nutation and precession elements, and planetary mean elements.

  
"""


from observer import Site, Camera
import coordinates