icsdll


Nameicsdll JSON
Version 2024.1.6 PyPI version JSON
download
home_pagehttps://www.cgohlke.com
SummaryInterface to the image correlation spectroscopy library ICSx64.dll
upload_time2024-01-07 05:54:39
maintainer
docs_urlNone
authorChristoph Gohlke
requires_python>=3.9
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Interface to the image correlation spectroscopy library ICSx64.dll
==================================================================

ICSdll is a Python ctypes interface to the Image Correlation Spectroscopy
Dynamic Link Library (ICSx64.dll) developed at the Laboratory for Fluorescence
Dynamics (LFD) for the Globals for Images SimFCS software.

ICSx64.dll is implemented in C++ using the Intel(r) oneAPI Math Kernel Library
and OpenMP. It provides functions and classes for the analysis of fluorescence
time series data:

- 1D, 2D, and 3D auto- and cross-correlation
- Image pair correlation function (ipCF)
- Airy detector pair correlation function (apCF)
- Image mean square displacement (iMSD)
- Line spatio-temporal image correlation spectroscopy (lSTICS)
- Fit 1D pair correlation functions to the results of ipCF analysis
- Subtract immobile fractions
- Correct photo-bleaching
- 1D DFTs of image stack

:Author: `Christoph Gohlke <https://www.cgohlke.com>`_
:License: BSD 3-Clause
:Version: 2024.1.6

Requirements
------------

This revision was tested with the following requirements and dependencies
(other versions may work):

- `CPython <https://www.python.org>`_ 3.9.13, 3.10.9, 3.11.7, 3.12.1, 64-bit
- `Numpy <https://pypi.org/project/numpy/>`_ 1.26.3
- `Intel(r) oneAPI Math Kernel Library <https://software.intel.com/mkl>`_
  2024.0.0 (build)
- `Visual Studio 2022 C++ compiler <https://visualstudio.microsoft.com/>`_
  (build)

Revisions
---------

2024.1.6

- Rebuild package with oneAPI MKL 2024.0.0.

2023.1.6

- Rebuild package with oneAPI MKL 2022.2.1 and Visual Studio 2022.
- Update metadata.

2022.2.6

- Rebuild package with oneAPI 2022.

2021.3.2

- Rebuild package.

2019.11.22

- Wrap yxt_dft functions.
- Upgrade to ICSx64.DLL version 2019.11.22.

2019.7.10

- Pass 22 tests.
- Wrap apcf, imsd, and lstics functions.
- Raise IcsError in case of DLL function errors.
- Use ICSx64.DLL version 2019.7.10.

2019.5.22

- Initial release based on ICSx64.DLL version 2018.7.18.

Notes
-----

ICSdll was developed, built, and tested on 64-bit Windows only.

The API is not stable and might change between revisions.

Refer to the C++ header file and source code for function signatures.

References
----------

1. `ipcf.ipynb <https://github.com/cgohlke/ipcf.ipynb>`_
   Pair correlation function analysis of fluorescence fluctuations in
   big image time series using Python.
2. `Globals for Images SimFCS <https://www.lfd.uci.edu/globals/>`_,
   Software for fluorescence image acquisition, analysis, and simulation.
