DESI DR1
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…”)
- 数据目录 [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.google.com') print(response.status_code) #os.environ.pop('http_proxy', None) #os.environ.pop('https_proxy', None)