Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 415 Bytes

statistical_scripts

DESCRIPTION

This repository aims for generating statistical result from my experiment. Codes are written by python.

stat_cal.py calculate the average, min, max, std.deviation, median value from in the input file.

Using the python list structure, it also provides task entry jiter output file to process later work, such as plotting.

USAGE