net.aerith.misao.gui.dialog
Class PhotometryOperationSettingDialog

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.Dialog
        |
        +--net.aerith.misao.gui.dialog.PhotometryOperationSettingDialog

public class PhotometryOperationSettingDialog
extends Dialog

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

text_minimum_count

protected javax.swing.JTextField text_minimum_count
The text field to input minimum number of stars.

text_mean_threshold_to_accept

protected javax.swing.JTextField text_mean_threshold_to_accept
The text field to input mean error threshold to accept.

text_threshold_to_reject

protected javax.swing.JTextField text_threshold_to_reject
The text field to input error threshold to reject each star.

text_limit_mag_brighter

protected javax.swing.JTextField text_limit_mag_brighter
The text field to input the brighter limiting magnitude to use for photometry.

text_limit_mag_fainter

protected javax.swing.JTextField text_limit_mag_fainter
The text field to input the fainter limiting magnitude to use for photometry.
Constructor Detail

PhotometryOperationSettingDialog

public PhotometryOperationSettingDialog()
Constructs a PhotometryOperationSettingDialog.
Method Detail

getTitle

protected java.lang.String getTitle()
Gets the title of the dialog.
Overrides:
getTitle in class Dialog
Returns:
the title of the dialog.

getMinimumStarCount

public int getMinimumStarCount()
Gets the minimum number of stars.
Returns:
the minimum number of stars.

getMeanThresholdToAccept

public double getMeanThresholdToAccept()
Gets the mean error threshold to accept.
Returns:
the mean error threshold to accept.

getThresholdToReject

public double getThresholdToReject()
Gets the error threshold to reject each star.
Returns:
the error threshold to reject each star.

getBrighterLimitingMagnitude

public double getBrighterLimitingMagnitude()
Gets the brighter limiting magnitude to use for photometry.
Returns:
the brighter limiting magnitude to use for photometry.

getFainterLimitingMagnitude

public double getFainterLimitingMagnitude()
Gets the fainter limiting magnitude to use for photometry.
Returns:
the fainter limiting magnitude to use for photometry.