pyrolite.geochem.alteration

Functions for calcuating indexes of chemical alteration.

pyrolite.geochem.alteration.CIA(df: DataFrame)[source]

Chemical Index of Alteration (molecular) [1]

Parameters:

df (pandas.DataFrame) – DataFrame to calculate index from.

Returns:

Alteration index series.

Return type:

pandas.Series

References

pyrolite.geochem.alteration.CIW(df: DataFrame)[source]

Chemical Index of Weathering (molecular) [2]

Parameters:

df (pandas.DataFrame) – DataFrame to calculate index from.

Returns:

Alteration index series.

Return type:

pandas.Series

References

pyrolite.geochem.alteration.PIA(df: DataFrame)[source]

Plagioclase Index of Alteration (molecular) [3]

Parameters:

df (pandas.DataFrame) – DataFrame to calculate index from.

Returns:

Alteration index series.

Return type:

pandas.Series

References

pyrolite.geochem.alteration.SAR(df: DataFrame)[source]

Silica-Alumina Ratio (molecular)

Parameters:

df (pandas.DataFrame) – DataFrame to calculate index from.

Returns:

Alteration index series.

Return type:

pandas.Series

pyrolite.geochem.alteration.SiTiIndex(df: DataFrame)[source]

Silica-Titania Index (molecular) [4]

Parameters:

df (pandas.DataFrame) – DataFrame to calculate index from.

Returns:

Alteration index series.

Return type:

pandas.Series

References

pyrolite.geochem.alteration.WIP(df: DataFrame)[source]

Weathering Index of Parker (molecular) [5]

Parameters:

df (pandas.DataFrame) – DataFrame to calculate index from.

Returns:

Alteration index series.

Return type:

pandas.Series

References

pyrolite.geochem.alteration.IshikawaAltIndex(df: DataFrame)[source]

Alteration Index of Ishikawa (wt%) [6]

Parameters:

df (pandas.DataFrame) – DataFrame to calculate index from.

Returns:

Alteration index series.

Return type:

pandas.Series

References

pyrolite.geochem.alteration.CCPI(df: DataFrame)[source]

Chlorite-carbonate-pyrite index of Large et al. (wt%) [7].

Parameters:

df (pandas.DataFrame) – DataFrame to calculate index from.

Returns:

Alteration index series.

Return type:

pandas.Series

Notes

Here FeO is taken as total iron (FeO+Fe2O3).

References