public class StarProspect extends Glint
| Modifier and Type | Field and Description |
|---|---|
private double |
magerror
From the error of the catalog we deduce a magnitude error.
|
private double |
poserror
From the error of the catalog we deduce an pixel position error.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
StarProspect(Point2D c,
double m) |
StarProspect(Point2D c,
double poserr,
double m,
double magerr) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMagnitudeError()
Transformation of the catalog magnitude will yield a color-dependent
magnitude error if propagated to this detector's QE curve.
|
double |
getPositionError()
The right ascension and declination errors of the star given by the star
catalog give rise to an individual error of the pixel position of the
star.
|
String |
toShortString()
Prints the coordinates and the magnitude, separated by spaces.
|
String |
toString()
Prints the coordinates and the magnitude, separated by spaces.
|
compareTo, equals, getCenter, getInstrumentalMagnitude, isDetectorPosition, magnitudeString, positionStringprivate static final long serialVersionUID
private final double poserror
private final double magerror
public StarProspect(Point2D c, double m)
public StarProspect(Point2D c, double poserr, double m, double magerr)
public double getPositionError()
public double getMagnitudeError()
public String toShortString()