0.3.0 • Published 18 days ago

vamas v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
18 days ago

vamas

NPM version build status Test coverage npm download DOI

Vamas file format parser, following the ISO specification.

Installation

$ npm i vamas

One VAMAS file contains

  • many blocks
    • survey (or wide)
    • multiplex (for example C, Ru, ...)
    • identified by blockID

In a block:

  • regions (used for baseline)
  • identified by regionID

In a block and expected to be in a specific region:

  • components: corresponds to the shape of the peak and relies on the baseline
  • identified by componentID

Usage

import { parse } from 'vamas';

const result = parse(vamasText);

API Documentation

License

MIT

0.3.0

18 days ago

0.2.0

3 months ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago