Skip to main content

Merge multiple FITS images into a single FITS RGB file.

Project description

DOI Testing Documentation Status Coverage Status

fits2rgb

A simple program for making coadded RGB FITS images for visualization.

Full documentation is available at https://fits2rgb.readthedocs.io/en/latest/index.html

Installation

Installing a Packaged Release

The simplest way to install fits2rgb is using pip and, since it is a good practice to not mess up the system-wide python environment, you should install this program in a virtual environment. If you don't have a virtual environment yet, you can create one with the command

python -m venv env_name

For example, to create a virtual environment called "astro", you can use the command

python -m venv astro

and you can activate it with

source astro/bin/activate

Then run

pip install fits2rgb

After the installation, to update redmost to the most recent release, use

pip install fits2rgb --upgrade

Installing from GitHub

If you like to use the bleeding-edge version from this repository, do

git clone 'https://github.com/mauritiusdadd/fits2rgb.git'
cd fits2rgb
pip install .

After the installation, to upgrade to most recent commit use

git pull
pip install . --upgrade

Then run pytest to check everything is ok.

Usage

To create a default configuration file, use the command

fits2rgb -d

this will create a file named fits2rgb.json that you can edit to specify how and which files you want to coadd. Then you can run the program by simply invoking it from the command line.

fits2rgb

You can also specify which configuration file to use, for example

fits2rgb -c fits2rgb.json

For more dtails, please refer to the documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fits2rgb-0.2.1-py3-none-any.whl (10.8 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