| Package | Description |
|---|---|
| astro | |
| mysql | |
| stella.adapter |
| Modifier and Type | Class and Description |
|---|---|
static class |
HauckCatalog.StromgrenStar |
class |
PastelStar
Uses the Pastel catalog to resolve a given name on the command line.
|
class |
PpmXlStar |
class |
SextractorStar
Star description derived out of sextractor output.
|
class |
StarMatchedSextractor |
class |
UcacStar |
| Modifier and Type | Field and Description |
|---|---|
static SimpleStar |
SimpleStar.SOL |
| Modifier and Type | Method and Description |
|---|---|
static SimpleStar |
SimpleStar.fillMissing(Star main,
Star fill)
Adds all data that is missing from the first star entry, but present in
the second into the first and returns it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlStar
A class that extends a
SimpleStar to host additional info
relevant for stellar activity. |
| Modifier and Type | Field and Description |
|---|---|
private List<SimpleStar> |
PpmXlDatabaseFeeder.collect
All stars worthy to keep from file.
|
private List<SimpleStar> |
Ucac4DatabaseFeeder.collect
All stars worthy to keep from file.
|
| Modifier and Type | Method and Description |
|---|---|
protected SimpleStar |
PpmXlDatabase.parseResultSet(ResultSet rs)
We consider that ra, de are gien in milli-arcsec, so we divide by
3600000.
|
protected SimpleStar |
Ucac4Database.parseResultSet(ResultSet rs)
We consider that ra, de are gien in milli-arcsec, so we divide by
3600000.
|
| Modifier and Type | Method and Description |
|---|---|
List<Star> |
PpmXlDatabase.around(SimpleStar to,
double radius,
boolean faint)
Matches the given star to the PPMXL database using the provided search
radius, which should be five times the combined catalog position
uncertainties.
|
Star |
PpmXlDatabase.match(SimpleStar to,
double radius,
boolean faint)
Matches the given star to the PPMXL database using the provided search
radius, which should be five times the combined catalog position
uncertainties.
|
Star |
HtmStarDatabase.parseDefaultResultSet(ResultSet rs,
SimpleStar star)
The classical fields defined are parsed and put into the empty star
provided.
|
private Map<String,Object> |
PpmXlDatabaseFeeder.prepareMap(SimpleStar to) |
private Map<String,Object> |
Ucac4DatabaseFeeder.prepareMap(SimpleStar to) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
PpmXlDatabaseFeeder.feed(List<SimpleStar> all)
We consider that ra, de are stored in milli-arcsec, so we muliply by
3600000.
|
private boolean |
Ucac4DatabaseFeeder.feed(List<SimpleStar> all)
We consider that ra, de are stored in milli-arcsec, so we muliply by
3600000.
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
AuxiliaryMaster.guideStar(SimpleStar s)
We set the guiding star.
|