No project description provided
Project description
dummy_kinematics
Description
- This is a pkg for dummy-kinematics analysis
Table of Contents
Installation
pip install dummy-kinematics
Example usage
from dummy_kinematics.ppt_factory import H3_05_PPT_Factory,THOR_PPT_Factory
# for simplified example, Assumption MPDB is DR 11 Thor, 13 and 14 is H3_05
# data source is the csv or xlsx file path
pt = r"E:\workat\official CNCAP\odata\MPDB\pt_mpdb.csv"
fvc = r"E:\workat\official CNCAP\odata\MPDB\corrected_fvc_mpdb.xlsx"
factory = (THOR_PPT_Factory().
add_a_data_coverter(name="PT",
path=pt,
speed_kph=50.80,
x_code="17CPILLELO02ACXD", # setting body wave isocode
y_code="17CPILLELO02ACYD",
z_code="17CPILLELO02ACZD").
add_a_data_coverter(name="FVC", path=fvc,
speed_kph=49.9,
x_code="14SILBBCPIL0ACXD",
y_code="14SILBBCPIL0ACYD",
z_code="14SILBBCPIL0ACZD").
body_performance_report().
set_current_dummy("11", "THOR").
create_full_prs("DR dummy report")
)
factory = (H3_05_PPT_Factory().
from_other_factory(factory).
set_current_dummy("13","H3_05").
create_full_prs("PS dummy report").
set_current_dummy("14","H3_05").
create_full_prs("RL dummy report")
)
factory.save_ppt_report("MPDB_20221228.pptx")
License
dummy-kinematics
is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dummy_kinematics-0.0.9.tar.gz
(194.5 kB
view details)
Built Distribution
File details
Details for the file dummy_kinematics-0.0.9.tar.gz
.
File metadata
- Download URL: dummy_kinematics-0.0.9.tar.gz
- Upload date:
- Size: 194.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 664c7b36b58f6ccb3abcdf6d09ff19467ccf63ec3e6d62624469ad5690bd7b71 |
|
MD5 | 28001fc0630f58cef9e9bac4dcd39d31 |
|
BLAKE2b-256 | 63a05915b363048bb6cad23c49dc0e1b27d6bd77ccdbc5f9c3e1af9778c63886 |
File details
Details for the file dummy_kinematics-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: dummy_kinematics-0.0.9-py3-none-any.whl
- Upload date:
- Size: 196.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b787d6bde253a0457bed5774502ea7e62324af7087ca7888abde555e246515f |
|
MD5 | a3486dd4aacfafa4f9f24e38470dac3b |
|
BLAKE2b-256 | c17a26809c13b02566013daba726da57015ee3fab20139c32aeafa9655068faf |