panoptes / panoptes-pipeline

PANOPTES Data Processing Pipeline
MIT License
9 stars 8 forks source link

add generate_big_data_network script #23

Closed kstoreyf closed 8 years ago

kstoreyf commented 8 years ago

these scripts should eventually be combined (they use most of the same code and are currently separated for ease of use case).

kstoreyf commented 8 years ago

can't figure out why this is still failing @wtgee

wtgee commented 8 years ago

The get_site_names info was removed from astroplan and moved into astropy.coordinates.EarthLocation, which is a bit annoying:

from astropy.coordinates import EarthLocation
EarthLocation.get_site_names
kstoreyf commented 8 years ago

yes i did that (https://github.com/panoptes/PIAA/pull/23/commits/cdc0e874041a7f99fc2e9b0e2b7381582e440135) but it looks like travis doesn't recognize my new commit?

wtgee commented 8 years ago

The get_current_network still has them. Looks like there are 4 calls total and 2 were changed?

kstoreyf commented 8 years ago

wow yep sorry it's late...

wtgee commented 8 years ago

Looks good. I made it so when not using cloud stuff it doesn't hit the PanStorage. Going to merge.