[yt-dev] Issue #1293: trouble opening FITS data (yt_analysis/yt)

emmanuel donate issues-reply at bitbucket.org
Mon Oct 24 12:26:47 PDT 2016


New issue 1293: trouble opening FITS data
https://bitbucket.org/yt_analysis/yt/issues/1293/trouble-opening-fits-data

emmanuel donate:


I went to open a FITS file from my computer and got an error :
I typed this: 

ds = yt.load('NGC_3184_CUBE.FITS')

and got this: 

YTOutputNotIdentified                     Traceback (most recent call last)
<ipython-input-16-092c37fd13ed> in <module>()
----> 1 ds = yt.load('NGC_3184_CUBE.FITS')



/Users/emmanueldonate/anaconda/envs/astro/lib/python3.5/site-packages/yt/convenience.py in load(*args, **kwargs)
     74             mylog.error("None of the arguments provided to load() is a valid file")
     75             mylog.error("Please check that you have used a correct path")
---> 76             raise YTOutputNotIdentified(args, kwargs)
     77     for n, c in types_to_check.items():
     78         if n is None: continue

YTOutputNotIdentified: Supplied ('NGC_3184_CUBE.FITS',) {}, but could not load!

I am in the folder the fits file is in, i'm using jupyter nb




More information about the yt-dev mailing list