All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.VLA.VLASourceF

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

public final class VLASourceF
extends Object
VLA Source scan information class.

See Also:
LabeledLink, Linkage

Variable Index

 o B1950EpochDeclared
 o CalCode
Calibration code that really looks like a position accuracy code
 o CalibratorFlux
Flux obtained from the calibrator database
 o DEC1950
Declination for the epoch 1950.0
 o DEC2000
Declination for the epoch 2000.0
 o DECofEpoch
Declination for the epoch
 o DetRefPointing
Determine reference pointing mode
 o Epoch
Epoch for the following position.
 o EpochCode
Code for the epoch field, tells current apparent position or arbitrary Epoch.
 o EpochDeclared
 o EpochOfChange
Epoch of change between B and J systems
 o FESubreflector
Name of the file containing the front end and subreflector parameters
 o IFfile
Name of the file containing gain calibration parameters
 o J2000EpochDeclared
 o myLastLink
Last link of Field linked list
 o Name
Source name
 o NRAOCalibrator
True if this is an NRAO calibrator
 o NumericQualifier
Optional numeric qualifier for the source
 o RA1950
Right ascension for the epoch 1950.0
 o RA2000
Right ascension for the epoch 2000.0
 o RAofEpoch
Right ascension for the epoch
 o ReferencePointing
Apply on-line pointing correction
 o TypeOfEpoch
Type of epoch declared to be written to the observe file
 o UndeclaredEpoch
Symbolic values for the state of an epoch.

Method Index

 o copy(VLASourceF)
in place copy
 o FinishParse(VLAScan)
Any cleanup operations needed for parsing a Scan
 o GetRADECStrings()
Return RA, Dec strings in scan selected epoch
 o GetRADECStrings(boolean)
Return RA, Dec strings
 o GetSourceCard(VLAScan)
Create Source Card

Variables

 o UndeclaredEpoch
 public static final int UndeclaredEpoch
Symbolic values for the state of an epoch. UndeclaredEpoch, B1950EpochDeclared, EpochDeclared, J2000EpochDeclared

 o B1950EpochDeclared
 public static final int B1950EpochDeclared
 o EpochDeclared
 public static final int EpochDeclared
 o J2000EpochDeclared
 public static final int J2000EpochDeclared
 o myLastLink
 public FieldLink myLastLink
Last link of Field linked list

 o Name
 public NameF Name
Source name

 o NumericQualifier
 public NumericQualifierF NumericQualifier
Optional numeric qualifier for the source

 o NRAOCalibrator
 public NRAOCalibratorF NRAOCalibrator
True if this is an NRAO calibrator

 o CalibratorFlux
 public CalibratorFluxF CalibratorFlux
Flux obtained from the calibrator database

 o TypeOfEpoch
 public int TypeOfEpoch
Type of epoch declared to be written to the observe file

 o RA2000
 public RA2000F RA2000
Right ascension for the epoch 2000.0

 o DEC2000
 public DEC2000F DEC2000
Declination for the epoch 2000.0

 o Epoch
 public EpochF Epoch
Epoch for the following position. An OBSERVE TimeType

 o RAofEpoch
 public RAofEpochF RAofEpoch
Right ascension for the epoch

 o DECofEpoch
 public DECofEpochF DECofEpoch
Declination for the epoch

 o RA1950
 public RA1950F RA1950
Right ascension for the epoch 1950.0

 o DEC1950
 public DEC1950F DEC1950
Declination for the epoch 1950.0

 o EpochCode
 public EpochCodeF EpochCode
Code for the epoch field, tells current apparent position or arbitrary Epoch.

 o EpochOfChange
 public EpochOfChangeF EpochOfChange
Epoch of change between B and J systems

 o CalCode
 public CalCodeF CalCode
Calibration code that really looks like a position accuracy code

 o ReferencePointing
 public ReferencePointingF ReferencePointing
Apply on-line pointing correction

 o DetRefPointing
 public DetRefPointingF DetRefPointing
Determine reference pointing mode

 o IFfile
 public IFfileF IFfile
Name of the file containing gain calibration parameters

 o FESubreflector
 public FESubreflectorF FESubreflector
Name of the file containing the front end and subreflector parameters

Methods

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

Parameters:
VLASourceF - the Object to copy to
 o GetSourceCard
 public String GetSourceCard(VLAScan theScan)
Create Source Card

Parameters:
VLAScan - current scan
Returns:
s String Source Card
 o FinishParse
 public void FinishParse(VLAScan theScan)
Any cleanup operations needed for parsing a Scan

Parameters:
VLAScan - the Scan parsed
 o GetRADECStrings
 public String[] GetRADECStrings(boolean J2000)
Return RA, Dec strings

Parameters:
boolean - true if J2000, false if B1950
Returns:
String[] RA, Dec strings with no embedded blanks
 o GetRADECStrings
 public String[] GetRADECStrings()
Return RA, Dec strings in scan selected epoch

Returns:
String[] RA, Dec strings with no embedded blanks

All Packages  Class Hierarchy  This Package  Previous  Next  Index