produces a map of all QC'd tracks and generates various diagnostics to assess QC run
diagnostics(
fit,
fit1,
what = "p",
cut,
data,
ssm,
meta,
lines = FALSE,
obs = FALSE,
mpath = NULL,
dpath = NULL,
QCmode = "nrt",
tag_mfr = "wc",
cid = NULL
)
the final aniMotum fit object from QC process
the initial aniMotum fit object from QC process
the SSM-estimated or rerouted locations to be used
logical; should predicted locations be dropped if keep = FALSE - ie. in a large data gap
the standardized WC Locations or SMRU diag file (prior to truncation by metadata CTD start and end dates)
the ssm-annotated WC/SMRU tables
metadata
add track lines to map (default = FALSE)
add observed locations to map (default = FALSE)
path to write map file
path to write all other diagnostic files
specify whether QC is near real-time (nrt) or delayed-mode (dm), in latter case start end end of dive data are displayed rather than ctd data.
the tag manufacturer. Currently, only smru
or wc
are supported.
SMRU campaign id (from config file). Ignored if WC data is used.