time[
/time=
0..2591]
(Type is Float64)
-
attributes
-
standard_name:
time
(Type is String)
-
long_name:
Time(GMT)
(Type is String)
-
units:
seconds since 2013-01-01 00:00:00
(Type is String)
latitude[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
LATITUDE
(Type is String)
-
standard_name:
latitude
(Type is String)
-
units:
degree_north
(Type is String)
-
comment:
Latitude linearly intepolated onto thalweg data from file ../BED05_Jan2016_event_50200054-57.csv using formula np.interp(np.linspace(0,1,len(self.s2013)), np.linspace(0,1,len(self.traj_lat)), self.traj_lat)
(Type is String)
longitude[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
LONGITUDE
(Type is String)
-
standard_name:
longitude
(Type is String)
-
units:
degree_east
(Type is String)
-
comment:
Longitude linearly intepolated onto thalweg data from file ../BED05_Jan2016_event_50200054-57.csv using formula np.interp(np.linspace(0,1,len(self.s2013)), np.linspace(0,1,len(self.traj_lon)), self.traj_lon)
(Type is String)
depth[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
DEPTH
(Type is String)
-
standard_name:
depth
(Type is String)
-
units:
m
(Type is String)
-
comment:
Adjusted Pressure converted to depth with: np.interp(self.s2013, self.ps2013, eos80.dpth(pr_adj * 10.0, meanLat))
(Type is String)
XA[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Acceleration along X-axis
(Type is String)
-
comment:
Recorded by instrument
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
g
(Type is String)
YA[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Acceleration along Y-axis
(Type is String)
-
comment:
Recorded by instrument
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
g
(Type is String)
ZA[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Acceleration along X-axis
(Type is String)
-
comment:
Recorded by instrument
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
g
(Type is String)
A[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Acceleration Magnitude
(Type is String)
-
comment:
Computed with: np.sqrt(self.ax**2 + self.ay**2 + self.az**2)
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
g
(Type is String)
XR[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Rotation about X-axis
(Type is String)
-
standard_name:
platform_pitch_angle
(Type is String)
-
comment:
Converted from recorded Quaternion with Python euclid package Quaternion.get_euler() method
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
degree
(Type is String)
YR[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Rotation about Y-axis
(Type is String)
-
standard_name:
platform_yaw_angle
(Type is String)
-
comment:
Converted from recorded Quaternion with Python euclid package Quaternion.get_euler() method
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
degree
(Type is String)
ZR[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Rotation about Z-axis
(Type is String)
-
standard_name:
platform_roll_angle
(Type is String)
-
comment:
Converted from recorded Quaternion with Python euclid package Quaternion.get_euler() method
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
(Type is String)
MX[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
X-component of rotation vector
(Type is String)
-
comment:
Converted from recorded Quaternion with Python euclid package Quaternion.get_angle_axis() method
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
(Type is String)
MY[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Y-component of rotation vector
(Type is String)
-
comment:
Converted from recorded Quaternion with Python euclid package Quaternion.get_angle_axis() method
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
(Type is String)
MZ[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Z-component of rotation vector
(Type is String)
-
comment:
Converted from recorded Quaternion with Python euclid package Quaternion.get_angle_axis() method
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
(Type is String)
ROTRATE[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Absolute rotation rate about rotation vector
(Type is String)
-
comment:
Computed from angle output from Quaternion.get_euler() and the angle difference from one time step to the next
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
degree/second
(Type is String)
ROTCOUNT[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Rotation Count - Cumulative Sum of ROTRATE * dt / 360 deg
(Type is String)
-
comment:
Computed with: np.cumsum(np.absolute(self.diffrot)) / 2. / np.pi
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
P[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Pressure
(Type is String)
-
comment:
Recorded pressure interpolated to IMU samples with np.interp(self.s2013, self.ps2013, self.pr * 10.0)
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
dbar
(Type is String)
P_RATE[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Rate of change of pressure
(Type is String)
-
comment:
Pressure rate of change interpolated to IMU samples with np.append([0], np.diff(np.interp(self.s2013, self.ps2013, self.pr * 10.0))) * self.rateHz
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
dbar/s
(Type is String)
P_ADJUSTED[
/time=
0..2591]
(Type is Float64)
-
attributes
-
long_name:
Adjusted Pressure
(Type is String)
-
comment:
Recorded pressure adjusted with bar_offset = -1.5 and bar_slope = 0.0
(Type is String)
-
coordinates:
time depth latitude longitude
(Type is String)
-
units:
dbar
(Type is String)