This sensor from TPF collection
Article | |
---|---|
Collibration | |
Precision | |
Ranges | |
Renew sensors |
source("utilities_tpf.r"); sensors.t.ol_opx_podvin_1988 <- function(Ol, Opx, ...){ Opx <- tpf.recalc_minaral("OPX",Opx); Ol <- tpf.recalc_minaral("OL",Ol); X <- Ol$Ni_pfu / Ol$Mg_pfu; Y <- Opx$Ni_pfu / Opx$Mg_pfu; T <- 3801 / (1.815 + log(X / Y)) - 273; warning(" ONLY FOR MANTLE ROCKS"); return(data.frame(Name=paste0(Ol$Name,"-", Opx$Name),T_calc=T)); } sensors.t.ol_opx_podvin_1988.args <- function(){ ars <- list(); ars$minerals <- c("Ol", "Opx"); ars$ranges <- c(); return(ars); } #sensors.t.ol_opx_podvin_1988.test <- function(){ # #}