中文

nifty-ls:使用非均匀 FFT 的快速高精度 Lomb-Scargle 周期图

天体物理仪器与方法 2024-09-13 v1

摘要

我们提出了 nifty-ls,一个用于快速高精度评估 Lomb-Scargle 周期图的软件包。nifty-ls 利用了 Lomb-Scargle 可以使用非均匀 FFT(NUFFT)进行计算这一事实,我们使用 Flatiron Institute NUFFT 包(finufft)对其进行评估。与 Astropy 中实现的 Press & Rybicki (1989) 方法相比,该方法实现了多倍的速度提升,同时精度也提高了许多个数量级。nifty-ls 还支持通过 CUDA 在 GPU 上进行快速评估,并与 Astropy 的 Lomb-Scargle 接口集成。nifty-ls 作为开源软件公开发布。

关键词

引用

@article{arxiv.2409.08090,
  title  = {nifty-ls: Fast and Accurate Lomb-Scargle Periodograms Using a Non-Uniform FFT},
  author = {Lehman H. Garrison and Dan Foreman-Mackey and Yu-hsuan Shih and Alex Barnett},
  journal= {arXiv preprint arXiv:2409.08090},
  year   = {2024}
}

备注

4 pages, 1 figure, submitted to RNAAS. Software available at https://github.com/flatironinstitute/nifty-ls/