A python client library used to access the various libraries required for the FDR Parser script
Project description
FDRParser
FDRParser packaged library is a Python library required to access the modules included in teh FDRParser script. The script is used to read binary data from an SD card, which is sorted and graphed utilizing a user interface.
Installation
Use the package manager pip to install FDRParser.
pip install FDRParser
Troubleshooting
Setuptools is typically included with Linux, macOS, and Windows installers. If it is not, you can install it by running
pip install setuptools
or
sudo pip install setuptools
Usage
In order to specify the data which is to be read, specify the file name or location under fname. Ensure the name is in quotations. Depending on the file location, this name could be long (ex "C:\Users\Username\Downloads.vscode\FDRParser\Block_0_.FDR") or it could be short("Block_0_.FDR) if the file is in the same location as the source code.
import math
import numpy as np
import platform
import tkinter as tk
import matplotlib.pyplot as plt
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg, NavigationToolbar2Tk
#specify file name or location
fname="BLOCK_0_Example.FDR"
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
File details
Details for the file FDRParser-0.0.1.tar.gz.
File metadata
- Download URL: FDRParser-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cab91020218e51a5f757aa1fc9eaa11935b9329142a77a3e127ffb7720f1ad9
|
|
| MD5 |
5d696774bcdf5444e99c0a7561405aa0
|
|
| BLAKE2b-256 |
9e7d90ffc3795d98155e51c59fcdbce31eb3239b74084f65a799e746b15bdbf8
|