Metadata-Version: 2.4
Name: USL_lib_beta
Version: 2025.6.2
Summary: Some useful functions for USL(ultra-stable laser)
Author-email: zxq985 <zxq985160104@163.com>
Project-URL: Repository, https://github.com/ShinetingChu/USL_lib_beta
Project-URL: Pypi, https://pypi.org/project/USL-lib-beta/
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_beta

## Introduction

USL_lib_beta 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-beta`


## Basic usage

In python:

`import USL_lib_beta as usl`

## Functions

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