| Package | Description |
|---|---|
| astro | |
| astro.fits | |
| astro.util | |
| stella.util |
| Modifier and Type | Class and Description |
|---|---|
class |
StarMatchedSextractor |
| Modifier and Type | Method and Description |
|---|---|
List<SextractorStar> |
SextractorRead.parse(File f)
Parses the ascii-input file into a list of sextractor stars.
|
List<SextractorStar> |
SextractorRead.parse(String f)
Parses the ascii-input file into a list of sextractor stars.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SextractorStar.PixelPosition.compare(SextractorStar s1,
SextractorStar s2)
Compares the distances of the two star to the specified center.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SextractorRead.daoFindExport(List<SextractorStar> asc,
File f)
Writes a list of sextractor stars as a dao-find list to the stated file.
|
static boolean |
SextractorStar.removeAll(List<SextractorStar> list,
int mask)
Removes all sextractor stars from this list that have one of the
specified flags set.
|
static boolean |
SextractorStar.removeAll(List<SextractorStar> list,
List<SextractorStar.Flag> mask)
Removes all sextractor stars from this list that have one of the
specified flags set.
|
static boolean |
SextractorStar.retainAll(List<SextractorStar> list,
int mask)
Retains only those stars, which flag is set according to the query
bitmask.
|
static boolean |
SextractorStar.retainAll(List<SextractorStar> list,
List<SextractorStar.Flag> mask)
Retains only those stars, which flag is set according to the query
bitmask.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSkyMaker.Thumbnail |
ElongatedSkyMaker.getStellarPsf(SextractorStar ss) |
protected AbstractSkyMaker.Thumbnail |
GaussSkyMaker.getStellarPsf(SextractorStar ss) |
protected abstract AbstractSkyMaker.Thumbnail |
AbstractSkyMaker.getStellarPsf(SextractorStar ss)
Returns the point-spread function to be used for this
stellar images.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSkyMaker.SkyRandomModel |
AbstractSkyMaker.createSky(List<SextractorStar> xy,
Rectangle size) |
float[] |
AbstractSkyMaker.pinprick(AbstractSkyMaker.SkyRandomModel model,
List<SextractorStar> xy,
float slender,
boolean peak,
Rectangle size,
double bias,
double ron)
From a sky model and a list of stars, reduce the FWHM by a factor of
slender, at the same time preserving peak (or flux).
|
| Modifier and Type | Method and Description |
|---|---|
private static SextractorStar |
StarParser.parseFromAdvancedSex(List<String> one) |
static SextractorStar |
StarParser.parseFromAdvancedSex(String line)
Reverses a sextractor.advancedSex string output.
|
private static SextractorStar |
StarParser.parseFromSextractor(List<String> one,
int xc,
int xec,
int yc,
int yec,
int mc,
int mec,
int backc,
int fwhmc,
int ellc,
int theatc,
int flagc,
int propc) |
static SextractorStar |
StarParser.parseFromSextractor(String line,
int xc,
int xec,
int yc,
int yec,
int mc,
int mec,
int backc,
int fwhmc,
int ellc,
int theatc,
int flagc,
int propc)
Parses a single sextractor line specifying all columns, -1 for not
applicable.
|
private static SextractorStar |
StarParser.parseFromThetaSex(List<String> one) |
| Modifier and Type | Method and Description |
|---|---|
static Map.Entry<String,SextractorStar> |
StarParser.parseFromSextractorSharp(String line)
Parses sextractor stars written by wcs external in the three categories
used sharp and fwhm/ell.
|
| Modifier and Type | Method and Description |
|---|---|
List<SextractorStar> |
SextractorRegions.filter(List<SextractorStar> read)
After reading an input sextractor file, filter out all the denied stars.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
SextractorRegions.getColor(SextractorStar ss)
Returns the color that should be used for this star.
|
static ShapeDraw |
SextractorRegions.getEllipticStar(SextractorStar ss,
Dimension size) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
SextractorRegions.canvas(List<SextractorStar> read,
Dimension size)
Converts a sectractor list to a JNormalizedCanvas shape list.
|
List<String> |
SextractorRegions.ds9(List<SextractorStar> read)
Converts a sextractor list to a ds9-region list.
|
List<SextractorStar> |
SextractorRegions.filter(List<SextractorStar> read)
After reading an input sextractor file, filter out all the denied stars.
|