嫦娥四号的雷达科学数据获取

问题遇到的现象和发生背景 嫦娥三、四 都LPR解决。Vfuzixunfei

https://moon.bao.ac.cn/web/zhmanager/home 上面获得的嫦娥四号LPR的2B级数据用pds4_tools.read(),读取不出来。但嫦娥四号其他的数据可以读取。在github搜索无果。

用代码块功能插入代码,请勿粘贴截图

文章参考https://www.heywhale.com/mw/project/5fc081b065710400309ef8e7
在 path = 'CE4_GRAS_LPR 2A_SCI_N_20200120021001_20200120084000_0112_A.2BL'
d = pds4_tools.read(path, quiet=True) //这句有问题

运行结果及报错内容

KeyError Traceback (most recent call last)
File ~\anaconda3\envs\gprMax\lib\site-packages\pds4_tools\extern\cached_property.py:83, in threaded_cached_property.get(self, obj, cls)
81 try:
82 # check if the value was computed before the lock was acquired

83 return obj_dict[name]
84 except KeyError:
85 # if not, do the calculation and release the lock

KeyError: 'data'

During handling of the above exception, another exception occurred:

ValueError Traceback (most recent call last)

( 此处有报错提示 )

ValueError: could not broadcast input array from shape (14636,) into shape (3659,)

我想要达到的结果

我想把这个雷达的科学数据读取出来并保存成图片。

兄弟,你的问题很有质量,可惜本人学识有限,暂时无法解决你的问题。抱歉