Skip to content

Instantly share code, notes, and snippets.

@varun-magesh
varun-magesh / fuzzy.py
Created August 30, 2019 21:50
Fuzzy Comparison for Fitsfiles
from astropy.io import fits
import numpy.linalg as la
import numpy as np
from sys import argv
import glob
dir_ = ""
if len(argv) <= 1:
dir_ = raw_input("Enter FITSfile directory to compare > ")