Skip to content

Latest commit

 

History

History
142 lines (92 loc) · 5.17 KB

index.rst

File metadata and controls

142 lines (92 loc) · 5.17 KB

LEOSatpy

LEOSatpy (Low Earth Orbit satellite python) is an end-to-end pipeline to process and analyse satellite trail observations from different telescopes.

Note

When publishing data processed and analysed with LEOSatpy, please :ref:`cite LEOSatpy <Citing LEOSatpy>`.

./figs/home_leosat_two_examples.png

Two example of satellite observations reduced and analysed with LEOSatpy: V band observation of OneWeb-0108 taken with the 1.54-metre Danish telescope at the La Silla Observatory, Chile, and Sloan-r' band observation of Starlink-5464 from the Ckoirama Observatory of the University of Antofagasta, Chile. Used comparison stars are marked with red circles. The position and path predicted by the TLE orbital elements are shown in blue.

Contents

.. toctree::
   :maxdepth: 1

   Home <self>
   installation
   example
   usage
   configfile
   contributing
   citing
   todo
   acknowledgements
   GitHub <https://github.com/CLEOsat-group/leosatpy>


The pipeline is written in Python 3 and provides the following functionalities:

Module Function
reduceSatObs Full reduction of raw-FITS images including bias, dark, and flat reduction.
calibrateSatObs WCS calibration, i.e. plate solving, using GAIA DR3 positions, obtained via the Astroquery tool.
analyseSatObs Satellite trail(s) detection and aperture photometry using comparison stars from the GSC v2.4.3 catalog.

Supported Telescopes

./figs/home_cleosat_network.png

Telescopes currently participating in the CLEOSat observation network.

LEOSatpy currently supports the following telescopes:

Note

If you want your telescope added to the list, please contact Jeremy Tregloan-Reed.


Copyright notice:

The LEOSat Python package 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, version 3 of the License.

The LEOSat Python package 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 file for the precise terms and conditions..

You should have received a copy of the GNU General Public License along with the LEOSat Python package. If not, see http://www.gnu.org/licenses/.