Get Adsorptive Data for Each Sample
Copy
mic.adsorptive_data(sample_number=0):
Get adsorptive data for each sample
Keyword arguments:
sample_number --- Identifier for the adsorptive data to retrieve
0 : current sample file (default)
1 through 8 : corresponding overlay sample file
Usage:
csa, hsd, dcf, mol_weight, analysis_gas = mic.adsorptive_data()
csa, hsd, dcf, mol_weight, analysis_gas = mic.adsorptive_data(0)
csa --- cross sectional area (nm^2)
hsd --- hard sphere diameter (angstroms)
dcf --- density conversion factor (dimensionless)
mol_weight --- molecular weight
analysis_gas --- mnemonic for the analysis gas species
(e.g., 'CO', 'H2')