All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.ScanPos
java.lang.Object
|
+----JObserve.ScanPos
- public class ScanPos
- extends Object
Numeric Scan position values.
These are computed values that are not directly edited by the user.
- See Also:
- Scan
-
Az
- Az, El
Azimuth and elevation of source (rad)
-
Dec
- Ra, Ha, Dec
Celestial position (rad)
-
El
- Az, El
Azimuth and elevation of source (rad)
-
Epoch
- Coordinate Epoch
-
Ha
- Ra, Ha, Dec
Celestial position (rad)
-
IAT
- IAT
International Atomic Time (TAI) (rad?)
-
LST
- LST
Local Siderial time (rad?)
-
ParallacticAngle
- ParallacticAngle
Parallactic angle of the source (rad)
-
Ra
- Ra, Ha, Dec
Celestial position (rad)
-
ScanPos()
- Default constructor
-
ScanPos(ScanPos)
- Copy constructor
-
setGeom(double)
- Compute geometry
Given RA, Dec, LST and Latitude compute
Hour Angle, Azimuth, Elevation and Parallactic angle
Epoch
public double Epoch
- Coordinate Epoch
LST
public double LST
- LST
Local Siderial time (rad?)
IAT
public double IAT
- IAT
International Atomic Time (TAI) (rad?)
Az
public double Az
- Az, El
Azimuth and elevation of source (rad)
El
public double El
- Az, El
Azimuth and elevation of source (rad)
Ra
public double Ra
- Ra, Ha, Dec
Celestial position (rad)
Ha
public double Ha
- Ra, Ha, Dec
Celestial position (rad)
Dec
public double Dec
- Ra, Ha, Dec
Celestial position (rad)
ParallacticAngle
public double ParallacticAngle
- ParallacticAngle
Parallactic angle of the source (rad)
ScanPos
public ScanPos()
- Default constructor
ScanPos
public ScanPos(ScanPos in)
- Copy constructor
- Parameters:
-
ScanPos
- Object to copy
setGeom
public void setGeom(double Lat)
- Compute geometry
Given RA, Dec, LST and Latitude compute
Hour Angle, Azimuth, Elevation and Parallactic angle
- Parameters:
-
double
- Latitude of telescope (rad)
All Packages Class Hierarchy This Package Previous Next Index