All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.VLATimeF
java.lang.Object
|
+----JObserve.VLA.VLATimeF
- public final class VLATimeF
- extends Object
VLA time related scan information class.
- See Also:
- LabeledLink, Linkage
-
BeginLST
- Begin observation
-
Duration
- Duration from stop to next stop
-
DwellTime
- Actual data collection time on the source
-
MoveTime
- Time to move to source position
-
myLastLink
- Last link of Field linked list
-
scheduled
- True if scan scheduled
-
SpecifiedTime
- Specified time type
-
StartLST
- Start LST of scan
-
StopLST
- Stop LST for the observation
-
ArbitrateTimes(int)
- Force consistency of time types within a Scan
Order of presidence is StopLST, Duration, DwellTime
Sets SpecifiedTime and (time).Present members
-
copy(VLATimeF)
- in place copy
-
FinishParse(VLAScan)
- Any cleanup operations needed for parsing a Scan
-
IsScanScheduled(VLAScan)
- Determine if scan is scheduled
-
UnscheduleScan(VLAScan)
- Unschedule Scan
myLastLink
public FieldLink myLastLink
- Last link of Field linked list
SpecifiedTime
public int SpecifiedTime
- Specified time type
scheduled
public boolean scheduled
- True if scan scheduled
StartLST
public StartLSTF StartLST
- Start LST of scan
MoveTime
public MoveTimeF MoveTime
- Time to move to source position
BeginLST
public BeginLSTF BeginLST
- Begin observation
DwellTime
public DwellTimeF DwellTime
- Actual data collection time on the source
StopLST
public StopLSTF StopLST
- Stop LST for the observation
Duration
public DurationF Duration
- Duration from stop to next stop
copy
public void copy(VLATimeF out)
- in place copy
- Parameters:
-
VLATimeF
- the Object to copy to
UnscheduleScan
public void UnscheduleScan(VLAScan theScan)
- Unschedule Scan
- Parameters:
-
VLAScan
- The scan in question.
IsScanScheduled
public boolean IsScanScheduled(VLAScan theScan)
- Determine if scan is scheduled
- Parameters:
-
VLAScan
- The scan in question.
- Returns:
-
boolean
true if scan is scheduled
ArbitrateTimes
public void ArbitrateTimes(int TheValue)
- Force consistency of time types within a Scan
Order of presidence is StopLST, Duration, DwellTime
Sets SpecifiedTime and (time).Present members
- Parameters:
-
int
a - Field.Present value to use for the time .Present values
FinishParse
public void FinishParse(VLAScan theScan)
- Any cleanup operations needed for parsing a Scan
- Parameters:
-
VLAScan
- the Scan parsed
All Packages Class Hierarchy This Package Previous Next Index