Package | Description |
---|---|
skyview.executive | |
skyview.geometry | |
skyview.geometry.csys |
Modifier and Type | Field and Description |
---|---|
protected CoordinateSystem |
Imager.c
The CoordinateSystem object for the output image.
|
Modifier and Type | Field and Description |
---|---|
static CoordinateSystem |
CoordinateSystem.B1950
Standard B1950 coordinates
|
static CoordinateSystem |
CoordinateSystem.Gal
Standard Galactic coordinates
|
static CoordinateSystem |
CoordinateSystem.ICRS
Standard ICRS coordinates
|
static CoordinateSystem |
CoordinateSystem.J2000
Standard J2000 coordinates -- the reference frame
|
Modifier and Type | Method and Description |
---|---|
static CoordinateSystem |
CoordinateSystem.factory(java.lang.String name)
Get a coordinate system by name.
|
static CoordinateSystem |
CoordinateSystem.factory(java.lang.String name,
java.lang.String equinox) |
CoordinateSystem |
WCS.getCoordinateSystem()
Get the CoordinateSystem used in the WCS
|
Constructor and Description |
---|
WCS(CoordinateSystem csys,
Projection proj,
Scaler scale)
Create a simple WCS given a scaler, CoordinateSystem and Projection.
|
Modifier and Type | Class and Description |
---|---|
class |
Besselian
This class implements Besselian coordinate systems.
|
class |
Ecliptic
An ecliptic coordinate system in a Julian frame.
|
class |
Galactic
The class defining Galactic coordinate system.
|
class |
Helioecliptic
A helioecliptic coordinate system at a given epoch.
|
class |
ICRS
A class defining the ICRS coordinate system.
|
class |
Julian
The class defining Julian coordinate systems.
|
Constructor and Description |
---|
PositionAngleConverter(CoordinateSystem input,
CoordinateSystem output) |