Get Adsorptive Data for Each Sample

mic.adsorptive_data( sample_number = 0 )

Keyword arguments:

  sample_number --- Identifier for the adsorptive data to retrieve
                    0           : the current sample file
                    1 through 8 : the 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')