program for the analysis of physical processes of OSL curves
Project description
OSL_CGCD
Program for the deconvolution of OSL curves using the CGCD method.
Author
EDWIN JOEL PILCO QUISPE
Email: edwinpilco10@gmail.com
Description
This package allows you to analyze and deconvolute OSL (Optically Stimulated Luminescence) curves using the CGCD method. It includes tools to process Excel files, fit curves, and save results.
Installation
You can install the package from PyPI:
python -m pip install OSL_CGCD
Or install it locally from the generated .whl file:
cd dist
python -m pip install osl_cgcd-0.1.1-py3-none-any.whl
Basic Usage
Create a script and use the included module:
from OSL_CGCD import modulo
<<<<<<< HEAD
# Example: run analysis functions
=======
# Ejemplo de uso: ejecutar funciones de análisis
>>>>>>> 5882aa6f15235a4163d5a83757f74e2cb5de888b
Package Structure
<<<<<<< HEAD
modulo.py: Deconvolution of OSL curves from Excel files. Allows you to select the file to process and saves results in thedeconvolution_resultsfolder. Combines results from several columns into a single continuous file for further analysis.
Example Execution
- Run
modulo.pyto process your Excel file:python src/OSL_CGCD/modulo.py
=======
modulo1.py: Deconvolución de curvas OSL a partir de archivos Excel. Permite seleccionar el archivo a procesar y guarda los resultados en la carpetadeconvolution_results. Combina los resultados de varias columnas en un solo archivo continuo para análisis posterior.
5882aa6f15235a4163d5a83757f74e2cb5de888b
Publishing to PyPI
To publish a new version:
- Update the version in
setup.py. - Build the package:
python -m build
- Upload the package:
python -m twine upload dist/*
Requirements
- Python >= 3.6
- Recommended packages: numpy, scipy, matplotlib, pandas, prettytable
License
This project is free to use for academic and personal purposes.
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 osl_analysis-0.1.0.tar.gz.
File metadata
- Download URL: osl_analysis-0.1.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66300abfb784e0c0957280506fdf8e137f85683627b8a0d4eea11d5ddab7d67f
|
|
| MD5 |
8df3cc26f569a1a765e9c5d16dae9db4
|
|
| BLAKE2b-256 |
465ef68de3983f93428b2c4afed3e8449a5555a39cec3ec9d5f5edc0d9c052e2
|
File details
Details for the file osl_analysis-0.1.0-py3-none-any.whl.
File metadata
- Download URL: osl_analysis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59a9ee98edc792e8cd439931e967c523b7d2d643c4a653f438e9c1a13f4bdd0c
|
|
| MD5 |
bc044ce836d613020b1297ad5ab1b9ba
|
|
| BLAKE2b-256 |
69ac35383993eb2863055eb53a7dd7152044ec5f018ab05f4116c8a12e7e63c1
|