Package for ozonation, spectro uv and bioreaction data analysis files for the LAIIQA laboratory (ESIQIE - IPN).
Project description
LAIIQA Laboratory Utilities Package
Librería escrita en Python para el análisis numérico y gráfico de los datos obtenidos de los equipos de ozonización (.mat), espectrofotómetro UV/Vis (.asc) y biorreacciones (.csv), en el Laboratorio de Investigación en Ingeniería Química Ambiental (LAIIQA - ESIQIE - IPN).
Instalación
Para Python 2, desde la línea de comandos (cmd o terminal):
>> pip install laiiqa-lab-utilities
Para Python 3:
>> pip3 install laiiqa-lab-utilities
Uso de la librería
Obtención de ozonograma
Desde el IDLE de Python, o Jupyter Notebook:
import laiiqa.ozonation as oz
import tkinter as tk
from tkinter import filedialog as fd
root = tk.Tk()
root.withdraw()
filetypes = (('MAT-Files', '*.mat'),)
file_path = fd.askopenfilename(
title='Seleccionar archivo .mat',
filetypes=filetypes)
c1 = oz.Ozonation()
c1.plot(file_path)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file laiiqa-lab-utilities-0.1.0.tar.gz.
File metadata
- Download URL: laiiqa-lab-utilities-0.1.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/30.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.2 keyring/23.4.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8efa285ab21eaa3d32c6aa64494df02c3fd671e9d78f559805b617386192b37e
|
|
| MD5 |
a153e4a385f7701515921fc4c1e12e41
|
|
| BLAKE2b-256 |
5507fd41b53fab4dd05335a3cc6d50cf3330ae84512b04ab77c57ee4479b93b7
|
File details
Details for the file laiiqa_lab_utilities-0.1.0-py3-none-any.whl.
File metadata
- Download URL: laiiqa_lab_utilities-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/30.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.2 keyring/23.4.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ceb84f4f75fd05f84f4bf041e76d66d3092c82596d4bf358e819669c6322cf7f
|
|
| MD5 |
25a8809184639020b6584264fc939157
|
|
| BLAKE2b-256 |
6d1026acbc27d9e2fa875ddf1abb8f675854dc340a5de9c55313ae63aef645c4
|