{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {
    "Notes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This function computes a discrete version of the Hankel transform"
            }
          ]
        },
        {
          "__type": "Math",
          "__tag": 4058,
          "value": "A(k) = \\int_{0}^{\\infty} \\! a(r) \\, J_\\mu(kr) \\, k \\, dr \\;,"
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "where "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "J_\\mu"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is the Bessel function of order "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "\\mu"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ".  The index "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "\\mu"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " may be any real number, positive or negative.  Note that the numerical Hankel transform uses an integrand of "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "k \\, dr"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", while the mathematical Hankel transform is commonly defined using "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "r \\, dr"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The input array "
            },
            {
              "__type": "ParamRef",
              "__tag": 4071,
              "name": "a"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is a periodic sequence of length "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "n"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", uniformly logarithmically spaced with spacing "
            },
            {
              "__type": "ParamRef",
              "__tag": 4071,
              "name": "dln"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ","
            }
          ]
        },
        {
          "__type": "Math",
          "__tag": 4058,
          "value": "a_j = a(r_j) \\;, \\quad\nr_j = r_c \\exp[(j-j_c) \\, \\mathtt{dln}]"
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "centred about the point "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "r_c"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ".  Note that the central index "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "j_c = (n-1)/2"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is half-integral if "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "n"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is even, so that "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "r_c"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " falls between two input elements.  Similarly, the output array "
            },
            {
              "__type": "CrossRef",
              "__tag": 4002,
              "value": "A",
              "reference": {
                "__type": "RefInfo",
                "__tag": 4000,
                "module": null,
                "version": null,
                "kind": "local",
                "path": "A"
              },
              "kind": "local"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is a periodic sequence of length "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "n"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", also uniformly logarithmically spaced with spacing "
            },
            {
              "__type": "ParamRef",
              "__tag": 4071,
              "name": "dln"
            }
          ]
        },
        {
          "__type": "Math",
          "__tag": 4058,
          "value": "A_j = A(k_j) \\;, \\quad\nk_j = k_c \\exp[(j-j_c) \\, \\mathtt{dln}]"
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "centred about the point "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "k_c"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The centre points "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "r_c"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "k_c"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " of the periodic intervals may be chosen arbitrarily, but it would be usual to choose the product "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "k_c r_c = k_j r_{n-1-j} = k_{n-1-j} r_j"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " to be unity.  This can be changed using the "
            },
            {
              "__type": "ParamRef",
              "__tag": 4071,
              "name": "offset"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " parameter, which controls the logarithmic offset "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "\\log(k_c) = \\mathtt{offset} - \\log(r_c)"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " of the output array. Choosing an optimal value for "
            },
            {
              "__type": "ParamRef",
              "__tag": 4071,
              "name": "offset"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " may reduce ringing of the discrete Hankel transform."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "If the "
            },
            {
              "__type": "ParamRef",
              "__tag": 4071,
              "name": "bias"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " parameter is nonzero, this function computes a discrete version of the biased Hankel transform"
            }
          ]
        },
        {
          "__type": "Math",
          "__tag": 4058,
          "value": "A(k) = \\int_{0}^{\\infty} \\! a_q(r) \\, (kr)^q \\, J_\\mu(kr) \\, k \\, dr"
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "where "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "q"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is the value of "
            },
            {
              "__type": "ParamRef",
              "__tag": 4071,
              "name": "bias"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", and a power law bias "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "a_q(r) = a(r) \\, (kr)^{-q}"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is applied to the input sequence. Biasing the transform can help approximate the continuous transform of "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "a(r)"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " if there is a value "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "q"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " such that "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "a_q(r)"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is close to a periodic sequence, in which case the resulting "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "A(k)"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " will be close to the continuous transform."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Strong",
              "__tag": 4048,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "Array API Standard Support"
                }
              ]
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "InlineRole",
              "__tag": 4003,
              "value": "fht",
              "domain": null,
              "role": null,
              "inventory": null
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " has experimental support for Python Array API Standard compatible backends in addition to NumPy. Please consider testing these features by setting an environment variable "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "SCIPY_ARRAY_API=1"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and providing CuPy, PyTorch, JAX, or Dask arrays as array arguments. The following combinations of backend and device (or other capability) are supported."
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "====================  ====================  ====================\nLibrary               CPU                   GPU\n====================  ====================  ====================\nNumPy                 ✅                     n/a                 \nCuPy                  n/a                   ✅                   \nPyTorch               ✅                     ✅                   \nJAX                   ✅                     ✅                   \nDask                  ⚠️ computes graph     n/a                 \n====================  ====================  ====================",
          "execution_status": null
        },
        {
          "__type": "Blockquote",
          "__tag": 4059,
          "children": [
            {
              "__type": "Paragraph",
              "__tag": 4045,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "See "
                },
                {
                  "__type": "InlineRole",
                  "__tag": 4003,
                  "value": "dev-arrayapi",
                  "domain": null,
                  "role": "ref",
                  "inventory": null
                },
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": " for more information."
                }
              ]
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Raises": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Yields": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Methods": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Returns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Parameters",
          "__tag": 4026,
          "children": [
            {
              "__type": "DocParam",
              "__tag": 4016,
              "name": "A",
              "annotation": "array_like (..., n)",
              "desc": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "The transformed output array, which is real, periodic, uniformly logarithmically spaced, and of the same shape as the input array."
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Compute the fast Hankel transform."
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Receives": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warnings": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Attributes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Parameters",
          "__tag": 4026,
          "children": [
            {
              "__type": "DocParam",
              "__tag": 4016,
              "name": "a",
              "annotation": "array_like (..., n)",
              "desc": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Real periodic input array, uniformly logarithmically spaced.  For multidimensional input, the transform is performed over the last axis."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "DocParam",
              "__tag": 4016,
              "name": "dln",
              "annotation": "float",
              "desc": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Uniform logarithmic spacing of the input array."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "DocParam",
              "__tag": 4016,
              "name": "mu",
              "annotation": "float",
              "desc": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Order of the Hankel transform, any positive or negative real number."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "DocParam",
              "__tag": 4016,
              "name": "offset",
              "annotation": "float, optional",
              "desc": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Offset of the uniform logarithmic spacing of the output array."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "DocParam",
              "__tag": 4016,
              "name": "bias",
              "annotation": "float, optional",
              "desc": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "Exponent of power law bias, any positive or negative real number."
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Extended Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Computes the discrete Hankel transform of a logarithmically spaced periodic sequence using the FFTLog algorithm "
            },
            {
              "__type": "FootnoteReference",
              "__tag": 4066,
              "label": "1"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", "
            },
            {
              "__type": "FootnoteReference",
              "__tag": 4066,
              "label": "2"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Other Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    }
  },
  "_ordered_sections": [
    "Summary",
    "Extended Summary",
    "Parameters",
    "Attributes",
    "Methods",
    "Returns",
    "Yields",
    "Receives",
    "Other Parameters",
    "Raises",
    "Warns",
    "Warnings",
    "Notes"
  ],
  "item_file": "/scipy/fft/_fftlog.py",
  "item_line": 18,
  "item_type": "_Function",
  "aliases": [
    "scipy.fft.fht"
  ],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [
      {
        "__type": "Text",
        "__tag": 4046,
        "value": "This example is the adapted version of ``fftlogtest.f`` which is provided\nin [2]_. It evaluates the integral\n\n.. math::\n\n    \\int^\\infty_0 r^{\\mu+1} \\exp(-r^2/2) J_\\mu(kr) k dr\n    = k^{\\mu+1} \\exp(-k^2/2) .\n\n"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "import numpy as np\nfrom scipy import fft\nimport matplotlib.pyplot as plt\n",
        "execution_status": "success"
      },
      {
        "__type": "Text",
        "__tag": 4046,
        "value": "\nParameters for the transform.\n\n"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "mu = 0.0                     # Order mu of Bessel function\nr = np.logspace(-7, 1, 128)  # Input evaluation points\ndln = np.log(r[1]/r[0])      # Step size\noffset = fft.fhtoffset(dln, initial=-6*np.log(10), mu=mu)\nk = np.exp(offset)/r[::-1]   # Output evaluation points\n",
        "execution_status": "success"
      },
      {
        "__type": "Text",
        "__tag": 4046,
        "value": "\nDefine the analytical function.\n\n"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "def f(x, mu):\n    \"\"\"Analytical function: x^(mu+1) exp(-x^2/2).\"\"\"\n    return x**(mu + 1)*np.exp(-x**2/2)\n",
        "execution_status": "success"
      },
      {
        "__type": "Text",
        "__tag": 4046,
        "value": "\nEvaluate the function at ``r`` and compute the corresponding values at\n``k`` using FFTLog.\n\n"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "a_r = f(r, mu)\nfht = fft.fht(a_r, dln, mu=mu, offset=offset)\n",
        "execution_status": "success"
      },
      {
        "__type": "Text",
        "__tag": 4046,
        "value": "\nFor this example we can actually compute the analytical response (which in\nthis case is the same as the input function) for comparison and compute the\nrelative error.\n\n"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "a_k = f(k, mu)\nrel_err = abs((fht-a_k)/a_k)\n",
        "execution_status": "success"
      },
      {
        "__type": "Text",
        "__tag": 4046,
        "value": "\nPlot the result.\n\n"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "figargs = {'sharex': True, 'sharey': True, 'constrained_layout': True}\nfig, (ax1, ax2) = plt.subplots(1, 2, figsize=(10, 4), **figargs)\n",
        "execution_status": "success"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "ax1.set_title(r'$r^{\\mu+1}\\ \\exp(-r^2/2)$')\nax1.loglog(r, a_r, 'k', lw=2)\nax1.set_xlabel('r')\nax2.set_title(r'$k^{\\mu+1} \\exp(-k^2/2)$')\nax2.loglog(k, a_k, 'k', lw=2, label='Analytical')\nax2.loglog(k, fht, 'C3--', lw=2, label='FFTLog')\nax2.set_xlabel('k')\nax2.legend(loc=3, framealpha=1)\nax2.set_ylim([1e-10, 1e1])\n",
        "execution_status": "failure"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "ax2b = ax2.twinx()\n",
        "execution_status": "success"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "ax2b.loglog(k, rel_err, 'C0', label='Rel. Error (-)')\nax2b.set_ylabel('Rel. Error (-)', color='C0')\n",
        "execution_status": "failure"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "ax2b.tick_params(axis='y', labelcolor='C0')\n",
        "execution_status": "success"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "ax2b.legend(loc=4, framealpha=1)\nax2b.set_ylim([1e-9, 1e-3])\n",
        "execution_status": "failure"
      },
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "plt.show()\n",
        "execution_status": "success"
      },
      {
        "__type": "Figure",
        "__tag": 4024,
        "value": {
          "__type": "RefInfo",
          "__tag": 4000,
          "module": "scipy",
          "version": "1.17.1",
          "kind": "assets",
          "path": "fig-a6b42b46e8ae1740.png"
        }
      }
    ],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [
    {
      "__type": "SeeAlsoItem",
      "__tag": 4028,
      "name": {
        "__type": "CrossRef",
        "__tag": 4002,
        "value": "fhtoffset",
        "reference": {
          "__type": "LocalRef",
          "__tag": 4022,
          "kind": "module",
          "path": "scipy.fft._fftlog_backend:fhtoffset"
        },
        "kind": "module"
      },
      "descriptions": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Return an optimal offset for "
            },
            {
              "__type": "InlineRole",
              "__tag": 4003,
              "value": "fht",
              "domain": null,
              "role": null,
              "inventory": null
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "type": "func"
    },
    {
      "__type": "SeeAlsoItem",
      "__tag": 4028,
      "name": {
        "__type": "CrossRef",
        "__tag": 4002,
        "value": "ifht",
        "reference": {
          "__type": "RefInfo",
          "__tag": 4000,
          "module": "current-module",
          "version": "current-version",
          "kind": "to-resolve",
          "path": "ifht"
        },
        "kind": "module"
      },
      "descriptions": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The inverse of "
            },
            {
              "__type": "InlineRole",
              "__tag": 4003,
              "value": "fht",
              "domain": null,
              "role": null,
              "inventory": null
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "type": "func"
    }
  ],
  "signature": {
    "__type": "SignatureNode",
    "__tag": 4029,
    "kind": "function",
    "parameters": [
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "a",
        "annotation": {
          "__type": "Empty",
          "__tag": 4031
        },
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": {
          "__type": "Empty",
          "__tag": 4031
        }
      },
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "dln",
        "annotation": {
          "__type": "Empty",
          "__tag": 4031
        },
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": {
          "__type": "Empty",
          "__tag": 4031
        }
      },
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "mu",
        "annotation": {
          "__type": "Empty",
          "__tag": 4031
        },
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": {
          "__type": "Empty",
          "__tag": 4031
        }
      },
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "offset",
        "annotation": {
          "__type": "Empty",
          "__tag": 4031
        },
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": "0.0"
      },
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "bias",
        "annotation": {
          "__type": "Empty",
          "__tag": 4031
        },
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": "0.0"
      }
    ],
    "return_annotation": {
      "__type": "Empty",
      "__tag": 4031
    },
    "target_name": "fht"
  },
  "references": [
    ".. [1] Talman J. D., 1978, J. Comp. Phys., 29, 35",
    ".. [2] Hamilton A. J. S., 2000, MNRAS, 312, 257 (astro-ph/9905191)"
  ],
  "qa": "scipy.fft._fftlog:fht",
  "arbitrary": [],
  "local_refs": [
    "A",
    "a",
    "bias",
    "dln",
    "mu",
    "offset"
  ]
}