DESI DR1

来自Shiyin's note
Shen讨论 | 贡献2026年8月13日 (四) 10:54的版本 (创建页面,内容为“* 数据目录 [Index of /public/dr1/spectro/redux/iron/zcatalog/v1/](https://data.desi.lbl.gov/public/dr1) * 帮助教程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…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

* 帮助教程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)