jbirky / apogee_tools

Modeling tools for SDSS/APOGEE spectra
http://apogee-tools.readthedocs.io/
MIT License
2 stars 3 forks source link

Issue with Download #3

Open caganze opened 7 years ago

caganze commented 7 years ago

ap.download('2M15141711+0044474', type='aspcap') data = ap.Spectrum(id='2M15141711+0044474', type='aspcap') data.plot(items=['spectrum', 'apModel', 'noise'], save=True)

returns FileNotFoundError: [Errno 2] No such file or directory: '/Users/caganze/Research/apogee_all/apogee_data/aspcap_data/aspcapStar-r6-l30e.2-2M15141711+0044474.fits'

jbirky commented 7 years ago

does the file not exist there, or is there a problem reading it in?

jbirky commented 7 years ago

hm I tested to make sure, but I seems I have no issues running these lines on my computer...

caganze commented 7 years ago

My download folders are empty even after it says stuff were downloaded However, the libraries seem to have all the files

screen shot 2017-07-11 at 10 54 50 am screen shot 2017-07-11 at 10 55 52 am