Skip to content

Commit

Permalink
Update Readme for v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
altairgomes committed Jun 14, 2021
1 parent 7c7c17a commit ef06873
Showing 1 changed file with 98 additions and 44 deletions.
142 changes: 98 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,119 @@
# SORA
SORA
====

PACKAGE DESCRIPTION
-------------------

SORA is the acronym for *Stellar Occultation Reduction and Analysis*.
It is a library developed in Python3 with the tools to analyze stellar
occultation data. It is based on Astropy functions and Classes.
**Full documentation at https://sora.readthedocs.io/**

A stellar occultation occurs when a solar system object passes in front
of a star for an observer on Earth, and its shadow causes a temporary
drop in the observed flux of the star. This technique allows the
determination of sizes and shapes with kilometre precision and to obtain
characteristics of the object, such as its albedo, the presence of an
atmosphere, rings, jets, or other structures around the body or even
the detection of topographic features (Sicardy et al. 2011, 2016
Braga-Ribas et al. 2013, 2014, 2019, Dias-Oliveira et al., 2015, 2017,
Benedetti-Rossi et al., 2016, 2019, Ortiz et al., 2015, 2017, 2020,
Leiva et al., 2017, Bérard et al., 2017, Morgado et al., 2019, Gomes-Júnior et al., 2020,
Souami et al., 2020, Santos-Sanz et al., 2021).

SORA is a Python-based, object-oriented library for optimal analysis of
stellar occultation data. The user can use this package to build pipelines
to analyse their stellar occultation’s data. It includes processes starting
on the prediction of such events to the resulting size, shape and position of
the Solar System object. The main modules available at version 0.2
are: **star**, **body**, **observer**, **lightcurve** and
**occultation**. It is important to note that new modules and other
improvements and implementations can be available in future versions.

AUTHORS
-------

Altair R. Gomes-Júnior (1, 2),
Bruno E. Morgado (3, 2, 4),
Gustavo Benedetti-Rossi (1, 3, 2),
Rodrigo C. Boufleur (4, 2),
Flavia L. Rommel (4, 2),
Martin B. Huarca (2, 4)

(1) UNESP - São Paulo State University, Grupo de Dinâmica Orbital e Planetologia, CEP 12516-410, Guaratinguetá, SP 12516-410, Brazil</br>
(2) Laboratório Interinstitucional de e-Astronomia - LIneA and INCT do e-Universo, Rua Gal. José Cristino 77, Rio de Janeiro, RJ 20921-400, Brazil</br>
(3) LESIA, Observatoire de Paris, Université PSL, CNRS, Sorbonne Université, Univ. Paris Diderot, Sorbonne Paris Cité, 5 place Jules Janssen, 92195 Meudon, France</br>
(4) Observatório Nacional/MCTIC, R. General José Cristino 77, Rio de Janeiro, RJ 20.921-400, Brazil</br>

CITATION
--------

# ABOUT
SORA is the acronym for _Stellar Occultation Reduction and Analysis_. It is a package developed in Python3 with the tools to analyze stellar occultation data. It is based on Astropy functions and Objects. **Full documentation at (<font color=blue>link</font>)**

# AUTHORS

Altair R. Gomes-Júnior (1, 2) - [email protected] or [email protected]
Bruno E. Morgado (3, 2) - [email protected] or [email protected]
Gustavo Benedetti-Rossi (3, 2) - [email protected] or [email protected]
Rodrigo C. Boufleur (4, 2) - [email protected] or [email protected]

(1) UNESP - São Paulo State University, Grupo de Dinâmica Orbital e Planetologia, CEP 12516-410, Guaratinguetá, SP 12516-410, Brazil
(2) Laboratório Interinstitucional de e-Astronomia - LIneA and INCT do e-Universo, Rua Gal. José Cristino 77, Rio de Janeiro, RJ 20921-400, Brazil
(3) LESIA, Observatoire de Paris, Université PSL, CNRS, Sorbonne Université, Univ. Paris Diderot, Sorbonne Paris Cité, 5 place Jules Janssen, 92195 Meudon, France
(4) Observatório Nacional/MCTIC, R. General José Cristino 77, Rio de Janeiro, RJ 20.921-400, Brazil
If you use SORA in a scientific publication, we would appreciate that you add at your acknowledgement the following statement:

# PACKAGE DESCRIPTION
This research made use of SORA, a python package for stellar occultations reduction and analysis, developed with the support of ERC Lucky Star and LIneA/Brazil.

A stellar occultation occurs when a solar system object passes in front of a star for an observer on Earth, and its shadow causes a temporary drop in the observed flux of the star. This technique allows the determination of sizes and shapes with kilometre precision and to obtain characteristics of the object, such as its albedo, the presence of an atmosphere, rings, jets, or other structures around the body (<font color=blue>Sicardy et al. 2011, 2016; Braga-Ribas et al. 2013, 2014, 2019; Dias-Oliveira et al. 2015; Benedetti-Rossi et al. 2016, 2019; Ortiz et al. 2015, 2017; Leiva et al. 2017; Bérard et al. 2017, Morgado et al. 2019, Gomes-Júnior et al., 2016, 2020</font>), or even the detection of topographic features (<font color=blue>Dias-Oliveira et al. 2017</font>).
SYSTEM REQUIREMENTS AND INSTALLATION
------------------------------------

