|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.util.MirrorData
public class MirrorData
Based on messured mirror positions on acquire frames, we use
GuiderData objects to estimate the mirror center. Mirror scale
equals one.
| Nested Class Summary | |
|---|---|
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. |
| Field Summary | |
|---|---|
private List |
guiderdata
The list of guider data found. |
static String |
GUIDERDATAENDING
Files with this ending are considered guider data objects. |
| Constructor Summary | |
|---|---|
MirrorData(File dir)
Constructs a new mirror data object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GUIDERDATAENDING
private List guiderdata
| Constructor Detail |
|---|
public MirrorData(File dir)
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||