From ba4bbc0583fc9d2205572c196eaa3ca26dbada96 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Mon, 2 Dec 2024 12:46:39 -0500 Subject: [PATCH] Update documentation per FINUFFT changes (#109) --- pytorch_finufft/functional.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytorch_finufft/functional.py b/pytorch_finufft/functional.py index ad988e5..57f3c4c 100644 --- a/pytorch_finufft/functional.py +++ b/pytorch_finufft/functional.py @@ -472,7 +472,7 @@ def finufft_type1( ---------- points : torch.Tensor DxN tensor of locations of the non-uniform points. - Points must lie in the range ``[-3pi, 3pi]``. + Points should lie in the range ``[-pi, pi]``, values outside will be folded. values : torch.Tensor Complex-valued tensor of values at the non-uniform points. All dimensions except the final dimension are treated as batch @@ -514,7 +514,7 @@ def finufft_type2( ---------- points : torch.Tensor DxN tensor of locations of the non-uniform points. - Points must lie in the range ``[-3pi, 3pi]``. + Points should lie in the range ``[-pi, pi]``, values outside will be folded targets : torch.Tensor Complex-valued tensor of Fourier modes to evaluate at the points. The final D dimensions must contain the Fourier modes, and any