Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

isotherm-analysis

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isotherm-analysis

isotherm-analysis allows to parse and analyze isotherms. It converts from multiple formats to JCAMP-DX and provides utilities for basic analysis.

  • 1.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by100%
Maintainers
5
Weekly downloads
 
Created
Source

isotherm-analysis

NPM version build status npm download

Parse and analyze isotherms. Implemented filetypes:

  • Excel files from Belsorp instruments
  • CSV files from Micrometrics
  • TXT files from Micrometrics
  • TXT files from IGA

Installation

$ npm i isotherm-analysis

Usage

import IsothermAnalysis from 'isotherm-analysis';

let isotherm = IsothermAnalysis.fromIGA(file);

API Documentation

Development guidelines

  • there are two data types Adsorption Isotherm and Desorption Isotherm. Ideally, this is directly provided in the file and we parse it from there. Otherwise, if the pressure is descending, it is desorption.
  • the jcamp has the following fields:
fieldmeaningtypical unit
xabsolute pressurekPa
prelative pressure (pressure relative to staturation pressure)unitless
ygravimetric excess uptakemmol/g

If available, we try to use the following fields for metadata:

  • sampleWeight: For example, 1.
  • sampleWeightUnit: For example, g.
  • adsorptive: For example, N2.

License

MIT

FAQs

Package last updated on 08 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc