fedhere / coaddfitim

this is python code to read in, align by correlating in fourier space, and stacking astronomical fits images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Health

coaddfitim

this code stacks fits image files. it is able to shift the imagies to achieve best alignment but correlating the images (in fourier space)

it deals with saturated pixels and articats of saturation, it can remove bad or unwanted regions of the fits file, and of course appropriately corrects the exposure, gain, readnoise values in the header.

run it as

$python coaddim.py <wild cards for the fits files>

and to get the help run the command line without arguments:

$python coaddim.py

About

this is python code to read in, align by correlating in fourier space, and stacking astronomical fits images.

License:MIT License


Languages

Language:Python 100.0%