| Package | Description |
|---|---|
| astro | |
| stella.util |
| Modifier and Type | Method and Description |
|---|---|
static SextractorStar.Flag |
SextractorStar.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SextractorStar.Flag[] |
SextractorStar.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SextractorStar.Flag> |
SextractorStar.Flag.fromBitmask(int ored)
Converts a integer bitmask into a list of flags.
|
List<SextractorStar.Flag> |
SextractorStar.getFlags()
Gets all the flags.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SextractorStar.addFlag(SextractorStar.Flag f)
Adds an extraction flag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SextractorStar.isFlagSet(List<SextractorStar.Flag> mask)
Returns true, if any of these flags is 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,
List<SextractorStar.Flag> mask)
Retains only those stars, which flag is set according to the query
bitmask.
|
Object |
SextractorStar.setFlags(List<SextractorStar.Flag> f)
Sets a list of flags for this star.
|
static int |
SextractorStar.Flag.toBitmask(List<SextractorStar.Flag> mine)
Converts a list of flags into a single bitmask.
|
| Modifier and Type | Field and Description |
|---|---|
private List<SextractorStar.Flag> |
SextractorRegions.deny
List of deny flags as int masks.
|
private List<SextractorStar.Flag> |
SextractorRegions.red
List of deny flags as int masks.
|
private List<SextractorStar.Flag> |
SextractorRegions.square
List of deny flags as int masks.
|
private List<SextractorStar.Flag> |
SextractorRegions.yellow
List of deny flags as int masks.
|