spheroidalwavefunctions


Namespheroidalwavefunctions JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummarySpheroidal wave functions
upload_time2024-10-13 02:50:34
maintainerNone
docs_urlNone
authorGavin Macaulay
requires_python>=3.10
licenseMIT License Copyright (c) [2021] [Arnie Lee Van Buren] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords prolate spheroidal wave function backscatter model
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Prolate spheroidal wave functions

![Static badge](https://img.shields.io/pypi/v/spheroidalwavefunctions.svg)
![Static badge](https://img.shields.io/github/license/gavinmacaulay/spheroidalwavefunctions)
[![python](https://img.shields.io/pypi/pyversions/spheroidalwavefunctions.svg?logo=python&logoColor=white)](https://pypi.org/project/https://github.com/gavinmacaulay/spheroidalwavefunctions/)

A Python module that wraps directly the `prolate_swf.f90` code at <https://github.com/MathieuandSpheroidalWaveFunctions/prolate_swf>, providing access to the subroutine
version of the prolate spheroidal wave code in that file.

Once installed in Python, the package can be used thus:

    from spheroidalwavefunctions import prolate_swf
    r = prolate_swf.profcn(c=0.5, m=0, lnum=10, x1=0.5, ioprad=2, iopang=2, iopnorm=0, arg=[0.1, 0.2])

Function calling details can be viewed via:

    print(prolate_swf.profcn.__doc__)

and further details on the function parameters are available in the [documentation](https://github.com/gavinmacaulay/spheroidalwavefunctions/blob/master/readme_original.md). A wrapper that provides a similar interface to
the spheroidal functions in scipy is available in the Utilities module of
[echoSMs](https://github.com/ices-tools-dev/echoSMs).

The original readme file, modified to work better in Markdown, is available [here](https://github.com/gavinmacaulay/spheroidalwavefunctions/blob/master/readme_original.md).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "spheroidalwavefunctions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "prolate spheroidal wave function, backscatter, model",
    "author": "Gavin Macaulay",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# Prolate spheroidal wave functions\n\n![Static badge](https://img.shields.io/pypi/v/spheroidalwavefunctions.svg)\n![Static badge](https://img.shields.io/github/license/gavinmacaulay/spheroidalwavefunctions)\n[![python](https://img.shields.io/pypi/pyversions/spheroidalwavefunctions.svg?logo=python&logoColor=white)](https://pypi.org/project/https://github.com/gavinmacaulay/spheroidalwavefunctions/)\n\nA Python module that wraps directly the `prolate_swf.f90` code at <https://github.com/MathieuandSpheroidalWaveFunctions/prolate_swf>, providing access to the subroutine\nversion of the prolate spheroidal wave code in that file.\n\nOnce installed in Python, the package can be used thus:\n\n    from spheroidalwavefunctions import prolate_swf\n    r = prolate_swf.profcn(c=0.5, m=0, lnum=10, x1=0.5, ioprad=2, iopang=2, iopnorm=0, arg=[0.1, 0.2])\n\nFunction calling details can be viewed via:\n\n    print(prolate_swf.profcn.__doc__)\n\nand further details on the function parameters are available in the [documentation](https://github.com/gavinmacaulay/spheroidalwavefunctions/blob/master/readme_original.md). A wrapper that provides a similar interface to\nthe spheroidal functions in scipy is available in the Utilities module of\n[echoSMs](https://github.com/ices-tools-dev/echoSMs).\n\nThe original readme file, modified to work better in Markdown, is available [here](https://github.com/gavinmacaulay/spheroidalwavefunctions/blob/master/readme_original.md).\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) [2021] [Arnie Lee Van Buren]  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Spheroidal wave functions",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://github.com/gavinmacaulay/spheroidalwavefunctions/blob/master/readme.md",
        "Homepage": "https://github.com/gavinmacaulay/spheroidalwavefunctions",
        "Repository": "https://github.com/gavinmacaulay/spheroidalwavefunctions"
    },
    "split_keywords": [
        "prolate spheroidal wave function",
        " backscatter",
        " model"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a88b22e86da982f080c4a5957a72d0f4833b6d1cecceba1fa00aae512751f346",
                "md5": "47a8f35ceb5331a36e42186b3bf89d80",
                "sha256": "f972acde32b1d5f9c59c570ba688941db49056542a15ea6bb933898af24569a4"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "47a8f35ceb5331a36e42186b3bf89d80",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 76426,
            "upload_time": "2024-10-13T02:50:34",
            "upload_time_iso_8601": "2024-10-13T02:50:34.439755Z",
            "url": "https://files.pythonhosted.org/packages/a8/8b/22e86da982f080c4a5957a72d0f4833b6d1cecceba1fa00aae512751f346/spheroidalwavefunctions-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b00c4ee70d83e785888d02da86c21ef03b89b09c4b6b56de7921abb7f82318e9",
                "md5": "83de4466edd59723ac591528dfbfb31d",
                "sha256": "a3cd2cc08da4171b596ff989dbdfebdcbe5dd2dd8c340147c00972e43be672f2"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "83de4466edd59723ac591528dfbfb31d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 78455,
            "upload_time": "2024-10-13T02:50:36",
            "upload_time_iso_8601": "2024-10-13T02:50:36.298533Z",
            "url": "https://files.pythonhosted.org/packages/b0/0c/4ee70d83e785888d02da86c21ef03b89b09c4b6b56de7921abb7f82318e9/spheroidalwavefunctions-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b94e978f07fbb0b2657f56d961d24c20a0736554743dce050a5a2b96e49b82f4",
                "md5": "4d2fc35bf37fee5fa577e1fc867a9f8d",
                "sha256": "e558016bf0146537f3eb08849c5bdc7195df281e9bf66fcb981e2e509c8d1e94"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4d2fc35bf37fee5fa577e1fc867a9f8d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 8781563,
            "upload_time": "2024-10-13T02:51:35",
            "upload_time_iso_8601": "2024-10-13T02:51:35.390326Z",
            "url": "https://files.pythonhosted.org/packages/b9/4e/978f07fbb0b2657f56d961d24c20a0736554743dce050a5a2b96e49b82f4/spheroidalwavefunctions-0.1.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4ee8dd0225f9801ab92f007addf10d34a730a15be8f2ecdc903bf69364713cc",
                "md5": "809f3ec24ec23c1269c7d5e9d98c2820",
                "sha256": "c8b807efda7f453d3847e29c5e3730f3f6898d4819d1ac3b2480e0db32bc0347"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "809f3ec24ec23c1269c7d5e9d98c2820",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 76423,
            "upload_time": "2024-10-13T02:50:37",
            "upload_time_iso_8601": "2024-10-13T02:50:37.727040Z",
            "url": "https://files.pythonhosted.org/packages/f4/ee/8dd0225f9801ab92f007addf10d34a730a15be8f2ecdc903bf69364713cc/spheroidalwavefunctions-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eabb50274e756639643c0306fff15c83c0f71dc1303b29a71e54e1a8bf3426a4",
                "md5": "1bc9c59d8c9919c7878035f977931130",
                "sha256": "c6cc6392f7416d8ac0937e4f9cd1f0dc60b2708f601f1d3151d3db8ef1a027a0"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1bc9c59d8c9919c7878035f977931130",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 78459,
            "upload_time": "2024-10-13T02:50:39",
            "upload_time_iso_8601": "2024-10-13T02:50:39.712218Z",
            "url": "https://files.pythonhosted.org/packages/ea/bb/50274e756639643c0306fff15c83c0f71dc1303b29a71e54e1a8bf3426a4/spheroidalwavefunctions-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56f1f51ef98be06c82ba71b951c5ff28e9455be77633bccdd7f399b05d797738",
                "md5": "5e6326eea977d64a7ceab4ca00abab31",
                "sha256": "38e371c0418d7b13570d8946e99567f08cde80f276eb0cb5420ed3ffac3edf67"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5e6326eea977d64a7ceab4ca00abab31",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 8781586,
            "upload_time": "2024-10-13T02:51:57",
            "upload_time_iso_8601": "2024-10-13T02:51:57.738699Z",
            "url": "https://files.pythonhosted.org/packages/56/f1/f51ef98be06c82ba71b951c5ff28e9455be77633bccdd7f399b05d797738/spheroidalwavefunctions-0.1.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2034b121d51975a36b2054208dab7ac35ef4bf389cdd661f800fc8789cc910bd",
                "md5": "beb384c26214c86efe9f5b11598f4f33",
                "sha256": "80321cea09e61ecf27aadf260af225b244cb0aa2c42c7a9a0e2b11043ed8b98c"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "beb384c26214c86efe9f5b11598f4f33",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 76561,
            "upload_time": "2024-10-13T02:50:41",
            "upload_time_iso_8601": "2024-10-13T02:50:41.793451Z",
            "url": "https://files.pythonhosted.org/packages/20/34/b121d51975a36b2054208dab7ac35ef4bf389cdd661f800fc8789cc910bd/spheroidalwavefunctions-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d19775ab3bac69907ded10df7e49c5fbc0660aeac956ba79ffca96de90564f40",
                "md5": "201da8a2cf725bc95479bb1f9d9f067e",
                "sha256": "72643808cd5ce630d6ea9ec594cf729e21c9b50c0221a1809c43db464b46bb16"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "201da8a2cf725bc95479bb1f9d9f067e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 78638,
            "upload_time": "2024-10-13T02:50:43",
            "upload_time_iso_8601": "2024-10-13T02:50:43.455221Z",
            "url": "https://files.pythonhosted.org/packages/d1/97/75ab3bac69907ded10df7e49c5fbc0660aeac956ba79ffca96de90564f40/spheroidalwavefunctions-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07b8d23972dc82549731dfd80d700c8debcfb84b64bf9c448d000d8245a79e27",
                "md5": "e49b6d8a40ba3d48264fca92cca8fa76",
                "sha256": "3e3ff4c527d65c10caef66b8b7d3becb466326518594ce3ea57508ea4f838529"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e49b6d8a40ba3d48264fca92cca8fa76",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 8781673,
            "upload_time": "2024-10-13T02:52:28",
            "upload_time_iso_8601": "2024-10-13T02:52:28.411214Z",
            "url": "https://files.pythonhosted.org/packages/07/b8/d23972dc82549731dfd80d700c8debcfb84b64bf9c448d000d8245a79e27/spheroidalwavefunctions-0.1.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "129cab134f43d27c6b700ae5d8e9ef724816b8dd77aeeb354cefce7ac6150f8f",
                "md5": "724d4417dc0707af67f7e64c9dcbc1cc",
                "sha256": "299d62226d92a53fe763c9c23e04dcf73b9e842c23b95e4e82052e5ef9360e6e"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "724d4417dc0707af67f7e64c9dcbc1cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 76554,
            "upload_time": "2024-10-13T02:50:45",
            "upload_time_iso_8601": "2024-10-13T02:50:45.172191Z",
            "url": "https://files.pythonhosted.org/packages/12/9c/ab134f43d27c6b700ae5d8e9ef724816b8dd77aeeb354cefce7ac6150f8f/spheroidalwavefunctions-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9814a5c210a48b71295d4b58152bf28a7530116b1790e1864d2e23d83d50a4d",
                "md5": "60ac297eb829e08d5c3dd93322f23a55",
                "sha256": "ff5e3920b2a99fe64982243d33e7878e941b10e3d6e7a3c4a2a950bba3886fcb"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60ac297eb829e08d5c3dd93322f23a55",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 78628,
            "upload_time": "2024-10-13T02:50:46",
            "upload_time_iso_8601": "2024-10-13T02:50:46.912748Z",
            "url": "https://files.pythonhosted.org/packages/d9/81/4a5c210a48b71295d4b58152bf28a7530116b1790e1864d2e23d83d50a4d/spheroidalwavefunctions-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c44a5df65eb128a6ade441cbad1ba24af3bfcd83439e5dc711f290a2508744f",
                "md5": "79d3191b6ad8bb2775bcd78fce7a025e",
                "sha256": "487ee24304ae446088a741aa877202cb662c5f143bd5ed6c997b14f38ebe9fde"
            },
            "downloads": -1,
            "filename": "spheroidalwavefunctions-0.1.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "79d3191b6ad8bb2775bcd78fce7a025e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 8781675,
            "upload_time": "2024-10-13T02:52:59",
            "upload_time_iso_8601": "2024-10-13T02:52:59.527539Z",
            "url": "https://files.pythonhosted.org/packages/0c/44/a5df65eb128a6ade441cbad1ba24af3bfcd83439e5dc711f290a2508744f/spheroidalwavefunctions-0.1.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-13 02:50:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gavinmacaulay",
    "github_project": "spheroidalwavefunctions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "spheroidalwavefunctions"
}
        
Elapsed time: 0.74509s