Just another tool to convert consumer digital cameras RAW images to FITS
Just another tool to convert consumer digital cameras RAW images to FITS.
Maintained by Hadrien Devillepoix
Designed for speed (<1s per 50MB image).
Made for the Desert Fireball Network data processing pipeline.
Tested on Linux with Python 3.
Available with package manager:sudo [ apt | zypper | yum ] install dcraw
Or compile latest version from: https://www.cybercom.net/~dcoffin/dcraw/ (useful for new cameras)
Faster than dcrawpip install rawpy
To convert images to nicely scaled TIFFs
https://www.astromatic.net/software/stiff
python fitsConversion.py -i /path/to/file.raw
python fitsConversion.py -d /path/to/folder/containg/raw/files
python fitsConversion.py -h
import fitsConversion
fitsConversion.raw2fits()
for decodingfitsConversion.de_Bayer()
for de-Bayering