This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 > ") |