|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamguardMVC.PamDataUnit
angleMeasurement.AngleDataUnit
public class AngleDataUnit
Data from an angle measurement.
Angle data come in three stages.
1. Raw data as came out of the instrument
2. Calibrated data - the raw data after calibration, 0 degrees
should be equal to 0 degrees in the calibrated data.
3. Correct raw data - the calibrated data - the set constant offset.
| Field Summary | |
|---|---|
double |
calibratedAngle
|
double |
correctedAngle
|
boolean |
held
|
double |
rawAngle
|
| Fields inherited from class PamguardMVC.PamDataUnit |
|---|
absBlockIndex, channelBitmap, localisation, oLL, timeMilliseconds |
| Constructor Summary | |
|---|---|
AngleDataUnit(long timeMilliseconds,
double rawAngle,
double calibratedAngle,
double correctedAngle)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double rawAngle
public double calibratedAngle
public double correctedAngle
public boolean held
| Constructor Detail |
|---|
public AngleDataUnit(long timeMilliseconds,
double rawAngle,
double calibratedAngle,
double correctedAngle)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||