Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

laiiqa-lab-utilities-0.1.0.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

laiiqa_lab_utilities-0.1.0-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page