Metadata-Version: 2.1
Name: u_shaped_lib
Version: 0.0.5
Summary: A package used for dataprocessing and analysis of data obtained from the U-shaped laser
Author-Email: "Jeppe H. Surrow" <surrow@ece.au.dk>, "Simon T. Thomsen" <sthomsen@ece.au.dk>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Project-URL: Homepage, https://github.com/auphotonicLab/PICLab-narrow-linewidth/tree/main/U_shaped_laser_package/src/u_shaped_lib
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# U-shaped Laser Package

A Python package for analyzing laser measurements, with a focus on U-shaped laser configurations and linewidth measurements.

## Documentation

For detailed documentation, including installation instructions, usage examples, and API reference, visit our [Read the Docs page](https://u-shaped-laser-package.readthedocs.io/).

## Overview

This package provides tools for analyzing various laser measurements including:

* Linewidth measurements
* Frequency noise (FN) analysis
* Relative intensity noise (RIN) analysis
* Side Mode Suppression Ratio (SMSR) measurements
* Coherent Self-Heterodyne (CSH) measurements

## Installation

```bash
pip install u_shaped_lib
```

## Dependencies

* numpy
* pandas
* matplotlib
* scipy
* cycler

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Authors

* Simon T. Thomsen
* Jeppe H. Surrow 