- 积分
- 7970
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-8-30
- 最后登录
- 1970-1-1
|
发表于 2019-7-2 08:26:05
|
显示全部楼层
Traceback (most recent call last):
File "C:/Users/think/Desktop/SA雷达/PPI.py", line 44, in <module>
f = CinradReader(sa_radar_file[nFiles]) #老版本数据
File "C:\Users\think\Anaconda3\lib\site-packages\cinrad-1.4-py3.7-win-amd64.egg\cinrad\io\level2.py", line 123, in __init__
self.code, radartype = _detect_radartype(f, filename, type_assert=radar_type)
File "C:\Users\think\Anaconda3\lib\site-packages\cinrad-1.4-py3.7-win-amd64.egg\cinrad\io\level2.py", line 57, in _detect_radartype
radartype = spart[7]
IndexError: list index out of range
折腾好几天了,不知道咋回事 |
|