pyisomme


Namepyisomme JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryTools for ISO-MME file format (merge, report, calculate, CFC-filter, ...)
upload_time2024-09-30 09:34:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2024 Jonas Keller 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 pyisomme isomme iso-mme iso
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyisomme

## Installation

```
pip install pyisomme
```

## Features
- Read/write ISO-MME (compressed/uncompressed)
- Modify Channel and calculate Injury Risk Values (HIC, a3ms, DAMAGE, OLC, BrIC, NIJ, ...)
- Plot Curves and compare multiple ISO-MMEs
- Create PowerPoint Reports (Euro-NCAP, UN-R137, UN-R94)
- Display Limit bars in plots
- Compare performance of left-hand-drive vehicle with right-hand-drive vehicle
- Command line tool script for fast and easy use [pyisomme/\_\_main__.py](pyisomme/__main__.py) (list, merge, rename, plot, report, ...)

## Command Line Interface
List all commands with description
```
python -m pyisomme --help
python -m pyisomme <command> --help
```
### Examples
Merge multiple ISO-MME container
```
python -m pyisomme merge ./iso_merged.zip ./iso_1/v1.mme ./iso_2.zip ./iso_3.tar.gz
```
Resample (start=0ms / step=1ms / stop=100ms) with linear interpolation
```
python -m pyisomme merge ./iso_1/v1.mme ./iso_1/v1.mme --resample 0 0.001 0.1 
```
Plot Channel(s) for quick visualization (automatically calculates resultant head acceleration from x/y/z-channels and filters with filter-class A / 1000 Hz)
```
python -m pyisomme plot ./iso_1/v1.mme --codes 24HEAD??????ACRA --xlim 0 100 --calculate
```
Create Report (and only consider data from 0-200 ms)
```
python -m pyisomme report EuroNCAP_Frontal_MPDB report.pptx data\nhtsa\09203 --crop 0 0.2
```

## Python Examples
- [Read ISO-MME](docs/isomme_read.ipynb)
- [Write ISO-MME](docs/isomme_write.ipynb)


- [Signal deriviation/integration](docs/channel_diff_int.ipynb)
- [Add/Subtract/Multiply/Divide Signals](docs/channel_operators.ipynb)
- [Apply cfc-filter](docs/channel_filter.ipynb)


- [Plotting](docs/plotting.ipynb)

- [Report](docs/report.ipynb)

## Limitations
- Only test-info (.mme), channel-info (.chn) and channel data files (.001/.002/...) are supported. All other files (videos, photos, txt-files) will be ignored when reading and writing.
- No warning before overwriting! Be careful with merge-command and writing methods.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyisomme",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pyisomme, isomme, iso-mme, iso",
    "author": null,
    "author_email": "Jonas Keller <jonaskeller14@googlemail.com>",
    "download_url": "https://files.pythonhosted.org/packages/55/8f/ca2e0e62507559eadd1a6b5c5f24f6d341a69b4a4542e02814e2ee353748/pyisomme-0.0.3.tar.gz",
    "platform": null,
    "description": "# pyisomme\n\n## Installation\n\n```\npip install pyisomme\n```\n\n## Features\n- Read/write ISO-MME (compressed/uncompressed)\n- Modify Channel and calculate Injury Risk Values (HIC, a3ms, DAMAGE, OLC, BrIC, NIJ, ...)\n- Plot Curves and compare multiple ISO-MMEs\n- Create PowerPoint Reports (Euro-NCAP, UN-R137, UN-R94)\n- Display Limit bars in plots\n- Compare performance of left-hand-drive vehicle with right-hand-drive vehicle\n- Command line tool script for fast and easy use [pyisomme/\\_\\_main__.py](pyisomme/__main__.py) (list, merge, rename, plot, report, ...)\n\n## Command Line Interface\nList all commands with description\n```\npython -m pyisomme --help\npython -m pyisomme <command> --help\n```\n### Examples\nMerge multiple ISO-MME container\n```\npython -m pyisomme merge ./iso_merged.zip ./iso_1/v1.mme ./iso_2.zip ./iso_3.tar.gz\n```\nResample (start=0ms / step=1ms / stop=100ms) with linear interpolation\n```\npython -m pyisomme merge ./iso_1/v1.mme ./iso_1/v1.mme --resample 0 0.001 0.1 \n```\nPlot Channel(s) for quick visualization (automatically calculates resultant head acceleration from x/y/z-channels and filters with filter-class A / 1000 Hz)\n```\npython -m pyisomme plot ./iso_1/v1.mme --codes 24HEAD??????ACRA --xlim 0 100 --calculate\n```\nCreate Report (and only consider data from 0-200 ms)\n```\npython -m pyisomme report EuroNCAP_Frontal_MPDB report.pptx data\\nhtsa\\09203 --crop 0 0.2\n```\n\n## Python Examples\n- [Read ISO-MME](docs/isomme_read.ipynb)\n- [Write ISO-MME](docs/isomme_write.ipynb)\n\n\n- [Signal deriviation/integration](docs/channel_diff_int.ipynb)\n- [Add/Subtract/Multiply/Divide Signals](docs/channel_operators.ipynb)\n- [Apply cfc-filter](docs/channel_filter.ipynb)\n\n\n- [Plotting](docs/plotting.ipynb)\n\n- [Report](docs/report.ipynb)\n\n## Limitations\n- Only test-info (.mme), channel-info (.chn) and channel data files (.001/.002/...) are supported. All other files (videos, photos, txt-files) will be ignored when reading and writing.\n- No warning before overwriting! Be careful with merge-command and writing methods.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Jonas Keller  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": "Tools for ISO-MME file format (merge, report, calculate, CFC-filter, ...)",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/jonaskeller14/pyisomme"
    },
    "split_keywords": [
        "pyisomme",
        " isomme",
        " iso-mme",
        " iso"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a6d87dfe85a0d7cf4ecb5174f13864f05fb7340893a46db699f2931bfc8e41d",
                "md5": "8061ac1c6d45e16bb795975f399a6107",
                "sha256": "f3690803f3c4cd2ff606013f93bc76d0c8a2bd296ba81a18cf0cbc25e1dc25d5"
            },
            "downloads": -1,
            "filename": "pyisomme-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8061ac1c6d45e16bb795975f399a6107",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4395188,
            "upload_time": "2024-09-30T09:34:26",
            "upload_time_iso_8601": "2024-09-30T09:34:26.746256Z",
            "url": "https://files.pythonhosted.org/packages/7a/6d/87dfe85a0d7cf4ecb5174f13864f05fb7340893a46db699f2931bfc8e41d/pyisomme-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "558fca2e0e62507559eadd1a6b5c5f24f6d341a69b4a4542e02814e2ee353748",
                "md5": "1f996d87ee26007db2b8a4e335baaba0",
                "sha256": "32db67bca3b1e829e2173262194336892441d747d716ef915b18fa53b9d55e2a"
            },
            "downloads": -1,
            "filename": "pyisomme-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1f996d87ee26007db2b8a4e335baaba0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4385201,
            "upload_time": "2024-09-30T09:34:28",
            "upload_time_iso_8601": "2024-09-30T09:34:28.204892Z",
            "url": "https://files.pythonhosted.org/packages/55/8f/ca2e0e62507559eadd1a6b5c5f24f6d341a69b4a4542e02814e2ee353748/pyisomme-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-30 09:34:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jonaskeller14",
    "github_project": "pyisomme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyisomme"
}
        
Elapsed time: 0.38168s