|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.xal.tools.orbit.BpmResult
BpmResult is a simple wrapper class that provides convenient access to results of a correlation of signals from a single BPM.
| Field Summary | |
protected BPM |
_bpm
|
protected java.util.Map |
recordMap
|
protected double |
timestamp
|
| Method Summary | |
double |
ampAvg()
Return the average BPM signal amplitude for the bpm at the time of the correlation. |
protected void |
appendHandle(ChannelSuite channelSuite,
java.lang.String handle,
Correlation correlation)
convenient method for repeated application with different handle |
BPM |
getBpm()
The bpm corresponding to this record |
java.util.Date |
getDate()
get the timestamp in Java date format for convenient printing |
ChannelTimeRecord |
getRecord(java.lang.String handle)
Return the record for the specified PV handle. |
double |
getTimestamp()
The mean timestamp in seconds over all Epics timestamps of signals captured. |
java.lang.String |
toString()
Return the map of handle/record pairs. |
double |
xAvg()
Return the average x value for the bpm at the time of the correlation. |
double |
yAvg()
Return the average y value for the bpm at the time of the correlation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected BPM _bpm
protected double timestamp
protected java.util.Map recordMap
| Method Detail |
protected void appendHandle(ChannelSuite channelSuite,
java.lang.String handle,
Correlation correlation)
public BPM getBpm()
public double getTimestamp()
public java.util.Date getDate()
public ChannelTimeRecord getRecord(java.lang.String handle)
public double xAvg()
public double yAvg()
public double ampAvg()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||