3. `Globals for Airyscan <https://www.lfd.uci.edu/globals/>`_,
   Image correlation analysis for the ZEISS(tm) LSM 880 Airyscan detector.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.cgohlke.com",
    "name": "icsdll",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Christoph Gohlke",
    "author_email": "cgohlke@cgohlke.com",
    "download_url": "https://files.pythonhosted.org/packages/db/ac/63641a4c00fae8657ff08a26ea27cbaf0cec796822ad719fd6a4324ae115/icsdll-2024.1.6.tar.gz",
    "platform": "Windows",
    "description": "Interface to the image correlation spectroscopy library ICSx64.dll\r\n==================================================================\r\n\r\nICSdll is a Python ctypes interface to the Image Correlation Spectroscopy\r\nDynamic Link Library (ICSx64.dll) developed at the Laboratory for Fluorescence\r\nDynamics (LFD) for the Globals for Images SimFCS software.\r\n\r\nICSx64.dll is implemented in C++ using the Intel(r) oneAPI Math Kernel Library\r\nand OpenMP. It provides functions and classes for the analysis of fluorescence\r\ntime series data:\r\n\r\n- 1D, 2D, and 3D auto- and cross-correlation\r\n- Image pair correlation function (ipCF)\r\n- Airy detector pair correlation function (apCF)\r\n- Image mean square displacement (iMSD)\r\n- Line spatio-temporal image correlation spectroscopy (lSTICS)\r\n- Fit 1D pair correlation functions to the results of ipCF analysis\r\n- Subtract immobile fractions\r\n- Correct photo-bleaching\r\n- 1D DFTs of image stack\r\n\r\n:Author: `Christoph Gohlke <https://www.cgohlke.com>`_\r\n:License: BSD 3-Clause\r\n:Version: 2024.1.6\r\n\r\nRequirements\r\n------------\r\n\r\nThis revision was tested with the following requirements and dependencies\r\n(other versions may work):\r\n\r\n- `CPython <https://www.python.org>`_ 3.9.13, 3.10.9, 3.11.7, 3.12.1, 64-bit\r\n- `Numpy <https://pypi.org/project/numpy/>`_ 1.26.3\r\n- `Intel(r) oneAPI Math Kernel Library <https://software.intel.com/mkl>`_\r\n  2024.0.0 (build)\r\n- `Visual Studio 2022 C++ compiler <https://visualstudio.microsoft.com/>`_\r\n  (build)\r\n\r\nRevisions\r\n---------\r\n\r\n2024.1.6\r\n\r\n- Rebuild package with oneAPI MKL 2024.0.0.\r\n\r\n2023.1.6\r\n\r\n- Rebuild package with oneAPI MKL 2022.2.1 and Visual Studio 2022.\r\n- Update metadata.\r\n\r\n2022.2.6\r\n\r\n- Rebuild package with oneAPI 2022.\r\n\r\n2021.3.2\r\n\r\n- Rebuild package.\r\n\r\n2019.11.22\r\n\r\n- Wrap yxt_dft functions.\r\n- Upgrade to ICSx64.DLL version 2019.11.22.\r\n\r\n2019.7.10\r\n\r\n- Pass 22 tests.\r\n- Wrap apcf, imsd, and lstics functions.\r\n- Raise IcsError in case of DLL function errors.\r\n- Use ICSx64.DLL version 2019.7.10.\r\n\r\n2019.5.22\r\n\r\n- Initial release based on ICSx64.DLL version 2018.7.18.\r\n\r\nNotes\r\n-----\r\n\r\nICSdll was developed, built, and tested on 64-bit Windows only.\r\n\r\nThe API is not stable and might change between revisions.\r\n\r\nRefer to the C++ header file and source code for function signatures.\r\n\r\nReferences\r\n----------\r\n\r\n1. `ipcf.ipynb <https://github.com/cgohlke/ipcf.ipynb>`_\r\n   Pair correlation function analysis of fluorescence fluctuations in\r\n   big image time series using Python.\r\n2. `Globals for Images SimFCS <https://www.lfd.uci.edu/globals/>`_,\r\n   Software for fluorescence image acquisition, analysis, and simulation.\r\n3. `Globals for Airyscan <https://www.lfd.uci.edu/globals/>`_,\r\n   Image correlation analysis for the ZEISS(tm) LSM 880 Airyscan detector.\r\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Interface to the image correlation spectroscopy library ICSx64.dll",
    "version": "2024.1.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/cgohlke/icsdll/issues",
        "Homepage": "https://www.cgohlke.com",
        "Source Code": "https://github.com/cgohlke/icsdll"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d828e8aab56d7d31f7e54fafd0d25cceead00fc4f8bfbcfdbd7c6ddaf6f132f",
                "md5": "fba0281fcc4c487163174b68bc5634c9",
                "sha256": "b5f02bb19427fe386764d7181c4afd3a5971c1c261c659ab069211e9f64ca867"
            },
            "downloads": -1,
            "filename": "icsdll-2024.1.6-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fba0281fcc4c487163174b68bc5634c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 10941784,
            "upload_time": "2024-01-07T05:54:21",
            "upload_time_iso_8601": "2024-01-07T05:54:21.115420Z",
            "url": "https://files.pythonhosted.org/packages/9d/82/8e8aab56d7d31f7e54fafd0d25cceead00fc4f8bfbcfdbd7c6ddaf6f132f/icsdll-2024.1.6-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "863aef06046992b56b08386e880cf3550830a33a24fd726cf31a941eb4105b54",
                "md5": "cc6e0b390deefeeabfd27bef7fb82233",
                "sha256": "2aa9aa5cfeac0130c01db73438cf68425fb7de7b83375cd23ba18fe6a38f467c"
            },
            "downloads": -1,
            "filename": "icsdll-2024.1.6-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cc6e0b390deefeeabfd27bef7fb82233",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 10941783,
            "upload_time": "2024-01-07T05:54:25",
            "upload_time_iso_8601": "2024-01-07T05:54:25.246316Z",
            "url": "https://files.pythonhosted.org/packages/86/3a/ef06046992b56b08386e880cf3550830a33a24fd726cf31a941eb4105b54/icsdll-2024.1.6-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd53007aaa12ad2236fae1cda831492b5375e100b711bfe81d6be74df67ff4c3",
                "md5": "6af301b9586e0e6234de663ab90fa14f",
                "sha256": "dd805bb2033925ac4bfa7aa9e619dd75d30edb82caa2c94147d021d6c57be3cb"
            },
            "downloads": -1,
            "filename": "icsdll-2024.1.6-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6af301b9586e0e6234de663ab90fa14f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 10941784,
            "upload_time": "2024-01-07T05:54:29",
            "upload_time_iso_8601": "2024-01-07T05:54:29.157863Z",
            "url": "https://files.pythonhosted.org/packages/dd/53/007aaa12ad2236fae1cda831492b5375e100b711bfe81d6be74df67ff4c3/icsdll-2024.1.6-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f86969c2ca63085e6a97ca1db359ec3df9da0b82b833df253cc4bbf2776c128",
                "md5": "9fa33efd9f39cf2ddc93f458a6626625",
                "sha256": "8ae0e37e51542434930888a921e1b37c3debcc8a53dfe0d76581802d76f256fa"
            },
            "downloads": -1,
            "filename": "icsdll-2024.1.6-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9fa33efd9f39cf2ddc93f458a6626625",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 10941781,
            "upload_time": "2024-01-07T05:54:33",
            "upload_time_iso_8601": "2024-01-07T05:54:33.198205Z",
            "url": "https://files.pythonhosted.org/packages/6f/86/969c2ca63085e6a97ca1db359ec3df9da0b82b833df253cc4bbf2776c128/icsdll-2024.1.6-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc0d1b595020b7d3b91f5b5c5ff9dfe809bba5b2f980cfa2f1a45191b70ee166",
                "md5": "883fe970245fa890b6ab908f2a0e1b31",
                "sha256": "9027d7923c60e56561e1ea449e4d99d67e789be50419515fd6faa77dc34fc200"
            },
            "downloads": -1,
            "filename": "icsdll-2024.1.6-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "883fe970245fa890b6ab908f2a0e1b31",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 10941792,
            "upload_time": "2024-01-07T05:54:37",
            "upload_time_iso_8601": "2024-01-07T05:54:37.072805Z",
            "url": "https://files.pythonhosted.org/packages/dc/0d/1b595020b7d3b91f5b5c5ff9dfe809bba5b2f980cfa2f1a45191b70ee166/icsdll-2024.1.6-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbac63641a4c00fae8657ff08a26ea27cbaf0cec796822ad719fd6a4324ae115",
                "md5": "4327253afcdfb356969e48a6b02bbfb0",
                "sha256": "9c267c9ee5ee873031e94dce63975d5373d12defd00a30d24006859e8e1e311b"
            },
            "downloads": -1,
            "filename": "icsdll-2024.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "4327253afcdfb356969e48a6b02bbfb0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 57028,
            "upload_time": "2024-01-07T05:54:39",
            "upload_time_iso_8601": "2024-01-07T05:54:39.146506Z",
            "url": "https://files.pythonhosted.org/packages/db/ac/63641a4c00fae8657ff08a26ea27cbaf0cec796822ad719fd6a4324ae115/icsdll-2024.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-07 05:54:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cgohlke",
    "github_project": "icsdll",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "icsdll"
}
        
Elapsed time: 0.16185s