Metadata-Version: 2.4
Name: USL_lib_beta
Version: 2025.6.1
Summary: Some useful functions for USL(ultra-stable laser)
Author-email: zxq985 <zxq985160104@163.com>
Project-URL: Homepage, https://github.com/ShinetingChu/USL_lib
Project-URL: Pypi, https://pypi.org/project/USL-lib/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# USL_lib

## Introduction

USL_lib is a python package for **ultra-stable laser system** researching, it includings many functions for data deal and calculation, like read TCH data and calculate its PSD and Allan deviation.


## Installation

Install from pypi:

`pip install USL-lib`


## Basic usage

In python:

`import USL_lib as usl`

## Functions

|Function|Description|
|--|--|
|`plot_data_labview()`|Plot the data's gragh from Labview, including the time domain, PSD and Allan Deviation.| 
