import_list_data#
- beatmap.io.import_list_data(relp, n, a_o=None, file=None, info=None)#
Imports isothermal adsoprtion data.
User provides two lists, one of relative pressures and the other of amount adsorbed with units of [mol/g].
- Parameters:
- relplist
Experimental isotherm relative pressure values.
- nlist
Experimental amount adsorbed values, mols per gram.
- Returns:
- isotherm_datanamedtuple
Contains all information required for BET analysis. Relevant fields are:
isotherm_data.iso_data
(DataFrame) : imported isotherm data.isotherm_data.a_o
(float) : adsorbate cross sectional area.isotherm_data.info
(str) : string of adsorbate-adsorbent info.isotherm_data.file
(str) : file name or path.