sora-astro


Namesora-astro JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/riogroup/SORA
SummaryStellar Occultation Library
upload_time2023-01-31 19:54:24
maintainer
docs_urlNone
authorSORA Team
requires_python>=3.7, <4
licenseMIT
keywords science astronomy occultation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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, 3),
Bruno E. Morgado (4, 3, 5),
Gustavo Benedetti-Rossi (2, 4, 3),
Rodrigo C. Boufleur (5, 3),
Flavia L. Rommel (5, 3),
Martin B. Huarca (3, 5)

(1) UFU - Federal University of Uberlândia, Physics Institute, Av. João Naves de Ávila 2121, Uberlândia, MG 38408-100, Brazil</br>
(2) UNESP - São Paulo State University, Grupo de Dinâmica Orbital e Planetologia, Guaratinguetá, SP 12516-410, Brazil</br>
(3) 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>
(4) LESIA, Observatoire de Paris, Université PSL, CNRS, Sorbonne Université, Univ. Paris Diderot, Sorbonne Paris Cité, 5 place Jules Janssen, 92195 Meudon, France</br>
(5) Observatório Nacional/MCTIC, R. General José Cristino 77, Rio de Janeiro, RJ 20.921-400, Brazil</br>

CITATION
--------

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.

SYSTEM REQUIREMENTS AND INSTALLATION
------------------------------------

SORA was developed in Python 3.7 and requires the following packages:

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

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

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

-  NumPy (1.21): Otimized mathematical functions.

-  SciPy (1.7.1): Otimized functions for mathematics, science, and engineering.

-  SpiceyPy (4.0.2): SPICE/NAIF functions in python.

-  PyERFA (2.0): Python wrapper for the ERFA library based on the SOFA library.

-  Cartopy (0.19): Geospatial data processing to produce maps.

The user can install SORA and most of its requirements using **pip**, only
Cartopy should be installed from conda afterwards.

```shell
pip install sora-astro
conda install -c conda-forge cartopy
```

If you are a GitHub user, you can also use:

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

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.

