dmri-dicelib


Namedmri-dicelib JSON
Version 1.1.1 PyPI version JSON
download
home_pageNone
SummarySoftware library of the DICE Lab (Diffusion Imaging and Connectivity Estimation Laboratory)
upload_time2024-04-12 15:26:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
license################################################################################ DICElib software license agreement Version 1, 24 July 2023 ################################################################################ ------------------------------------PREAMBLE------------------------------------ This license agreement (“Agreement”) is a legal agreement between you and the Diffusion Imaging and Connectivity Estimation laboratory (“DICE lab”) for the use of the DICElib software (“Software”). By downloading and/or using the Software, you hereby accept and agree to all the terms and conditions of this Agreement. As used in this Agreement, “you” refers to any individual or organization that uses the Software. ------------------------------TERMS AND CONDITIONS------------------------------ [1] License Grant Subject to all the terms and conditions of this Agreement, the DICE lab hereby grants you a worldwide, non-exclusive, non-transferable, limited license to copy, use, modify, and redistribute the Software solely for research and educational purposes, free of charge. [2] Commercial use You may not use the Software and/or any work based on or using the Software for any commercial purpose, including but not limited to selling, licensing, distributing, renting, or leasing the Software for profit. If you want to use the Software for commercial purposes, you may contact the DICE lab to obtain a commercial license agreement. The DICE lab may consider offering a commercial license, subject to negotiation of appropriate terms and conditions, including but not limited to the payment of a license fee and compliance with any additional restriction on the use of the Software. [3] Attributions and Acknowledgments You agree to provide an acknowledgement identifying the Software and referencing its use in any publication, presentation, research result, and product related to or arising from the use of the Software. You also agree to give proper attribution to the original Software and reproduce this Agreement in any modified and/or redistributed work based on the Software. [4] Patents If you plan to file a patent application based on or using the Software, you must contact the DICE lab. The DICE lab may have certain rights or restrictions related to such patents that need to be addressed before filing the application. [5] Compliance with Law In exercising your rights under this Agreement, you agree to comply with all applicable governmental laws and regulations, including but not limited to the use, export, and transmission of the Software. You are solely responsible for ensuring that your use of the Software complies with such laws and regulations. The DICE lab is not responsible for any violations of such laws or regulations by you. [6] Warranty 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 non-infringement of third-party rights. The Software may also contain errors and is subject to further development and revision. The DICE lab does not guarantee the accuracy of the Software or any result or data arising from the use of the Software. [7] Disclaimers The Software has been designed for research purposes only and has not been reviewed or approved by the Food and Drug Administration or by any other agency. You acknowledge and agree that clinical applications are neither recommended nor advised. [8] Limitation of Liability In no event shall the DICE lab be liable to any party for any direct, indirect, special, incidental, exemplary, or consequential damages, however caused and under any theory of liability, arising in any way related to the Software, even if the DICE lab has been advised of the possibility of such damages. Except to the extent prohibited by law or regulation, you assume all risk and liability for your use of the Software. You also agree to indemnify and hold harmless the DICE lab from and against all claims, suits, actions, demands, and judgments arising from your use or misuse of the Software. ------------------------------------CONTACT------------------------------------- If you have any question about the terms of this Agreement, you may contact the head of the DICE lab Alessandro Daducci at alessandro.daducci@univr.it
keywords neuroimaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Diffusion Imaging and Connectivity Estimation (DICE) library
Various algorithms developed by the DICE lab to process/manipulate diffusion MRI objects, e.g. streamlines, tractograms etc.

## Installation
Open the system shell, go to the folder where you downloaded this repository and run:
```Shell
$ pip install . -U
```

The library is now available in your Python interpreter and can be imported as:
```Python
>>> import dicelib
```

