adrn / ZooniBot

2 stars 2 forks source link

Accessing Kepler light curve data #7

Open adrn opened 12 years ago

adrn commented 12 years ago

I see a reference to a url like this: http://www.planethunters.org/light_curves/SPH10002911

In an AJAX call on a planet hunters page: http://www.planethunters.org/sources/SPH10002911

This pulls down the data to display in the light curve plot, but I can't make the request myself.

Any ideas @chrislintott or @mschwamb ?

chrislintott commented 12 years ago

Try URLs of the format :

http://s3.amazonaws.com/ph-stars-production/APH10132614.json

Note that SPH.... refers to a Source, whereas APH.... is the Asset, in this case the light_curve. You'll want the light-curve...

Cheers

Chris

On Jul 11, 2012, at 2:25 PM, Adrian Price-Whelan wrote:

I see a reference to a url like this: http://www.planethunters.org/light_curves/SPH10002911

In an AJAX call on a planet hunters page: http://www.planethunters.org/sources/SPH10002911

This pulls down the data to display in the light curve plot, but I can't make the request myself.

Any ideas @chrislintott or @mschwamb ?


Reply to this email directly or view it on GitHub: https://github.com/adrn/ZooniBot/issues/7

mschwamb commented 12 years ago

Hi Adrian, if you want to access the light curve json files it's stored in a slightly different spot

http://s3.amazonaws.com/ph-stars-production/APH53634622.json

SPH is for source APH is for an individual light curve Cheers, ~Meg On 7/11/12 2:25 PM, Adrian Price-Whelan wrote:

I see a reference to a url like this: http://www.planethunters.org/light_curves/SPH10002911

In an AJAX call on a planet hunters page: http://www.planethunters.org/sources/SPH10002911

This pulls down the data to display in the light curve plot, but I can't make the request myself.

Any ideas @chrislintott or @mschwamb ?


Reply to this email directly or view it on GitHub: https://github.com/adrn/ZooniBot/issues/7