public class StarMatchedSextractor extends SextractorStar
SextractorStar.Flag, SextractorStar.PixelPositionSimpleStar.Distance, SimpleStar.StarComparator| Modifier and Type | Field and Description |
|---|---|
private Float |
catmag
The magnitude in the catalog.
|
private Float |
catmagerr
The magnitude error.
|
private Double |
matchedseparation
The separation between catalog ra/de and WCS position, degrees.
|
private static long |
serialVersionUID |
DEFCOLOR, DEFID, DEFPROPDEC, DEFPROPRA, HTM, SKYMAG, SOL, UNKNOWN| Constructor and Description |
|---|
StarMatchedSextractor() |
StarMatchedSextractor(String name) |
| Modifier and Type | Method and Description |
|---|---|
float |
getCatalogMag()
Returns the catalog magnitude of this star or NaN if undefined.
|
float |
getCatalogMagErr()
Returns the catalog magnitude of this star or NaN if undefined.
|
double |
getMatchedSeparation()
Returns the separation of this star's catalog ra/de to the retrieved
CCD position via the WCS solution.
|
boolean |
isCatalogMagErrValid() |
boolean |
isCatalogMagValid() |
Object |
setCatalogMag(float cmag)
Sets the catalog magnitude, preferably in the frames filter color.
|
Object |
setCatalogMagErr(float cmag)
Sets the catalog magnitude, preferably in the frames filter color.
|
Object |
setMatchedSeparation(double d)
Sets the WCS-derived ra/de positional separation from the catalogs
position in degrees.
|
addFlag, advancedDescription, advancedSex, daoFind, fullDescription, fullSex, getBackground, getCcdErrX, getCcdErrY, getCcdX, getCcdY, getEllipticity, getFlags, getFwhm, getIntegerFlags, getMagErr, getPixelPosition, getProbability, getTheta, isCoordinateValid, isFlagSet, isFlagSet, isInstrumentalValid, removeAll, removeAll, retainAll, retainAll, setBackground, setCcdErrX, setCcdErrY, setCcdX, setCcdY, setEllipticity, setFlags, setFwhm, setIntegerFlags, setMagErr, setProbability, setTheta, standardSex, toStringequals, exportIdMap, exportNameMap, fillMissing, get, getColor, getDe, getEpoch, getEquinox, getHtmName, getHtmName, getID, getMag, getMagComparator, getName, getPropDe, getProperty, getPropRa, getRa, getSeparation, getSeparation, getSeparation, getSeparation, getSeparation, isFullyValid, isMarginallyValid, isSexagesimal, isValid, isVeryValid, matches, matches, parseSexagesimal, raDeString, raDeString, raDeString, raDeString, set, setColor, setDe, setEpoch, setEquinox, setID, setMag, setName, setPropDe, setProperty, setPropRa, setRa, sexagesimal, sexagesimal, sexagesimal, sexagesimal, toBasicString, toBasicString, toDegreeString, toDegreeStringprivate static final long serialVersionUID
private Float catmag
private Float catmagerr
private Double matchedseparation
public StarMatchedSextractor()
public StarMatchedSextractor(String name)
name - public Object setCatalogMag(float cmag)
cmag - Catalog brightness in magnitudes.public float getCatalogMag()
public Object setCatalogMagErr(float cmag)
cmag - Catalog brightness in magnitudes.public float getCatalogMagErr()
public Object setMatchedSeparation(double d)
d - public double getMatchedSeparation()
public boolean isCatalogMagValid()
public boolean isCatalogMagErrValid()