1.5.0
Find the line numbers of start and end of the isotherm data
Array<number>
:
array of length two [startIndex, endIndex]
Orchestrates the parsing of a Belsorp Excel (xls) file.
(Buffer)
input excel file, e.g., read with readfilesync
Analysis
:
Orchestrates the parsing of a IGA file. Creates a new Analysis element
(string)
String containing the IGA analysis data, maybe contain multiple measurements
Analysis
:
New class element with the given data
Create an Analysis object from a micrometrics CSV file
(string)
Analysis
:
Orchestrates the parsing of a micrometrics TXT file. Takes the text and returns an Analysis object. Also parses relevant metadata and converts some units
(string)
Analysis
:
Find metadata in the excelsheet and safe it with standardized names
(object)
sheetjs worksheet
object
:
Find the start and end line numbers of the measurement
Array<number>
:
Array of length 2 [startIndex, endIndex]
Converts an excel file to a matrix
(object)
XLSX Excel workbook
array
:
Matrix of cells
Converts an excel file to a matrix
(object)
XLSX Excel workbook
array
:
Matrix of cells
Separates the label and its unit
(string)
to separate
object
:
Object containing the unit and label
Finds the cells with the isotherm data and calls the parser on them
(object)
sheetjs worksheet
(number)
number of pressure points in the adsorption measurement
(number)
number of pressure points in the desorption measurement
object
:
with keys adsorption and desorption, values of which are arrays of floats
Parses a cells matrix and returns the meta and the variables
(array)
Cells matrix extracted from the file
Object
:
Object containing the meta and ending row
Parses and standardizes the metadata
object
:
Parses the cells with actual isotherm data
Parses the relevant fields from the isotherm table, converts the pressure to kPa and creates floats
Object
:
Parses the header/meta of an excel workbook
(array)
Matrix derived from the excel workbook
object
:
Object containing the meta data of the workbook
Parses some relevant fields in the meta data Tries to use naming that is consistent with the other isotherm parsers
object
:
Parses an Excel workbook containing Micromeritics data
(object)
xlsx workbook to parse
object
:
Object with meta data and tables data
Parses the whole excel file
(object)
XLSX Excel workbook to parse
object
:
Object with meta object and variables array
Parses a table
(array)
Cells data extracted from the file
array
:
Array of objects corresponding to each column
Parses multiple tables in the file
(array)
Matrix containing the tables
object
:
Object containing multiple objects each corresponding to a table