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.
Release files for fits2rgb 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fits2rgb-0.4.1.tar.gz | 1.5 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fits2rgb-0.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:1.5 MB
Release files / fits2rgb-0.4.1.tar.gz
| Download URL | fits2rgb-0.4.1.tar.gz |
|---|---|
| Size | 1.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3663546e07d163b23dcc99e46fd07bccf392ab1a1838279274bd386ec60a7893
|
|
BLAKE2b-256 checksum How to use checksums |
e8d5dab54cdafc623548da3967d981664acb2fee5e3607586e542003dd36c9d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|
Release files / fits2rgb-0.4.1-py3-none-any.whl
| Download URL | fits2rgb-0.4.1-py3-none-any.whl |
|---|---|
| Size | 12.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
388dc3f4e2112b1f9d6ad3fa287e6153aa45a6a625af037ad6153a078708d67e
|
|
BLAKE2b-256 checksum How to use checksums |
d3444dacfbdd1aaa789297bdd466f6ca44c514da187e4209828aa63c3409cd45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|