DESI DR1

来自Shiyin's note
跳到导航 跳到搜索

* 帮助教程https://github.com/desihub/tutorials

  • 数据量比较大,可以使用NOIRLab’s Astro Data Lab 平台进行交互,注意要翻墙,

* 使用教程 https://data.desi.lbl.gov/doc/tutorials/ ```

os.environ['http_proxy']="http://172.20.128.1:8080"
os.environ['https_proxy']="http://172.20.128.1:8080"
response=requests.get('https://www.google.com')
print(response.status_code)
#os.environ.pop('http_proxy', None)
#os.environ.pop('https_proxy', None)