Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个拟合数据立方体,其中包含 3 轴上的银河经度、纬度和速度。为了从数据立方体中提取特定经度和纬度像素值的光谱,我使用了函数
cube[:, 1935, 1407].quicklook() plt.show()
并使用函数提取图像
cube.to_pvextractor() plt.show()
此处附有样本光谱 和缩放图像。
亮点是检测。如何使用多个像素并对光谱进行平均以获得平均光谱,从而降低噪声并分析峰值?我一直在尝试对此进行编码,但我不知道如何进行,因为我是 python 新手。有人可以给个提示吗?