Jonathan Slavin
Jonathan Slavin
I think the piece of code I referred to needs to be changed such that if either setup is not True or the ion is not in the masterlist, then...
Yes I have two files. Where would be a good place to upload them so that you can access them?
They're small but github wouldn't allow me to attach them because of not being one of the accepted file types. I'll upload to the site you list. The files are...
Sorry, missed the part about the returned urls: [http://use.yt/upload/45fd4e64](url) [http://use.yt/upload/1a7337e5](url)
Hey Matthew, have you been able to reproduce the bug?
Hi Matthew, It has something to do with the selector. By default the domain_left_edge gets values of 0 for y and z and domain_right_edge gets values of 1 for y...
So I was able to do a run in 1D but with the limits on y made larger. With ymin and ymax set to values that cover the full range...
It appears that Map metadata doesn't support comments. If I create a map object from data and a fits header object that has comments for some of its keywords, the...
Yes, I found a way to add comments to the metadata. You have to add items to the 'keycomments' dictionary: mmap = sunpy.map.Map(fits_file) mdata = mmap.meta mdata["value"] = 42 mdata['keycomments"]["value"]...
It still seems like a bug to me. Even if you use indexing='ij' you need to transpose the arrays to get what you would expect based on the results for...