All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.VLAPatternF
java.lang.Object
|
+----JObserve.VLA.VLAPatternF
- public final class VLAPatternF
- extends Object
VLA scan pointing pattern information class.
- See Also:
- LabeledLink, Linkage
-
AltCalCode
- Alternate Calcode
-
AzOffset
- Az offset in units points per beam
-
BeginObservation
- Source position information at start of observations.
-
DECRaster
- Declination for the Raster
-
ElOffset
- El offset in units points per beam
-
myLastLink
- Last link of Field linked list
-
NumSamples
- Number of samples along the line
-
PAtoTrace
- Position Angle in degrees of line to trace
-
PMdDECdt
- Planetary motion change in Dec
-
PMdRAdt
- Planetary motion change in RA
-
PMIAT
- Planetary motion reference time
-
PMParallax
- Planetary motion Parallax
-
PrimaryTime
- Integration time per sample
-
RARaster
- Right ascension for the Raster
-
RasterIF
- IF to calculate beam size
-
RasterPath
- Path to trace
-
RasterType
- Type of raster
-
SampleSpacing
- Spacing between samples in number of samples per beam
-
SecondaryTime
- Integration time per sample
-
Start
- Start
Scan start source position information.
-
Stop
- Scan source position information at scan stop time.
-
copy(VLAPatternF)
- in place copy
-
FinishParse(VLAScan)
- Any cleanup operations needed for parsing a Scan
-
GetOffsetCard(Scan)
- Create Offset Card
-
GetPMCard(String, Scan)
- Create Planetary motion Card
-
GetStopPos(ScanPos)
- Get final position of a scan
myLastLink
public FieldLink myLastLink
- Last link of Field linked list
Start
public ScanPos Start
- Start
Scan start source position information.
Computed values not directly edited by the user.
BeginObservation
public ScanPos BeginObservation
- Source position information at start of observations.
Computed values not directly edited by the user.
Stop
public ScanPos Stop
- Scan source position information at scan stop time.
Computed values not directly edited by the user.
RasterIF
public RasterIFF RasterIF
- IF to calculate beam size
RasterPath
public RasterPathF RasterPath
- Path to trace
RasterType
public RasterTypeF RasterType
- Type of raster
AzOffset
public AzOffsetF AzOffset
- Az offset in units points per beam
ElOffset
public ElOffsetF ElOffset
- El offset in units points per beam
PAtoTrace
public PAtoTraceF PAtoTrace
- Position Angle in degrees of line to trace
SampleSpacing
public SampleSpacingF SampleSpacing
- Spacing between samples in number of samples per beam
PrimaryTime
public PrimaryTimeF PrimaryTime
- Integration time per sample
SecondaryTime
public SecondaryTimeF SecondaryTime
- Integration time per sample
NumSamples
public NumSamplesF NumSamples
- Number of samples along the line
RARaster
public RARasterF RARaster
- Right ascension for the Raster
DECRaster
public DECRasterF DECRaster
- Declination for the Raster
AltCalCode
public AltCalCodeF AltCalCode
- Alternate Calcode
PMdRAdt
public PMdRAdtF PMdRAdt
- Planetary motion change in RA
PMdDECdt
public PMdDECdtF PMdDECdt
- Planetary motion change in Dec
PMIAT
public PMIATF PMIAT
- Planetary motion reference time
PMParallax
public PMParallaxF PMParallax
- Planetary motion Parallax
copy
public void copy(VLAPatternF out)
- in place copy
- Parameters:
-
VLAPatternF
- the Object to copy to
GetPMCard
public String GetPMCard(String PMId,
Scan theScan)
- Create Planetary motion Card
- Parameters:
-
String -
PM card prefix
-
Scan -
current scan
- Returns:
- s
String
PM Card
GetOffsetCard
public String GetOffsetCard(Scan theScan)
- Create Offset Card
- Parameters:
-
Scan -
current scan
- Returns:
- s
String
OF Card
GetStopPos
public void GetStopPos(ScanPos out)
- Get final position of a scan
- Parameters:
-
ScanPos
- Structure to be filled in
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