SORA is a Python-based, object-oriented package for optimal analysis of stellar occultation data. It includes processes starting on the prediction of such events to the resulting size, shape and position of the Solar System object. The main object classes created are: **Star**, **Ephem**, **Observer**, **LightCurve** and **Occultation**.
SORA was developed in Python 3.7 and requires the following packages:

- Astropy (4.0): For astronomical related functions, mainly coordinates and time.

- Astroquery (0.4.1): To query astronomical database as JPL and Vizier.

- Matplotlib (3.1.1): For easy and beautiful plots.

A stellar occultation is defined by the occulting body (**Ephem**), the occulted star (**Star**), and the time of the occultation. On the other hand, each observational station (**Observer**) will be associated with their light curve (**LightCurve**). SORA has tasks that allow the user to determine the immersion and emersion times and project them to the tangent sky plane, using the information within the **Observer**, **Ephem** and **Star** Objects. That projection will lead to chords that will be used to obtain the object's apparent size, shape and position at the moment of the occultation. Automatic processes were developed for optimizing the reduction of typical events. However, users have full control over the parameters and methods and can make changes in every step of the processes.
- NumPy (1.18.1): Otimized mathematical functions.

The Object Classes developed within SORA were built as an integrated system, and they are controlled by the **Occultation** Object Class. Combining these Object Classes and the functions therein, the user can perform the complete data reduction, pre- and post-occultation. Jupyter-Notebooks with the features of each Class can be found in the example folder.
- SciPy (1.4.1): Otimized functions for mathematics, science, and engineering.

This package was developed with support of the ERC Lucky Star, that agglomerates the efforts of the Paris, Granada, and Rio teams. The Lucky Star is funded by the ERC (European Research Council) under the European Community’s H2020 (2014-2020/ERC Grant Agreement No. 669416). Also, this project is supported by LIneA (_Laboratório Interinstitucional de e-Astronomia_), INCT do e-Universo (CNPQ grants 465376/2014-2), by FAPESP (proc. 2018/11239-8) and by CNPQ (proc. 300472/2020-0), Brazil.
- SpiceyPy (3.0.2): SPICE/NAIF functions in python.

# CITATION AND ACKNOWLEDGEMENT
If you use SORA in a scientific publication, we would appreciate that you add at your acknowledgement the following statement:
“This research made use of SORA, a python package for stellar occultations reduction and analysis, developed with the support of ERC Lucky Star and LIneA/Brazil.”
- PyERFA (2.0): Python wrapper for the ERFA library based on the SOFA library.

# SYSTEM REQUIREMENTS AND INSTALLATION
- Cartopy (0.17): Geospatial data processing to produce maps.

SORA was developed in Python 3.7 and requires the following packages:
The user can install SORA and most of its requirements using **pip**, only
Cartopy should be installed from conda afterwards.

- astropy 4.0: For astronomical related functions, mainly coordinates and time.
- astroquery 0.4.1: To query astronomical databases and services as JPL/Horizon and VizieR.
- cartopy 0.17: Geospatial data processing to produce maps.
- matplotlib 3.1.1: For easy and beautiful plots.
- numpy 1.18.1: Optimized mathematical functions.
- scipy 1.4.1: Optimized functions for mathematics, science, and engineering.
- spiceypy 3.0.2: SPICE/NAIF functions in python.
```shell
pip install sora-astro
conda install -c conda-forge cartopy
```

If you have a git account
If you are a GitHub user, you can also use:

- $ git clone [email protected]:riogroup/SORA.git
- $ cd SORA
- $ pip install .
```shell
git clone https://github.com/riogroup/SORA.git
cd SORA
pip install .
conda install -c conda-forge cartopy
```

If you do not have a git account
For a better experience with SORA, we recommend the use of [Jupyter]. The creation of a dedicated Conda environment for SORA is suggested to avoid requirement issues.

- $ git clone https://github.com/riogroup/SORA.git
- $ cd SORA
- $ pip install .
Acknowledgements
----------------

# CURIOSITIES
The SORA package is hosted on a GitHub repository. It was developed with support
of the LuckyStar, that agglomerates the efforts of the Paris, Granada, and Rio
teams. The LuckyStar is funded by the ERC (European Research Council)
under the European Community’s H2020 (2014-2020/ERC Grant Agreement No. 669416). Also,
this project is supported by LIneA (Laboratório Interinstitucional de e-Astronomia),
INCT do e-Universo (CNPQ grants 465376/2014-2), by FAPESP (proc. 2018/11239-8), by CNPQ
(proc. 300472/2020-0, 150612/2020-6), and by CAPES-PRINT/UNESP (88887.571156/2020-00)
in Brazil.

- SORA means “sky” in Japanese and “image” in Arabic.
- Most of the v0.1 code was developed during the lockdown due to the COVID19 pandemic.
The Paris, Granada, and Rio teams are professionals astronomers affiliated mainly in the following
institutions:

* LESIA - Observatoire de Paris, France;
* Institut Polytechnique des Sciences Avancées, France;
* IMCCE - Observatoire de Paris, France;
* Instituto de Astrofísica de Andalucía, Spain;
* Laboratório Interinstitucional de e-Astronomia, Brazil;
* INCT do e-Universo, Brazil;
* Observatório Nacional/MCTI, Brazil;
* Federal University of Technology - Paraná, Brazil;
* UNESP - São Paulo State University, Brazil;
* Universidade Federal do Rio de Janeiro - Observatório do Valongo, Brazil;

0 comments on commit ef06873

Please sign in to comment.