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
-
BandCode
- BandCode 1 per IF
-
BandwidthCode
- BandwidthCode 1 per IF
-
FEBandpassFilterCode
- FEBandpassFilterCode 1 per IF
Frontend bandpass Filter code
-
LineRestFrequency
- LineRestFrequency 1 per IF
-
Lo24GHz
- Lo24GHz 1 per IF
2 - 4 GHz Local Oscillator Frequency in MHz
-
LoBaseband
- LoBaseband 1 per IF
Baseband Local Oscillator
-
LoFrontEnd
- LoFrontEnd 1 per IF
Front End Local Oscillator
-
LoOffset
- LoOffset 1 per IF
Local Oscillator offset
-
myLastLink
- Last link of Field linked list
-
RestFrameVelocity
- Local Rest-Frame Velocity
-
SkyBandwidth
- SkyBandwidth 1 per IF
Bandwidth on sky
-
SkyFrequency
- SkyFrequency 1 per IF
-
SynthCode
- Synthesizer setting code
-
SynthFlukeSetSelect
- SynthFlukeSetSelect
-
SynthFreqType
- Frequency Type.
-
SynthFreqVel
- Frequency / Velocity switch
-
SynthLoTrack
- Local Oscillator tracking switch
-
SynthRestFrame
- Rest frame for DOPSET calculations
-
SystemVelocity
- SystemVelocity 1 per IF
Source systemic velocity
-
copy(VLAFrequencyF)
- in place copy
-
FinishParse(VLAScan)
- Any cleanup operations needed for parsing a Scan
-
GetFICard(String, VLAScan)
- Create Fine Tuning Card
-
GetLOCard(String, VLAScan)
- Create Local Oscillator Card
-
SetLo(VLAScan)
- Set LO frequencies
Sets values of LoFrontEnd, Lo24GHz, LoBaseband, LoOffset, FEBandpassFilterCode
using (potentially) SystemVelocity, LineRestFrequency,
RestFrameVelocity, SynthCode, SynthLoTrack and/or SkyBandwidth, SkyFrequency.
myLastLink
public FieldLink myLastLink
- Last link of Field linked list
BandCode
public BandCodeF BandCode
- BandCode 1 per IF
BandwidthCode
public BandwidthCodeF BandwidthCode
- BandwidthCode 1 per IF
LoFrontEnd
public LoFrontEndF LoFrontEnd
- LoFrontEnd 1 per IF
Front End Local Oscillator
Lo24GHz
public Lo24GHzF Lo24GHz
- Lo24GHz 1 per IF
2 - 4 GHz Local Oscillator Frequency in MHz
LoBaseband
public LoBasebandF LoBaseband
- LoBaseband 1 per IF
Baseband Local Oscillator
LoOffset
public LoOffsetF LoOffset
- LoOffset 1 per IF
Local Oscillator offset
FEBandpassFilterCode
public FEBandpassFilterCodeF FEBandpassFilterCode
- FEBandpassFilterCode 1 per IF
Frontend bandpass Filter code
SystemVelocity
public SystemVelocityF SystemVelocity
- SystemVelocity 1 per IF
Source systemic velocity
SkyBandwidth
public SkyBandwidthF SkyBandwidth
- SkyBandwidth 1 per IF
Bandwidth on sky
SkyFrequency
public SkyFrequencyF SkyFrequency
- SkyFrequency 1 per IF
LineRestFrequency
public LineRestFrequencyF LineRestFrequency
- LineRestFrequency 1 per IF
RestFrameVelocity
public RestFrameVelocityF RestFrameVelocity
- Local Rest-Frame Velocity
SynthCode
public SynthCodeF SynthCode
- Synthesizer setting code
SynthFreqVel
public SynthFreqVelF SynthFreqVel
- Frequency / Velocity switch
SynthFreqType
public SynthFreqTypeF SynthFreqType
- Frequency Type. Blank or T
SynthRestFrame
public SynthRestFrameF SynthRestFrame
- Rest frame for DOPSET calculations
SynthLoTrack
public SynthLoTrackF SynthLoTrack
- Local Oscillator tracking switch
SynthFlukeSetSelect
public SynthFlukeSetSelectF SynthFlukeSetSelect
- SynthFlukeSetSelect
copy
public void copy(VLAFrequencyF out)
- in place copy
- Parameters:
-
VLAFrequencyF
- the Object to copy to
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
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
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
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