public class MirrorData extends Object
GuiderData objects to estimate the mirror center. Mirror scale
equals one.| Modifier and Type | Class and Description |
|---|---|
static class |
MirrorData.Brightness
Calculates the brightness difference.
|
static class |
MirrorData.Center
Calcualters the mirror center.
|
static class |
MirrorData.Extinction
Prints a column-list of inst.
|
| Modifier and Type | Field and Description |
|---|---|
private List |
guiderdata
The list of guider data found.
|
static String |
GUIDERDATAENDING
Files with this ending are considered guider data objects.
|
| Constructor and Description |
|---|
MirrorData(File dir)
Constructs a new mirror data object.
|
| Modifier and Type | Method and Description |
|---|---|
private VectorG |
scanForBrightness(double ignore)
Scans for main stars and mirrors present.
|
private List |
scanForExtinction()
Resolves the target star and gets its magnitude.
|
private VectorG |
scanForMirrors(double xmin,
double xmax,
double ymin,
double ymax)
Scans for main stars and mirrors present.
|
public static final String GUIDERDATAENDING
private List guiderdata
public MirrorData(File dir)
private VectorG scanForMirrors(double xmin, double xmax, double ymin, double ymax)
private VectorG scanForBrightness(double ignore)
ignore - Brightness differences higher than the given value are
ignored.private List scanForExtinction()