Skip to main content

An assortment of analysis libraries.

Project description

Analysis Libraries

python -m pip install bix-analysis-libraries

An assortment of analysis libraries.

Components

There are two components of the libraries divided by experiment type. Each component has a data prep module to prepare the data from different software into a canonical form. The prepared data can then be analyzed with the analysis modules (to be added).

Use

To import the modules use the form

from bix_analysis_libraries[.<component>] import <module>
# or
import bix_analysis_libraries[.<component>].<module>

where <component> is the name of the component (if needed) and <module> is the name of the module. Any modules in the Standard Component do not require a component name, while modules in all other components do.

Examples

from bix_analysis_libraries import bix_standard_functions as bsf
# or
import bix_analysis_libraries.bix_standard_functions as bsf
from bix_analysis_libraries.dark_bias import bix_dark_bias_data_prep as dbdp
# or
import bix_analysis_libraries.dark_bias.bix_dark_bias_data_prep as dbdp

Standard Component

No component requried

Contains standard functions.

Bix Standard Functions

Provides standard functions.


Pero Pipes component

Component name: pero_pipes

Data Prep

Module name: data_prep General data prep used in the Pero Pipes project.


PL component

Component name: pl

PL Data Prep

Module name: pl_data_prep Calibrating PL data.

PL Analysis

Module name: pl_analysis

HETF analysis of PL spectra.


EQE component

Component name: eqe

EQE Analysis

Module name: eqe_analysis

EQE data analysis.


EQE component

Component name: eqe

EQE Analysis

Module name: eqe_analysis

EQE data analysis.


Dark Bias component

Component name: dark_bias

Contains data prep for Dark Bias experiments.

Bix Dark Bias Data Prep

Module name: bix_dark_bias_data_prep

Data prep for MPP tracking and JV data obtained using the Easy Biologic library.


Temperature Degradation component

Component name: temperature_degradation

Contains data prep for Temperature Degradation experiments.

Temperature Degradation Data Prep

Module name: temperature_degradation_data_prep

Data prep for MPP tracking and JV data.

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

bix_analysis_libraries-0.1.1.tar.gz (18.9 kB view hashes)

Uploaded Source

Built Distribution

bix_analysis_libraries-0.1.1-py3-none-any.whl (20.5 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