Skip to main content

Miscellaneous methods for astronomy, dealing with arrays, statistical distributions and computing goodness-of-fit

Project description

nmmn package

Tools for astronomy, data analysis, time series, numerical simulations, gamma-ray astronomy and more! These are modules I wrote which I find useful—for whatever reason—in my research.

List of modules available (more info here):

  • astro: astronomy
  • dsp: signal processing
  • lsd: misc. operations on arrays, lists, dictionaries and sets
  • stats: statistical methods
  • sed: spectral energy distributions
  • plots: custom plots
  • fermi: Fermi LAT analysis methods
  • bayes: Bayesian tools for dealing with posterior distributions
  • grmhd: tools for dealing with GRMHD numerical simulations

Very basic documentation for the package. Generated with Sphinx.

Installation

You have a couple of options to install the module:

1. Install using pip:

pip install nmmn

2. Install the module on the system’s python library path:

git clone https://github.com/rsnemmen/nmmn.git
cd nmmn
python setup.py install

3. Install the package with a symlink, so that changes to the source files will be immediately available:

git clone https://github.com/rsnemmen/nmmn.git
cd nmmn
python setup.py develop

This last method is preferred if you want the latest, bleeding-edge updates in the repo. You may need to run the last command with sudo.

Updating

If you installed with pip (method 1), to upgrade the package to the latest stable version use

pip install --upgrade nmmn

If you installed with the setup.py script and the develop option (method 3), use

cd /path/to/nmmn
git pull

Usage

First import the specific module that you want to use:

import nmmn.lsd

Then call the method you need. For example, to remove all nan and inf elements from a numpy array:

import numpy as np

# generates some array with nan and inf
x=np.array([1,2,np.nan,np.inf])

# removes strange elements
xok=nmmn.lsd.delweird(x)

For more examples, please refer to the examples doc.

TODO

  • need more examples of how to use the modules
  • add IFU data cubes method (refer to ifscube)

License

See LICENSE file.

If you have suggestions of improvements, by all means please contribute with a pull request! :)

The MIT License (MIT). Copyright (c) 2020 Rodrigo Nemmen

Visit the author's web page and/or follow him on twitter (@nemmen).

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

nmmn-1.2.1.tar.gz (76.3 kB view hashes)

Uploaded Source

Built Distribution

nmmn-1.2.1-py3-none-any.whl (78.7 kB view hashes)

Uploaded Python 3

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