Acknowledgements
----------------

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.

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;

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/riogroup/SORA",
    "name": "sora-astro",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <4",
    "maintainer_email": "",
    "keywords": "science,astronomy,occultation",
    "author": "SORA Team",
    "author_email": "rio.occteam@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1a/f8/4161704cf27b14405f2b8fd85ed1e5a365333e2788d01fe0e56d0bc85ffd/sora-astro-0.3.tar.gz",
    "platform": null,
    "description": "SORA\r\n====\r\n\r\nPACKAGE DESCRIPTION\r\n-------------------\r\n\r\nSORA is the acronym for *Stellar Occultation Reduction and Analysis*.\r\nIt is a library developed in Python3 with the tools to analyze stellar\r\noccultation data. It is based on Astropy functions and Classes.\r\n**Full documentation at https://sora.readthedocs.io/**\r\n\r\nA stellar occultation occurs when a solar system object passes in front\r\nof a star for an observer on Earth, and its shadow causes a temporary\r\ndrop in the observed flux of the star. This technique allows the\r\ndetermination of sizes and shapes with kilometre precision and to obtain\r\ncharacteristics of the object, such as its albedo, the presence of an\r\natmosphere, rings, jets, or other structures around the body or even\r\nthe detection of topographic features (Sicardy et al. 2011, 2016\r\nBraga-Ribas et al. 2013, 2014, 2019, Dias-Oliveira et al., 2015, 2017,\r\nBenedetti-Rossi et al., 2016, 2019, Ortiz et al., 2015, 2017, 2020,\r\nLeiva et al., 2017, B\u00e9rard et al., 2017, Morgado et al., 2019, Gomes-J\u00fanior et al., 2020,\r\nSouami et al., 2020, Santos-Sanz et al., 2021).\r\n\r\nSORA is a Python-based, object-oriented library for optimal analysis of\r\nstellar occultation data. The user can use this package to build pipelines\r\nto analyse their stellar occultation\u2019s data. It includes processes starting\r\non the prediction of such events to the resulting size, shape and position of\r\nthe Solar System object. The main modules available at version 0.2\r\nare: **star**, **body**, **observer**, **lightcurve** and\r\n**occultation**. It is important to note that new modules and other\r\nimprovements and implementations can be available in future versions.\r\n\r\nAUTHORS\r\n-------\r\n\r\nAltair R. Gomes-J\u00fanior (1, 2, 3),\r\nBruno E. Morgado (4, 3, 5),\r\nGustavo Benedetti-Rossi (2, 4, 3),\r\nRodrigo C. Boufleur (5, 3),\r\nFlavia L. Rommel (5, 3),\r\nMartin B. Huarca (3, 5)\r\n\r\n(1) UFU - Federal University of Uberl\u00e2ndia, Physics Institute, Av. Jo\u00e3o Naves de \u00c1vila 2121, Uberl\u00e2ndia, MG 38408-100, Brazil</br>\r\n(2) UNESP - S\u00e3o Paulo State University, Grupo de Din\u00e2mica Orbital e Planetologia, Guaratinguet\u00e1, SP 12516-410, Brazil</br>\r\n(3) Laborat\u00f3rio Interinstitucional de e-Astronomia - LIneA and INCT do e-Universo, Rua Gal. Jos\u00e9 Cristino 77, Rio de Janeiro, RJ 20921-400, Brazil</br>\r\n(4) LESIA, Observatoire de Paris, Universit\u00e9 PSL, CNRS, Sorbonne Universit\u00e9, Univ. Paris Diderot, Sorbonne Paris Cit\u00e9, 5 place Jules Janssen, 92195 Meudon, France</br>\r\n(5) Observat\u00f3rio Nacional/MCTIC, R. General Jos\u00e9 Cristino 77, Rio de Janeiro, RJ 20.921-400, Brazil</br>\r\n\r\nCITATION\r\n--------\r\n\r\nIf you use SORA in a scientific publication, we would appreciate that you add at your acknowledgement the following statement:\r\n\r\n    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.\r\n\r\nSYSTEM REQUIREMENTS AND INSTALLATION\r\n------------------------------------\r\n\r\nSORA was developed in Python 3.7 and requires the following packages:\r\n\r\n-  Astropy (4.3): For astronomical related functions, mainly coordinates and time.\r\n\r\n-  Astroquery (0.4.3): To query astronomical database as JPL and Vizier.\r\n\r\n-  Matplotlib (3.4.3): For easy and beautiful plots.\r\n\r\n-  NumPy (1.21): Otimized mathematical functions.\r\n\r\n-  SciPy (1.7.1): Otimized functions for mathematics, science, and engineering.\r\n\r\n-  SpiceyPy (4.0.2): SPICE/NAIF functions in python.\r\n\r\n-  PyERFA (2.0): Python wrapper for the ERFA library based on the SOFA library.\r\n\r\n-  Cartopy (0.19): Geospatial data processing to produce maps.\r\n\r\nThe user can install SORA and most of its requirements using **pip**, only\r\nCartopy should be installed from conda afterwards.\r\n\r\n```shell\r\npip install sora-astro\r\nconda install -c conda-forge cartopy\r\n```\r\n\r\nIf you are a GitHub user, you can also use:\r\n\r\n```shell\r\ngit clone https://github.com/riogroup/SORA.git\r\ncd SORA\r\npip install .\r\nconda install -c conda-forge cartopy\r\n```\r\n\r\nFor 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.\r\n\r\nAcknowledgements\r\n----------------\r\n\r\nThe SORA package is hosted on a GitHub repository. It was developed with support\r\nof the LuckyStar, that agglomerates the efforts of the Paris, Granada, and Rio\r\nteams. The LuckyStar is funded by the ERC (European Research Council)\r\nunder the European Community\u2019s H2020 (2014-2020/ERC Grant Agreement No. 669416). Also,\r\nthis project is supported by LIneA (Laborat\u00f3rio Interinstitucional de e-Astronomia),\r\nINCT do e-Universo (CNPQ grants 465376/2014-2), by FAPESP (proc. 2018/11239-8), by CNPQ\r\n(proc. 300472/2020-0, 150612/2020-6), and by CAPES-PRINT/UNESP (88887.571156/2020-00)\r\nin Brazil.\r\n\r\nThe Paris, Granada, and Rio teams are professionals astronomers affiliated mainly in the following\r\ninstitutions:\r\n\r\n* LESIA - Observatoire de Paris, France;\r\n* Institut Polytechnique des Sciences Avanc\u00e9es, France;\r\n* IMCCE - Observatoire de Paris, France;\r\n* Instituto de Astrof\u00edsica de Andaluc\u00eda, Spain;\r\n* Laborat\u00f3rio Interinstitucional de e-Astronomia, Brazil;\r\n* INCT do e-Universo, Brazil;\r\n* Observat\u00f3rio Nacional/MCTI, Brazil;\r\n* Federal University of Technology - Paran\u00e1, Brazil;\r\n* UNESP - S\u00e3o Paulo State University, Brazil;\r\n* Universidade Federal do Rio de Janeiro - Observat\u00f3rio do Valongo, Brazil;\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Stellar Occultation Library",
    "version": "0.3",
    "split_keywords": [
        "science",
        "astronomy",
        "occultation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1af84161704cf27b14405f2b8fd85ed1e5a365333e2788d01fe0e56d0bc85ffd",
                "md5": "4c327292c9595f9e9b39a760d5cef834",
                "sha256": "2db7f85d8538ebd43cefd9d2d4533196a018bb00e2cc5a774c280f6fb53b75c8"
            },
            "downloads": -1,
            "filename": "sora-astro-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4c327292c9595f9e9b39a760d5cef834",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <4",
            "size": 589640,
            "upload_time": "2023-01-31T19:54:24",
            "upload_time_iso_8601": "2023-01-31T19:54:24.248683Z",
            "url": "https://files.pythonhosted.org/packages/1a/f8/4161704cf27b14405f2b8fd85ed1e5a365333e2788d01fe0e56d0bc85ffd/sora-astro-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-31 19:54:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "riogroup",
    "github_project": "SORA",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sora-astro"
}
        
Elapsed time: 0.03893s