Skip to main content

Small package for personal use

Project description

Reddutils

This is ReddTea's small package compiling useful self-made functions for an astrophysical context.

Overview

Reddutils contains many functions and classes for personal use. Some of them may be of use for the community.

Dependencies

This code makes use of:

Most of them come with conda, if some are missing they can be easily installed with pip.

Installation

In the console type in your work folder

pip install reddutils

Usage

Correlator

For a pandas dataframe or three-column table:

from reddutils import correlator as rc
import pandas as pd

df = pd.read_csv('data.csv')

cor = rc.correlator()
cor.display(df)

Exodus

Use for visualising the NASA Exoplanet Archive:

from reddutils import exodus

exopop = exodus.NASA_Exoplanet_Archive()
exopop.display()

Fourier Transform Visualiser

For visualising fourier transforms and the nyquist limit.

from reddutils import fourier

fou = fourier.fourier()
fou.display()

Periodogram

For a pandas dataframe:

from reddutils import periodogram as rp
import pandas as pd

df = pd.read_csv('data.csv')

per = rp.LSP()
per.display(df)

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

reddutils_test-1.0.0.tar.gz (18.0 kB view details)

Uploaded Source

Built Distribution

reddutils_test-1.0.0-py3-none-any.whl (22.7 kB view details)

Uploaded Python 3

File details

Details for the file reddutils_test-1.0.0.tar.gz.

File metadata

  • Download URL: reddutils_test-1.0.0.tar.gz
  • Upload date:
  • Size: 18.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for reddutils_test-1.0.0.tar.gz
Algorithm Hash digest
SHA256 74f9607e063b87a8ec30e88696da96bccc9ac5f5071d7b1831e57e81d84022ee
MD5 fbe1330e15dcf8fe55a7d7aaaccc9d19
BLAKE2b-256 529efea3cd6b4e2250b6c5de01c61e367aacbe900b3633e01fd13ecaa772e69e

See more details on using hashes here.

File details

Details for the file reddutils_test-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for reddutils_test-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0c5d3ca702678ec69f3d399820e0ba27d8a11e27801c3ca4dd74562593b81336
MD5 b1211f761e18eec01d138d84ca6def88
BLAKE2b-256 e3bdfb5f804c22df996a13dc749456ade986625c81e4da4cc104fd27375e8c40

See more details on using hashes here.

Supported by

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