| java.lang.Object | ||
| ↳ | org.mbari.sql.QueryableImpl | |
| ↳ | vars.EXPDPersistenceService | |
Fetches data external to VARS from the MBARI EXPD database. THis is a read-only class.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | SAMPLERATE_MILLSEC | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mbari.sql.QueryableImpl
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs ...
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrive the HD timecode nearest to the given date for a platform
| |||||||||||
Interpolates a given date to a timecode from data stored in the
datastore.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mbari.sql.QueryableImpl
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mbari.sql.IQueryable
| |||||||||||
From interface
vars.ExternalDataPersistenceService
| |||||||||||
Constructs ...
Retrive the HD timecode nearest to the given date for a platform
Interpolates a given date to a timecode from data stored in the datastore.
| cameraIdentifier | The cameraIdentifier (e.g. Ventana or Tiburon) |
|---|---|
| date | The date of that we're interested in |
| millisecTolerance | Specifies the widthInMeters of the time window to pull samples from the database |
| frameRate | The Frame rate to use. At MBARI, we use NTSC (29.97 fps) |