SHS
fits_fft.py
DONE ONCE:
- Stacking
- Hot Pixel Filtering
- Optional Correction (dark and flat field)
EVERY UPDATE (draw rectangle):
- Apodization
- Optional Zero Padding
- 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