Julien Woillez
Julien Woillez
@ceb8 Great to see you picking up this topic! I should probably have gotten back to you sooner on your `suspend_cache` question. This is a context manager that let you...
What about looking into using one of the following? - https://github.com/reclosedev/requests-cache - https://github.com/ionrock/cachecontrol
I will add: - an ESO override configuration item for this timeout, - a disable capability specified with `timeout = -1`. - and a flush capability at the module level....
@keflavich Any idea where the travis failure comes from? It's limited to the `egg_info`, and Ihave no idea what they are for...
Does not seem so. It is even more strange: `ImportError: No module named astropy`
Thanks for the "pristine" `astroquery.cfg`, will bundle this one with this PR. Providing this file is a new requirement following the `astropy` configuration package update (see: http://docs.astropy.org/en/stable/config/config_0_4_transition.html#for-affiliated-package-authors). Not a big...
I completely forgot about this. Let me see what I can do... (hopefully soon).
It looks like I have a similar issue. The PICTUREENV trick helps generate a diff PDF. But rather than ignoring the `tabular` environment, would it be possible to just treat...
My feedback is just on why it is shown for a planet but not for a star. The parallactic angle is a coordinate-like angle like alt,az,ra,dec that is not related...
In my case it was to verify the calculation of the parallactic angle at various sky locations for an instrumentation project for astronomy. Probably not a use case that interests...