dkirkby / bossdata

Tools for accessing SDSS BOSS data
MIT License
1 stars 3 forks source link

problems with current default database locations #119

Open fjaviersanchez opened 7 years ago

fjaviersanchez commented 7 years ago

I was trying to use the default locations to get BOSS spectra but it has problems with permissions. This is fixed defining the following environment variables:

os.environ["BOSS_DATA_URL"]="https://data.sdss.org" os.environ["BOSS_SAS_PATH"]="/sas/dr13/eboss" os.environ["BOSS_REDUX_VERSION"]="v5_9_0"

dkirkby commented 6 years ago

Can you provide more detail? Was this on your laptop or a server?