append WC tag datafiles so each event has SSM-derived lon, lat, x, y, x.se, y.se.

wc_append_ssm(
  wc,
  fit,
  what = "p",
  meta,
  cut = FALSE,
  dropIDs = NULL,
  crs = "+proj=merc +units=km +ellps=WGS84 +no_defs"
)

Arguments

wc

WC tag datafiles - output of pull_wc

fit

final aniMotum fit object(s)

what

choose which locations to use for annotating WC tag datafiles (default = "predicted")

meta

metadata used to truncate start of diag data for each individual

cut

drop predicted locations if keep = FALSE, ie. locations in a large data gap (currently, only used in DM QC mode)

dropIDs

SMRU DeploymentIDs to be dropped

crs

CRS to be applied when interpolating SSM-estimated locations and re-projecting back from Cartesian coords to longlat