All functions
|
Cond.to.Sal()
|
Convert Conductivity to Salinity
using equations from UNESCO 1983. Taken from James Douglass's Excel sheet |
hello()
|
Hello, World! |
IDoutlier()
|
Identify outliers via point and click on salinity over time plot |
IDoutlier2()
|
Identify outliers via point and click on temp vs salinity plot |
outlierTS()
|
Visulaize the outliers (black) in plot over time |
TS.adj()
|
Calibrate data
Based on initial calibration measurment and end calibration measurement
Adjustment is linear |
TSanom_workup()
|
Identify invalid ("anom") data based on freezing line
calculates the salinity error based on the innate loggger cond and temp error margins (Terror and Cerror)
determines if dataset's error margins fall within an acceptable range
data is "anomylous" if data +C+T error is below the freezing line |
TScal_RBR()
|
Calibrate RBR data
Based on initial calibration measurment and end calibration measurement |
TScal_SO()
|
Calibrate StarOddi data
Based on initial calibration measurment and end calibration measurement |
TSmidcal_RBR()
|
Calibrate RBR data with midpoint
Based on initial calibration measurment, a midpoint measurement, and end calibration measurement |
TSmidcal_SO()
|
Calibrate StarOddi data with midpoint
Based on initial calibration measurment, a midpoint measurement, and end calibration measurement |