Skip to main content

Development Status :: 1 - Beta

Project description

make_moments

A stand alone version of the pyFAT make_moments and create xv_diagram function. The function can be imported to your python code or you can run it by itself from command line after a pip install:

pip install make-moments

For moment maps:

use as: make_moments filename=Cub.fits mask=mask.fits

If the maps already exist add overwrite=True

For an overview of the possible input type 'make_moments -e' to print the default yaml file.

to configure setting from a yaml file

make_moments -c my_input_file.yml

To use in python script:

from make_moments.functions import moments

And then use the moments() function

For PV-diagrams:

create_PV_diagram filename=Cub.fits PA=16.

to configure setting from a yaml file

create_PV_diagram -c my_input_file.yml

To use in python script:

from make_moments.functions import pv_diagram

And then use the pv_diagram() function

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

make_moments-1.0.6.tar.gz (23.3 kB view hashes)

Uploaded Source

Built Distribution

make_moments-1.0.6-py3-none-any.whl (23.9 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