evnchn / ISDN2603-IR-spectroscopy

Raman spectroscopy CSV parsing and display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISDN2603-IR-spectroscopy

IR spectroscopy CSV parsing and display

Usage

  1. Simply run the Python script and drop the files over to the command window.

Powered by LinkStart.py, a lightweight dependency auto-installer.

You may use command-line parameter for easier specification of the file name, especially when the file is in the same directory of the script.

Example

First copy TPU.csv from RAMAN_DATA/Group1 folder to same directory of reader.py

py reader.py TPU.csv

image

Converter usage

Note: Not intended for end users.

  1. Install xlrd, openpyxl and pandas

For converter_xls_RAMAN:

  1. Put the converter.py in same directory as all the .xls files
  2. Run converter.py

For converter_xlsx_FTIR:

  1. Ensure run xlsx_to_csv("[name].xlsx") for the xlsx files for conversion in converter_xlsx.py
  2. Run converter_xlsx.py

About

Raman spectroscopy CSV parsing and display

License:MIT License


Languages

Language:Python 100.0%