Skip to content

Oxford Instruments Dilution Refridgerators with Triton Systems generate log files in .vcl format. This tool converts them into .csv for any analysis needs.

Notifications You must be signed in to change notification settings

shanto268/VeriCold_log_parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VeriColdLogFile (.vcl) Parser and CSV Converter Toolkit

Oxford Instruments Dilution Refridgerators with Triton Systems generate log files in .vcl format. This tool converts them into .csv for any analysis needs.

Installation:

$ git clone https://github.com/shanto268/VeriCold_log_parser.git
$ cd VeriCold_log_parser
$ pip install -r requirements.txt

Usage:

usage: convertVCL.py [-h] [--file FILE] [--all ALL]

Conversion tool from .vcl files to .csv for Oxford Instrument Dilution Refridgerators with Triton System

options:
  -h, --help   show this help message and exit
  --file FILE  convert the .vcl file argument (FILE) to .csv
  --all ALL    converts all files in the path argument (ALL)

Examples:

python convertVCL.py --all path/to/all/vcl/files
python convertVCL.py --file path/to/a/vcl/file

To Do:

  • Check on Windows Machine

Credit:

Many thanks to StSav012 for the log_parser.py code.

About

Oxford Instruments Dilution Refridgerators with Triton Systems generate log files in .vcl format. This tool converts them into .csv for any analysis needs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%