Skip to main content

a model for the mass of an exoplanet given the radius

Project description

ExoRM

PyPI Downloads

Author: Kevin Zhu

Features

  • continuous radius-mass relationship
  • smooth with lower residuals
  • simple usage, log10 and linear
  • best-fit for Terran, Neptunian, and Jovian

Installation

To install ExoRM, use pip: pip install ExoRM.

However, many prefer to use a virtual environment.

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.

Furthermore, this requires periodic updating to include the most recent information.

Simply run initialize_data() and initialize_model(). Model initialization requires a smoothing amount, which is set to 280 but should be increased when there is more data. 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.

To use the model, call ExoRM.load_model() which returns the model from the filepath. If you wish, you may use model.save(...) to save it to your own directory.

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().

The high amount of uncertainty can be accessed from ExoRM. There is only log10 uncertainty due to the linear scale's differences, which may be accessed through .calculate_error() for the most recent values or .error for the value calculated at initialization.

ExoRM's data limitations required overrides for certain areas. By default, override_min() and override_max() are set to the inverse power law relationship found by Chen and kipping (2017). The transition points to those are smooth and are calculated to be the closest intersection between the model and the relationship.

An example is seen in the example.ipynb.

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-1.0.7.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

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

exorm-1.0.7-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for exorm-1.0.7.tar.gz
Algorithm Hash digest
SHA256 fee7bba059f9e0eff4cc4c0306a116d89e9eb4257eb2a1d4765d80ec1815bd1d
MD5 263d5a83fd47ffa9876a73393ebe29d6
BLAKE2b-256 33386f028b2350a6f40734e25cd728a3220266c04a5ad083de36b95d97c666bd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for exorm-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 560ea641ab89e258109ed2ea22fa78d278ac1d67da4d543f3a5a7c3c44925c59
MD5 7b4b8176f597cbc750e82fb5f96e3f74
BLAKE2b-256 b81bae8e6921114fa0049f91ed2a03473a82169b466402a3b208ad6f3e80c04c

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