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
-
APMode
- Array Processor Mode
-
ChannelCount
- ChannelCount 1 per IF
-
ChannelStart
- ChannelStart 1 per IF
-
CorrelatorMode
- Correlator mode
-
IntegrationTime
- Integration Time
-
myLastLink
- Last link of Field linked list
-
ObservingMode
- Observing mode.
-
SolarTime
- Solar Time ('S' => Integration multiplied by 1/8)
-
TSYS
- TSYS code
-
copy(VLAInstrumentF)
- in place copy
(Not really implemented)
-
FinishParse(VLAScan)
- Any cleanup operations needed for parsing a Scan
-
GetDSCard(boolean, String, Scan)
- Create Data selection Card
myLastLink
public FieldLink myLastLink
- Last link of Field linked list
ObservingMode
public ObservingModeF ObservingMode
- Observing mode. Continuum, pointing, etc...
IntegrationTime
public IntegrationTimeF IntegrationTime
- Integration Time
SolarTime
public SolarTimeF SolarTime
- Solar Time ('S' => Integration multiplied by 1/8)
TSYS
public TSYSF TSYS
- TSYS code
ChannelCount
public ChannelCountF ChannelCount
- ChannelCount 1 per IF
ChannelStart
public ChannelStartF ChannelStart
- ChannelStart 1 per IF
CorrelatorMode
public CorrelatorModeF CorrelatorMode
- Correlator mode
APMode
public APModeF APMode
- Array Processor Mode
copy
public void copy(VLAInstrumentF out)
- in place copy
(Not really implemented)
- Parameters:
-
VLAInstrumentF
- the Object to copy to
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
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