jkrick
jkrick
I get UnitsWarnings, and I see those in other issues. But, I also get ValueErrors and TableParseError, with the result that no table is returned although I see on the...
Is there a way to know what the total data volume is (in GB) before running download_products? get_product_list will tell me the number of rows, but I really want to...
The following code snippet gives the below warning about capitalized units: ``` from astropy.coordinates import SkyCoord import astropy.units as u from astroquery.heasarc import Heasarc coords = SkyCoord('150.01d 2.2d', frame='icrs') #COSMOS...
I am trying to write a simple code to inject transits in fake data and then recover the planet parameters. However, when I use FitTransit I think it is reporting...
#### Problem description I am running a code which searches for light curves of many objects, currently I am testing with 30, but would like to run this on a...
I would like to use Gaia.load_data to grab epoch photometry for ~500,000 sources. I can successfully do this for a small number of sources, but run into a limit when...
I am trying to search the herschel archive for multiple sources (I'll wait to hit it with 1000's, but am testing now with 10). I am seeing a strange "LoginError:...
I would like to query the Herschel archive for ~thousands of spectra based on position (maybe a million one day??). Right now I have skycoords in a table for my...
I spent a little while on the ESA Herschel website (http://archives.esac.esa.int/hsa/whsa/) and could not find a good way to access Herschel data with python. Good thing I work with @bsipocz...
Hi, I'm working on downloading all the observations for a small set of targets which includes Arp220. This is over 50 observations, something over 10G of data, and takes something...