All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.VLAInstrumentF

java.lang.Object
   |
   +----JObserve.VLA.VLAInstrumentF

public final class VLAInstrumentF
extends Object
VLA scan correlator information class.

See Also:
LabeledLink, Linkage

Variable Index

 o APMode
Array Processor Mode
 o ChannelCount
ChannelCount 1 per IF
 o ChannelStart
ChannelStart 1 per IF
 o CorrelatorMode
Correlator mode
 o IntegrationTime
Integration Time
 o myLastLink
Last link of Field linked list
 o ObservingMode
Observing mode.
 o SolarTime
Solar Time ('S' => Integration multiplied by 1/8)
 o TSYS
TSYS code

Method Index

 o copy(VLAInstrumentF)
in place copy (Not really implemented)
 o FinishParse(VLAScan)
Any cleanup operations needed for parsing a Scan
 o GetDSCard(boolean, String, Scan)
Create Data selection Card

Variables

 o myLastLink
 public FieldLink myLastLink
Last link of Field linked list

 o ObservingMode
 public ObservingModeF ObservingMode
Observing mode. Continuum, pointing, etc...

 o IntegrationTime
 public IntegrationTimeF IntegrationTime
Integration Time

 o SolarTime
 public SolarTimeF SolarTime
Solar Time ('S' => Integration multiplied by 1/8)

 o TSYS
 public TSYSF TSYS
TSYS code

 o ChannelCount
 public ChannelCountF ChannelCount
ChannelCount 1 per IF

 o ChannelStart
 public ChannelStartF ChannelStart
ChannelStart 1 per IF

 o CorrelatorMode
 public CorrelatorModeF CorrelatorMode
Correlator mode

 o APMode
 public APModeF APMode
Array Processor Mode

Methods

 o copy
 public void copy(VLAInstrumentF out)
in place copy (Not really implemented)

Parameters:
VLAInstrumentF - the Object to copy to
 o GetDSCard
 public String GetDSCard(boolean ModeLine,
                         String DataId,
                         Scan theScan)
Create Data selection Card

Parameters:
true - true for spectral line
String - AN card prefix
Scan - current scan
Returns:
s String PM Card
 o 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