SLOPpy-package


NameSLOPpy-package JSON
Version 1.2.2 PyPI version JSON
download
home_pagehttps://github.com/LucaMalavolta/SLOPpy
SummarySLOPpy: Spectral Lines Of Planets with python
upload_time2023-09-01 15:40:56
maintainer
docs_urlNone
authorDaniela Sicilia, Luca Malavolta, et al.
requires_python
licenseMIT License
keywords
VCS
bugtrack_url
requirements numpy numba scipy matplotlib emcee astropy astroquery oyaml argparse h5py tqdm pygtc PyAstronomy scikit-learn
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### Spectral Lines Of Planets with python
***
### `SLOPpy` version 1.1 - March 2023

**Main contributors**
Daniela Sicilia,
Luca Malavolta,
Lorenzo Pino,
Gaetano Scandariato,
Valerio Nascimbeni,
Giampaolo Piotto,
Isabella Pagano

**News**
In version 1.1 it is much easier to add new instruments

Paper accepted, repository now publicly available, documentation and examples coming online in a few days.

Basic [documentation available here](https://sloppy.readthedocs.io/en/latest/), updates will follow in the upcoming weeks.

Most of the information can be found in Sicilia et al. (2022) [A&A link](https://doi.org/10.1051/0004-6361/202244055) [ADS link](https://ui.adsabs.harvard.edu/abs/2022arXiv220813045S/abstract) [arXiv link](https://arxiv.org/abs/2208.13045)


**Note on the use of molecfit**

`SLOPpy` supports both the old version `1.5.x` (available as a stand-alone program) and the latest version `>4` through ESO esorex.

To use version 1.5.x, you have to use the molecfit modules marked with `v1`, and specify the installation path under the `molecfit` section:

```bash
pipeline:
  - ...
  - telluric_molecfit_v1_preparation
  - telluric_molecfit_v1_coadd
  - ...
molecfit:
  installation_path: /Applications/molecfit/bin/
  ...
```

For the newest version, drop the `v1` in the module names and substitute the `installation_path` keyword with the new `esorex_exec' keyword, as in this example:

```bash
pipeline:
  - ...
  - telluric_molecfit_preparation
  - telluric_molecfit_coadd
  - ...
molecfit:
  esorex_exec: esorex
  ...
```

This new keyword specify the location of the `esorex` executable: if the command is avaialble system-wide (i.e., you can launch esorex by simply writing `esorex` in your terminal), then it is not necessary to specify the full path of the excutable.


**Changelog**
- Version 1.1.1 to 1.1.3
    Minor bugfixes

- Version 1.1.0
    Easier interface for new instruments
    New module to write transmisison spectra in the stellar reference system with (optional) CLV and RM correction: `write_output_transmission_stellarRF`. Note: CLV and RM correction only available through `CLV_RM_models` module

- Version 1.0.2:

    Minor bugfix

- Version 1.0.1:

    Added support to AER v3.8, bundled with Molecfit as in November 2022 \
    To use version 3.6, add this keyword in the configuration file under the molecfit section:\
    NOTE: it must be a string and not a number\

    ```bash
        aer_version: "3.6"
    ```

- Version 1.0: first release after acceptance of the paper.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/LucaMalavolta/SLOPpy",
    "name": "SLOPpy-package",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Daniela Sicilia, Luca Malavolta, et al.",
    "author_email": "daniela.sicilia@inaf.it, luca.malavolta@unipd.it",
    "download_url": "https://files.pythonhosted.org/packages/f1/1b/851a8fccab539518c31dc74680ac64f82d0e74718c666782f60ab71f0e2f/SLOPpy-package-1.2.2.tar.gz",
    "platform": null,
    "description": "### Spectral Lines Of Planets with python\n***\n### `SLOPpy` version 1.1 - March 2023\n\n**Main contributors**\nDaniela Sicilia,\nLuca Malavolta,\nLorenzo Pino,\nGaetano Scandariato,\nValerio Nascimbeni,\nGiampaolo Piotto,\nIsabella Pagano\n\n**News**\nIn version 1.1 it is much easier to add new instruments\n\nPaper accepted, repository now publicly available, documentation and examples coming online in a few days.\n\nBasic [documentation available here](https://sloppy.readthedocs.io/en/latest/), updates will follow in the upcoming weeks.\n\nMost of the information can be found in Sicilia et al. (2022) [A&A link](https://doi.org/10.1051/0004-6361/202244055) [ADS link](https://ui.adsabs.harvard.edu/abs/2022arXiv220813045S/abstract) [arXiv link](https://arxiv.org/abs/2208.13045)\n\n\n**Note on the use of molecfit**\n\n`SLOPpy` supports both the old version `1.5.x` (available as a stand-alone program) and the latest version `>4` through ESO esorex.\n\nTo use version 1.5.x, you have to use the molecfit modules marked with `v1`, and specify the installation path under the `molecfit` section:\n\n```bash\npipeline:\n  - ...\n  - telluric_molecfit_v1_preparation\n  - telluric_molecfit_v1_coadd\n  - ...\nmolecfit:\n  installation_path: /Applications/molecfit/bin/\n  ...\n```\n\nFor the newest version, drop the `v1` in the module names and substitute the `installation_path` keyword with the new `esorex_exec' keyword, as in this example:\n\n```bash\npipeline:\n  - ...\n  - telluric_molecfit_preparation\n  - telluric_molecfit_coadd\n  - ...\nmolecfit:\n  esorex_exec: esorex\n  ...\n```\n\nThis new keyword specify the location of the `esorex` executable: if the command is avaialble system-wide (i.e., you can launch esorex by simply writing `esorex` in your terminal), then it is not necessary to specify the full path of the excutable.\n\n\n**Changelog**\n- Version 1.1.1 to 1.1.3\n    Minor bugfixes\n\n- Version 1.1.0\n    Easier interface for new instruments\n    New module to write transmisison spectra in the stellar reference system with (optional) CLV and RM correction: `write_output_transmission_stellarRF`. Note: CLV and RM correction only available through `CLV_RM_models` module\n\n- Version 1.0.2:\n\n    Minor bugfix\n\n- Version 1.0.1:\n\n    Added support to AER v3.8, bundled with Molecfit as in November 2022 \\\n    To use version 3.6, add this keyword in the configuration file under the molecfit section:\\\n    NOTE: it must be a string and not a number\\\n\n    ```bash\n        aer_version: \"3.6\"\n    ```\n\n- Version 1.0: first release after acceptance of the paper.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "SLOPpy: Spectral Lines Of Planets with python",
    "version": "1.2.2",
    "project_urls": {
        "Homepage": "https://github.com/LucaMalavolta/SLOPpy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f11b851a8fccab539518c31dc74680ac64f82d0e74718c666782f60ab71f0e2f",
                "md5": "98904251d9cc3c7eb8212f9831a5298c",
                "sha256": "f19417a8f4a6b9043f1d6b148e6e78cba717d5a09977ebae1bed738cbbf3a2ea"
            },
            "downloads": -1,
            "filename": "SLOPpy-package-1.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "98904251d9cc3c7eb8212f9831a5298c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20491960,
            "upload_time": "2023-09-01T15:40:56",
            "upload_time_iso_8601": "2023-09-01T15:40:56.108908Z",
            "url": "https://files.pythonhosted.org/packages/f1/1b/851a8fccab539518c31dc74680ac64f82d0e74718c666782f60ab71f0e2f/SLOPpy-package-1.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-01 15:40:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "LucaMalavolta",
    "github_project": "SLOPpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.22"
                ]
            ]
        },
        {
            "name": "numba",
            "specs": [
                [
                    ">=",
                    "0.55.2"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.8.1"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.5.2"
                ]
            ]
        },
        {
            "name": "emcee",
            "specs": [
                [
                    ">=",
                    "3.1.2"
                ]
            ]
        },
        {
            "name": "astropy",
            "specs": [
                [
                    ">=",
                    "5.1"
                ]
            ]
        },
        {
            "name": "astroquery",
            "specs": [
                [
                    ">=",
                    "0.4"
                ]
            ]
        },
        {
            "name": "oyaml",
            "specs": [
                [
                    ">=",
                    "1.0"
                ]
            ]
        },
        {
            "name": "argparse",
            "specs": [
                [
                    ">=",
                    "1.4"
                ]
            ]
        },
        {
            "name": "h5py",
            "specs": [
                [
                    ">=",
                    "3.7.0"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.60"
                ]
            ]
        },
        {
            "name": "pygtc",
            "specs": [
                [
                    ">=",
                    "0.4.1"
                ]
            ]
        },
        {
            "name": "PyAstronomy",
            "specs": [
                [
                    ">=",
                    "0.18"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": []
        }
    ],
    "lcname": "sloppy-package"
}
        
Elapsed time: 0.15122s