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

Uploaded Source

Built Distribution

reddutils_test-0.1.1-py3-none-any.whl (422.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: reddutils_test-0.1.1.tar.gz
  • Upload date:
  • Size: 409.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-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f52f7e35463406fc832b1336469f78bf059e011fbd029518b1eb41b3fed71f2c
MD5 8bee3bee4a1a617d1e0dbd9f95180bf9
BLAKE2b-256 c9b18209309e1887c4ac791dfbe7887aea4b81eaeab831f6ffaf75e6f94bdb19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for reddutils_test-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c358ac619bae890201df045af77575c600eecda5db9ce541c4e4c9fce0b743f8
MD5 ef20ebd2c349c7ba2bfe383b4dd5bb10
BLAKE2b-256 6206fb667337fa3d3bd11deaee27d47631373cc50c033f3c6aed0e1f2311533e

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