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
-
B1950EpochDeclared
-
-
CalCode
- Calibration code that really looks like a position accuracy code
-
CalibratorFlux
- Flux obtained from the calibrator database
-
DEC1950
- Declination for the epoch 1950.0
-
DEC2000
- Declination for the epoch 2000.0
-
DECofEpoch
- Declination for the epoch
-
DetRefPointing
- Determine reference pointing mode
-
Epoch
- Epoch for the following position.
-
EpochCode
- Code for the epoch field, tells current apparent position or arbitrary Epoch.
-
EpochDeclared
-
-
EpochOfChange
- Epoch of change between B and J systems
-
FESubreflector
- Name of the file containing the front end and subreflector parameters
-
IFfile
- Name of the file containing gain calibration parameters
-
J2000EpochDeclared
-
-
myLastLink
- Last link of Field linked list
-
Name
- Source name
-
NRAOCalibrator
- True if this is an NRAO calibrator
-
NumericQualifier
- Optional numeric qualifier for the source
-
RA1950
- Right ascension for the epoch 1950.0
-
RA2000
- Right ascension for the epoch 2000.0
-
RAofEpoch
- Right ascension for the epoch
-
ReferencePointing
- Apply on-line pointing correction
-
TypeOfEpoch
- Type of epoch declared to be written to the observe file
-
UndeclaredEpoch
- Symbolic values for the state of an epoch.
-
copy(VLASourceF)
- in place copy
-
FinishParse(VLAScan)
- Any cleanup operations needed for parsing a Scan
-
GetRADECStrings()
- Return RA, Dec strings in scan selected epoch
-
GetRADECStrings(boolean)
- Return RA, Dec strings
-
GetSourceCard(VLAScan)
- Create Source Card
UndeclaredEpoch
public static final int UndeclaredEpoch
- Symbolic values for the state of an epoch.
UndeclaredEpoch, B1950EpochDeclared, EpochDeclared, J2000EpochDeclared
B1950EpochDeclared
public static final int B1950EpochDeclared
EpochDeclared
public static final int EpochDeclared
J2000EpochDeclared
public static final int J2000EpochDeclared
myLastLink
public FieldLink myLastLink
- Last link of Field linked list
Name
public NameF Name
- Source name
NumericQualifier
public NumericQualifierF NumericQualifier
- Optional numeric qualifier for the source
NRAOCalibrator
public NRAOCalibratorF NRAOCalibrator
- True if this is an NRAO calibrator
CalibratorFlux
public CalibratorFluxF CalibratorFlux
- Flux obtained from the calibrator database
TypeOfEpoch
public int TypeOfEpoch
- Type of epoch declared to be written to the observe file
RA2000
public RA2000F RA2000
- Right ascension for the epoch 2000.0
DEC2000
public DEC2000F DEC2000
- Declination for the epoch 2000.0
Epoch
public EpochF Epoch
- Epoch for the following position. An OBSERVE TimeType
RAofEpoch
public RAofEpochF RAofEpoch
- Right ascension for the epoch
DECofEpoch
public DECofEpochF DECofEpoch
- Declination for the epoch
RA1950
public RA1950F RA1950
- Right ascension for the epoch 1950.0
DEC1950
public DEC1950F DEC1950
- Declination for the epoch 1950.0
EpochCode
public EpochCodeF EpochCode
- Code for the epoch field, tells current apparent position or arbitrary Epoch.
EpochOfChange
public EpochOfChangeF EpochOfChange
- Epoch of change between B and J systems
CalCode
public CalCodeF CalCode
- Calibration code that really looks like a position accuracy code
ReferencePointing
public ReferencePointingF ReferencePointing
- Apply on-line pointing correction
DetRefPointing
public DetRefPointingF DetRefPointing
- Determine reference pointing mode
IFfile
public IFfileF IFfile
- Name of the file containing gain calibration parameters
FESubreflector
public FESubreflectorF FESubreflector
- Name of the file containing the front end and subreflector parameters
copy
public void copy(VLASourceF out)
- in place copy
- Parameters:
-
VLASourceF
- the Object to copy to
GetSourceCard
public String GetSourceCard(VLAScan theScan)
- Create Source Card
- Parameters:
-
VLAScan -
current scan
- Returns:
- s
String
Source Card
FinishParse
public void FinishParse(VLAScan theScan)
- Any cleanup operations needed for parsing a Scan
- Parameters:
-
VLAScan
- the Scan parsed
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
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