Mathew S. Madhavacheril
Mathew S. Madhavacheril
It does not; it has worked with many recent versions of GNU and Intel. I haven't looked at it in detail, but a quick glance looks like this error isn't...
Ok, I will take care of this. Could you clarify what your preferred way of working in "development mode" is? e.g. do you re-install the package every time you make...
Better yet, remove setup.py! Closing.
The motivation was that this is an official recommendation from IAU, one that astronomers outside the cosmological community seem to adhere to. We use FITS and WCS, so someone could...
My bad; agreed that "from" and "to" is better, along with possibly adding a note on the negative cdelt convention. I leave it to you and @amaurea re: adding noflip....
I might go ahead and do this repo-wide -- any objections @amaurea @mhasself ?
Hmm the default logging level is "warning", not info, so just replacing print with logging.info will make all the printed stuff disappear. This makes this not a very good solution.
To make this work, we'd also need to have this line: ``` logging.getLogger().setLevel(logging.INFO) ``` at the top of any module that uses logging. Not very elegant.
I like this suggestion, thanks a lot Matthew! I'll update my PR with that and play with it a bit.
+1 because I was about to raise this issue a few days ago when working with Matt's files, but never actually got around to it.