pyrolite.geochem.norm
Reference compostitions and compositional normalisation.
- pyrolite.geochem.norm.all_reference_compositions(path=None)[source]
Get a dictionary of all reference compositions indexed by name.
- Parameters:
path (
str|pathlib.Path)- Return type:
- pyrolite.geochem.norm.get_reference_composition(name)[source]
Retrieve a particular composition from the reference database.
- Parameters:
name (
str) – Name of the reference composition model.- Return type:
- pyrolite.geochem.norm.get_reference_files(directory=None, formats=['csv'])[source]
Get a list of the reference composition files.