Skip to content
Snippets Groups Projects
Marco Kurzynski's avatar
Marco Kurzynski authored
b1f3cf64
History

SHS

fits_fft.py

DONE ONCE:

  1. Stacking
  2. Hot Pixel Filtering
  3. Optional Correction (dark and flat field)

EVERY UPDATE (draw rectangle):

  1. Apodization
  2. Optional Zero Padding
  3. FFT

usage

click and drag a rectangle on the upper right image to update crop the image, and re-run the update function.

Double click to reset the view.

TOOLS MUST BE DESELECTED

Minimal Example:

./fits_fft.py --image misc/data/4ms_image_exposure

All Flags Example:

./fits_fft.py --image misc/data/4ms_image_exposure --flat misc/data/4ms_flat_exposure --dark misc/data/4ms_dark_exposure --pad 20 --thresh 20

view.py

Simply pass a fits file and it will be displayed

Example:

./view.py misc/data/4ms_image_exposure/Capture1_011.fit