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 Distribution

fits2rgb-0.4.0.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fits2rgb-0.4.0-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file fits2rgb-0.4.0.tar.gz.

File metadata

  • Download URL: fits2rgb-0.4.0.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for fits2rgb-0.4.0.tar.gz
Algorithm Hash digest
SHA256 c8164bcc57eabc8ed9d14900d5f772e7eb24008e5fb0e0a5dfe0a70474b41fd2
MD5 ea65023c34ad8f0d411bb56603854fa9
BLAKE2b-256 4807f656614fa2fb852aaabbd42e5d4f46f386bf47a3f9eba0068f41e2245e94

See more details on using hashes here.

File details

Details for the file fits2rgb-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: fits2rgb-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 12.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for fits2rgb-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ffd0301cfb7baad359ecda0a117b9620e03daa69a69e53b2f1db8e2806e6a218
MD5 b2473d4bdd82110f6bd76f2d64e1cb16
BLAKE2b-256 c883c82b4ed3448b1590f3435c5f26a5b69ba9e4a9c5dc5cc74bb75ea5389445

See more details on using hashes here.

Supported by

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