Hey Kortega,
According to this part of the DRS
`# Now check if there are selections for the reference standard, and if so, generate standard-normalised ratios
try:
StdSpline_Sr87_86 = data.spline(rmName, "Sr8786_Corr").data()
StdValue_Sr87_86 = data.referenceMaterialData(rmName)["87Sr/86Sr"].value()
except:
IoLog.error("The Combined Sr DRS requires Ref Material selections to proceed.")
drs.message("DRS did not finish. Please check Messages")
drs.progress(100)
drs.finished()
return
StdCorr_Sr8786 = Sr8786_Corr * StdValue_Sr87_86 / StdSpline_Sr87_86
# Now generate age-corrected values (using the observed Rb/Sr ratio)
# NOTE: The line below used Sr8786_Corr. Changed to use
# Std Corrected data (BP, 2021-02-01)
Sr8786_AgeCorr = StdCorr_Sr8786 - (Rb87Sr86_Corr * (0.000013972 ** Age) - 1)
try:
StdSpline_Sr8786_b = data.spline(rmName, "Sr8786_Corr_b").data()
except:
IoLog.error("The Combined Sr DRS requires Ref Material selections to proceed.")
drs.message("DRS did not finish. Please check Messages")
drs.progress(100)
drs.finished()`
All you are correcting to is the 87Sr/86Sr so all you need is a Reference Material with a value for 87Sr/86Sr. Please note the format, as the DRS will search for this exact label on your RefMat file.
To add a new RefMat you can go to the Reference Materials tab and click on the + and select blank to create a completely new entry. I think that the Iolite Basics workshop goes through that. Check it out.
https://www.youtube.com/watch?v=YV9RUqzTHhM&t=1505s&ab_channel=IoliteSoftware
Also this has been covered in another post:
https://forum.iolite.xyz/d/171-how-to-add-a-new-reference-material