Skip to content

A compiler for Bruker OPUS spectroscopy data point table (.dpt) files.

Notifications You must be signed in to change notification settings

qauinger/ir-data-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ir-data-compiler

This program is used to combine data point table .dpt files exported from Bruker OPUS spectroscopy software into one compiled file containing all of the data.

For example, files A, B, and C, will be compiled into a single Compiled File.

File A File B File C Compiled File
1.4,0.1
2.5,0.3
4.2,0.7
1.4,0.2
2.5,0.4
4.2,0.9
1.4,0.5
2.5,0.8
4.2,1.3
-> 1.4,0.1,0.2,0.5
2.5,0.3,0.4,0.8
4.2,0.7,0.9,1.3

Screenshot

About

A compiler for Bruker OPUS spectroscopy data point table (.dpt) files.

Resources

Stars

Watchers

Forks

Languages