如何在clumpfind算法中设置参数值?

2024-09-30 14:31:27 发布

您现在位置:Python中文网/ 问答频道 /正文

我在pycupid中的clumpfind算法方面遇到了问题。 我不知道如何在clumpfind中设置参数值,如TLOW、DELAT

当我尝试使用

out_cf = clumpfind(data, rms, velax = 2, config={'TLOW':2})

我得到以下错误

TypeError: str() takes at most 1 argument (2 given)

我如何解决这个问题


Tags: 算法configdata错误outcfstrrms