|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.gui.dialog.Dialog
|
+--net.aerith.misao.gui.dialog.PhotometryOperationSettingDialog
The PhotometryOperationSettingDialog represents a
dialog to set parameters for photometry operation.
| Field Summary | |
protected javax.swing.JTextField |
text_limit_mag_brighter
The text field to input the brighter limiting magnitude to use for photometry. |
protected javax.swing.JTextField |
text_limit_mag_fainter
The text field to input the fainter limiting magnitude to use for photometry. |
protected javax.swing.JTextField |
text_mean_threshold_to_accept
The text field to input mean error threshold to accept. |
protected javax.swing.JTextField |
text_minimum_count
The text field to input minimum number of stars. |
protected javax.swing.JTextField |
text_threshold_to_reject
The text field to input error threshold to reject each star. |
| Fields inherited from class net.aerith.misao.gui.dialog.Dialog |
components,
default_values,
parent_pane |
| Constructor Summary | |
PhotometryOperationSettingDialog()
Constructs a PhotometryOperationSettingDialog. |
|
| Method Summary | |
double |
getBrighterLimitingMagnitude()
Gets the brighter limiting magnitude to use for photometry. |
double |
getFainterLimitingMagnitude()
Gets the fainter limiting magnitude to use for photometry. |
double |
getMeanThresholdToAccept()
Gets the mean error threshold to accept. |
int |
getMinimumStarCount()
Gets the minimum number of stars. |
double |
getThresholdToReject()
Gets the error threshold to reject each star. |
protected java.lang.String |
getTitle()
Gets the title of the dialog. |
| Methods inherited from class net.aerith.misao.gui.dialog.Dialog |
saveDefaultValues,
show |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected javax.swing.JTextField text_minimum_count
protected javax.swing.JTextField text_mean_threshold_to_accept
protected javax.swing.JTextField text_threshold_to_reject
protected javax.swing.JTextField text_limit_mag_brighter
protected javax.swing.JTextField text_limit_mag_fainter
| Constructor Detail |
public PhotometryOperationSettingDialog()
PhotometryOperationSettingDialog.| Method Detail |
protected java.lang.String getTitle()
public int getMinimumStarCount()
public double getMeanThresholdToAccept()
public double getThresholdToReject()
public double getBrighterLimitingMagnitude()
public double getFainterLimitingMagnitude()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||