Metadata-Version: 2.1
Name: fastdataing
Version: 1.0.1
Summary: Read themo info from lammps output file or log file
Home-page: https://github.com/eastsheng/fastdataing
Author: CHENDONGSHENG
Author-email: eastsheng@hotmail.com
Description-Content-Type: text/markdown
Requires-Dist: scipy
Requires-Dist: numpy

### Common fast data processing methods

#### Smooth

- smooth_MIS(x,y,factor=300): 
  - smooth data
- smooth_SF(x,y,factors=[5,3]): 
  - smooth data

### files processing

- get_files(directory, suffix): 
  - Read files with the same suffix in the folder and save them as a list
