gpt4 book ai didi

healpy synfast : how to define the random seed

转载 作者:行者123 更新时间:2023-12-02 01:59:12 27 4
gpt4 key购买 nike

我正在使用 healpy.synfast 创建 map ,但似乎 healpy 没有“iseed”函数(如此处:http://healpix.jpl.nasa.gov/html/facilitiesnode14.htm),它让我定义用于生成的随机种子来自功率谱的施舍。

谁能告诉我如何在healpy中实现“iseed”功能?谢谢!

最佳答案

healpy 内部使用 np.random.standard_normal 生成 alms 的实部和虚部,参见 sphtfunc.py .

因此您可以使用 numpy.random.seed设置种子的函数,如:

numpy.random.seed(1234)

在运行 synfast 之前。

关于healpy synfast : how to define the random seed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18179970/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com