All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.VLAFrequencyF

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

public final class VLAFrequencyF
extends Object
VLA scan frequency information class.

See Also:
LabeledLink, Linkage

Variable Index

 o BandCode
BandCode 1 per IF
 o BandwidthCode
BandwidthCode 1 per IF
 o FEBandpassFilterCode
FEBandpassFilterCode 1 per IF Frontend bandpass Filter code
 o LineRestFrequency
LineRestFrequency 1 per IF
 o Lo24GHz
Lo24GHz 1 per IF 2 - 4 GHz Local Oscillator Frequency in MHz
 o LoBaseband
LoBaseband 1 per IF Baseband Local Oscillator
 o LoFrontEnd
LoFrontEnd 1 per IF Front End Local Oscillator
 o LoOffset
LoOffset 1 per IF Local Oscillator offset
 o myLastLink
Last link of Field linked list
 o RestFrameVelocity
Local Rest-Frame Velocity
 o SkyBandwidth
SkyBandwidth 1 per IF Bandwidth on sky
 o SkyFrequency
SkyFrequency 1 per IF
 o SynthCode
Synthesizer setting code
 o SynthFlukeSetSelect
SynthFlukeSetSelect
 o SynthFreqType
Frequency Type.
 o SynthFreqVel
Frequency / Velocity switch
 o SynthLoTrack
Local Oscillator tracking switch
 o SynthRestFrame
Rest frame for DOPSET calculations
 o SystemVelocity
SystemVelocity 1 per IF Source systemic velocity

Method Index

 o copy(VLAFrequencyF)
in place copy
 o FinishParse(VLAScan)
Any cleanup operations needed for parsing a Scan
 o GetFICard(String, VLAScan)
Create Fine Tuning Card
 o GetLOCard(String, VLAScan)
Create Local Oscillator Card
 o SetLo(VLAScan)
Set LO frequencies Sets values of LoFrontEnd, Lo24GHz, LoBaseband, LoOffset, FEBandpassFilterCode using (potentially) SystemVelocity, LineRestFrequency, RestFrameVelocity, SynthCode, SynthLoTrack and/or SkyBandwidth, SkyFrequency.

Variables

 o myLastLink
 public FieldLink myLastLink
Last link of Field linked list

 o BandCode
 public BandCodeF BandCode
BandCode 1 per IF

 o BandwidthCode
 public BandwidthCodeF BandwidthCode
BandwidthCode 1 per IF

 o LoFrontEnd
 public LoFrontEndF LoFrontEnd
LoFrontEnd 1 per IF Front End Local Oscillator

 o Lo24GHz
 public Lo24GHzF Lo24GHz
Lo24GHz 1 per IF 2 - 4 GHz Local Oscillator Frequency in MHz

 o LoBaseband
 public LoBasebandF LoBaseband
LoBaseband 1 per IF Baseband Local Oscillator

 o LoOffset
 public LoOffsetF LoOffset
LoOffset 1 per IF Local Oscillator offset

 o FEBandpassFilterCode
 public FEBandpassFilterCodeF FEBandpassFilterCode
FEBandpassFilterCode 1 per IF Frontend bandpass Filter code

 o SystemVelocity
 public SystemVelocityF SystemVelocity
SystemVelocity 1 per IF Source systemic velocity

 o SkyBandwidth
 public SkyBandwidthF SkyBandwidth
SkyBandwidth 1 per IF Bandwidth on sky

 o SkyFrequency
 public SkyFrequencyF SkyFrequency
SkyFrequency 1 per IF

 o LineRestFrequency
 public LineRestFrequencyF LineRestFrequency
LineRestFrequency 1 per IF

 o RestFrameVelocity
 public RestFrameVelocityF RestFrameVelocity
Local Rest-Frame Velocity

 o SynthCode
 public SynthCodeF SynthCode
Synthesizer setting code

 o SynthFreqVel
 public SynthFreqVelF SynthFreqVel
Frequency / Velocity switch

 o SynthFreqType
 public SynthFreqTypeF SynthFreqType
Frequency Type. Blank or T

 o SynthRestFrame
 public SynthRestFrameF SynthRestFrame
Rest frame for DOPSET calculations

 o SynthLoTrack
 public SynthLoTrackF SynthLoTrack
Local Oscillator tracking switch

 o SynthFlukeSetSelect
 public SynthFlukeSetSelectF SynthFlukeSetSelect
SynthFlukeSetSelect

Methods

 o copy
 public void copy(VLAFrequencyF out)
in place copy

Parameters:
VLAFrequencyF - the Object to copy to
 o GetLOCard
 public String GetLOCard(String LOId,
                         VLAScan theScan)
Create Local Oscillator Card

Parameters:
String - LO card prefix
VLAScan - current scan
Returns:
s String LO Card
 o GetFICard
 public String GetFICard(String LOId,
                         VLAScan theScan)
Create Fine Tuning Card

Parameters:
String - FI card prefix
VLAScan - current scan
Returns:
s String FI Card
 o SetLo
 public static void SetLo(VLAScan theScan)
Set LO frequencies Sets values of LoFrontEnd, Lo24GHz, LoBaseband, LoOffset, FEBandpassFilterCode using (potentially) SystemVelocity, LineRestFrequency, RestFrameVelocity, SynthCode, SynthLoTrack and/or SkyBandwidth, SkyFrequency.

Parameters:
VLAScan<\code> - Scan defining time and source
 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