planetarypy / pdsview

Python PDS Image Viewer
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Eliminate unnecessary dependencies #14

Closed godber closed 9 years ago

godber commented 9 years ago

Do we really need AstroPy and Pyfits? Can these dependencies be eliminated? Maybe not. If not, then we should make it open Fits files too.

nikhilkalige commented 9 years ago

Removed pyfits.. using astropy only

godber commented 9 years ago

@bvnayak any idea whether PyFITS was really needed? It's been removed for now at least.

bvnayak commented 9 years ago

No idea for PyFITS. I think its okay to remove pyfits for now. I will check it during my GUI development stage and will add it only if its been used somewhere.