Also, all the `dice_*.py` scripts in the `bin/` folder will be available in your system path.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dmri-dicelib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "DICE Lab <DICE_lab@strutture.univr.it>",
    "keywords": "Neuroimaging",
    "author": null,
    "author_email": "DICE Lab <DICE_lab@strutture.univr.it>",
    "download_url": "https://files.pythonhosted.org/packages/5b/44/153f9fc810a4bc58b4919dc5f4e40e207be228af5439053c445cd8b5e89d/dmri-dicelib-1.1.1.tar.gz",
    "platform": null,
    "description": "# Diffusion Imaging and Connectivity Estimation (DICE) library\r\nVarious algorithms developed by the DICE lab to process/manipulate diffusion MRI objects, e.g. streamlines, tractograms etc.\r\n\r\n## Installation\r\nOpen the system shell, go to the folder where you downloaded this repository and run:\r\n```Shell\r\n$ pip install . -U\r\n```\r\n\r\nThe library is now available in your Python interpreter and can be imported as:\r\n```Python\r\n>>> import dicelib\r\n```\r\n\r\nAlso, all the `dice_*.py` scripts in the `bin/` folder will be available in your system path.\r\n",
    "bugtrack_url": null,
    "license": "################################################################################ DICElib software license agreement Version 1, 24 July 2023 ################################################################################  ------------------------------------PREAMBLE------------------------------------ This license agreement (\u201cAgreement\u201d) is a legal agreement between you and the Diffusion Imaging and Connectivity Estimation laboratory (\u201cDICE lab\u201d) for the use of the DICElib software (\u201cSoftware\u201d). By downloading and/or using the Software, you hereby accept and agree to all the terms and conditions of this Agreement. As used in this Agreement, \u201cyou\u201d refers to any individual or organization that uses the Software.   ------------------------------TERMS AND CONDITIONS------------------------------ [1] License Grant Subject to all the terms and conditions of this Agreement, the DICE lab hereby grants you a worldwide, non-exclusive, non-transferable, limited license to copy, use, modify, and redistribute the Software solely for research and educational purposes, free of charge.  [2] Commercial use You may not use the Software and/or any work based on or using the Software for any commercial purpose, including but not limited to selling, licensing, distributing, renting, or leasing the Software for profit. If you want to use the Software for commercial purposes, you may contact the DICE lab to obtain a commercial license agreement. The DICE lab may consider offering a commercial license, subject to negotiation of appropriate terms and conditions, including but not limited to the payment of a license fee and compliance with any additional restriction on the use of the Software.  [3] Attributions and Acknowledgments You agree to provide an acknowledgement identifying the Software and referencing its use in any publication, presentation, research result, and product related to or arising from the use of the Software. You also agree to give proper attribution to the original Software and reproduce this Agreement in any modified and/or redistributed work based on the Software.  [4] Patents If you plan to file a patent application based on or using the Software, you must contact the DICE lab. The DICE lab may have certain rights or restrictions related to such patents that need to be addressed before filing the application.  [5] Compliance with Law In exercising your rights under this Agreement, you agree to comply with all applicable governmental laws and regulations, including but not limited to the use, export, and transmission of the Software. You are solely responsible for ensuring that your use of the Software complies with such laws and regulations. The DICE lab is not responsible for any violations of such laws or regulations by you.  [6] Warranty 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 non-infringement of third-party rights. The Software may also contain errors and is subject to further development and revision. The DICE lab does not guarantee the accuracy of the Software or any result or data arising from the use of the Software.  [7] Disclaimers The Software has been designed for research purposes only and has not been reviewed or approved by the Food and Drug Administration or by any other agency. You acknowledge and agree that clinical applications are neither recommended nor advised.  [8] Limitation of Liability In no event shall the DICE lab be liable to any party for any direct, indirect, special, incidental, exemplary, or consequential damages, however caused and under any theory of liability, arising in any way related to the Software, even if the DICE lab has been advised of the possibility of such damages. Except to the extent prohibited by law or regulation, you assume all risk and liability for your use of the Software. You also agree to indemnify and hold harmless the DICE lab from and against all claims, suits, actions, demands, and judgments arising from your use or misuse of the Software.   ------------------------------------CONTACT------------------------------------- If you have any question about the terms of this Agreement, you may contact the head of the DICE lab Alessandro Daducci at alessandro.daducci@univr.it ",
    "summary": "Software library of the DICE Lab (Diffusion Imaging and Connectivity Estimation Laboratory)",
    "version": "1.1.1",
    "project_urls": {
        "Changelog": "https://github.com/dice-lab-vr/dicelib/blob/master/CHANGELOG.md",
        "Documentation": "https://github.com/dice-lab-vr/dicelib/blob/master/README.md",
        "Homepage": "https://github.com/dice-lab-vr/dicelib.git",
        "Issues": "https://github.com/dice-lab-vr/dicelib/issues",
        "Repository": "https://github.com/dice-lab-vr/dicelib.git"
    },
    "split_keywords": [
        "neuroimaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b44153f9fc810a4bc58b4919dc5f4e40e207be228af5439053c445cd8b5e89d",
                "md5": "32269abee2648c2a430362e693402ebb",
                "sha256": "ff34b5330888d25ac430764d1801ee00ebe2a72b52b2a814e052112790bfdbac"
            },
            "downloads": -1,
            "filename": "dmri-dicelib-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "32269abee2648c2a430362e693402ebb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 83817,
            "upload_time": "2024-04-12T15:26:55",
            "upload_time_iso_8601": "2024-04-12T15:26:55.777617Z",
            "url": "https://files.pythonhosted.org/packages/5b/44/153f9fc810a4bc58b4919dc5f4e40e207be228af5439053c445cd8b5e89d/dmri-dicelib-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 15:26:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dice-lab-vr",
    "github_project": "dicelib",
    "github_not_found": true,
    "lcname": "dmri-dicelib"
}
        
Elapsed time: 0.23251s