Skip to content

matkrin/vamas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vamas

This is a Python library to read VAMAS files (.vms). [1]

Installing

Installation via pip:

$ pip install vamas

Example Usage

from vamas import Vamas


vamas_data = Vamas('path/to/vamas-file.vms')

The created object has two attributes, header and blocks, which are instances of VamasHeader and a list of VamasBlock, respectively. See the documentation for all attributes of those classes.



[1]W. A. Dench, L. B. Hazell, M. P. Seah, Surf. Interface Anal. 1988, 13, 63-122. https://doi.org/10.1002/sia.740130202