Skip to main content

a model for the mass of an exoplanet given the radius

Project description

ExoRM

ExoRM is a model for the mass of an exoplanet given the radius.

Note that the development is tricky; from this package's development, it seems that Chen & Kipping's forecaster is suitable for the limited needs.

PyPI Downloads PyPI version

Author: Kevin Zhu

Features

  • continuous radius-mass relationship
  • smooth
  • simple usage, log10 and linear
  • method to create your own model, existing model provided

Installation

To install ExoRM, use pip: pip install ExoRM.

However, many prefer to use a virtual environment (or any of their preferred choice).

macOS / Linux:

# make your desired directory
mkdir /path/to/your/directory
cd /path/to/your/directory

# setup the .venv (or whatever you want to name it)
pip install virtualenv
python3 -m venv .venv

# install ExoRM
source .venv/bin/activate
pip install ExoRM

deactivate # when you are completely done

Windows CMD:

# make your desired directory
mkdir C:path\to\your\directory
cd C:path\to\your\directory

# setup the .venv (or whatever you want to name it)
pip install virtualenv
python3 -m venv .venv

# install ExoRM
.venv\Scripts\activate
pip install ExoRM

deactivate # when you are completely done

Usage

To first begin using ExoRM, the data and model must be initialized. This is due to the constant discovery of new exoplanets, adding to the data. You may also call these at any time to update the model.

There is an existing model created in best_inputs.pkl and best_trace.nc, simply provide these paths when you are using to avoid creating your own model.

However, to get your own data and create your own model, simply run get_data() and initialize_model(). Note: import those by using from ExoRM.get_data import get_data() and from ExoRM.initialize_model() import initialize_model(). A plot of the model will be shown for you to see. Both are stored in your OS's Application Data for ExoRM. ExoRM provides built in functions to retrieve from this folder.

Usage of the model requires initializiation of the class and loading of the trace from a .nc file.

Note that all files saved are located in /Users/<username>/Library/Application Support/ExoRM for macOS and C:\Users\<username>\AppData\Local\ExoRM\ExoRM for windows.

The model supports log10 and linear scale in earth radii. When using the model([...]), .__call__([...]), or .predict([...]), the log10 scale is used. Linear predictions are used in .predict_linear([...]).

Uncertainty (upper and lower bounds) can be accessed from predict_full and predict_full_liner.

An example is seen in the example.ipynb. Deep analysis is seen in comparison.ipynb, showing statistical results and a comparison with Forecaster. Those use additional libraries for visualization and statistics (seaborn and SciPy).

Additional notes

ExoRM has an implementation of Forecaster for according to the NASA Exoplanet Archive.

Forecaster: https://github.com/chenjj2/forecaster NASA Exoplanet Archive implementation: https://exoplanetarchive.ipac.caltech.edu/docs/pscp_calc.html

License

The License is an MIT License found in the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exorm-4.0.6.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

exorm-4.0.6-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file exorm-4.0.6.tar.gz.

File metadata

  • Download URL: exorm-4.0.6.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for exorm-4.0.6.tar.gz
Algorithm Hash digest
SHA256 94e317db723b26ff1f2850166a1dcef44d3745a01974a8ca8987af95ba7f185e
MD5 539183959e7b7def78dc0c455a68c49d
BLAKE2b-256 ec9de10f1631b3375db30b25751995734032b215103c0df833db8998fd4422a2

See more details on using hashes here.

File details

Details for the file exorm-4.0.6-py3-none-any.whl.

File metadata

  • Download URL: exorm-4.0.6-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for exorm-4.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 5bbd85cdec45540af2c6da1cdb052d46f16a6bc38ea26b0efcdd503efdd572e7
MD5 9d6c2f70203213c0f899b072f12f0f73
BLAKE2b-256 0e59572855bd0025f5ce8b33072163694b5ca8a5df2c3865e4e6fea139fd25db

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page