Serialized Form


Package net.aerith.misao.catalog.io

Class net.aerith.misao.catalog.io.Ucac1Reader.EndOfChunkException implements Serializable

Serialized Fields

this$0


Ucac1Reader this$0


Package net.aerith.misao.gui

Class net.aerith.misao.gui.BaseDesktop implements Serializable

Class net.aerith.misao.gui.BaseFrame implements Serializable

Serialized Fields

pane


java.awt.Container pane
The content pane of this frame.

ui_info


javax.swing.UIManager.LookAndFeelInfo[] ui_info
The array of look and feel information.

Class net.aerith.misao.gui.BaseInternalFrame implements Serializable

Serialized Fields

pane


java.awt.Container pane
The content pane of this frame.

Class net.aerith.misao.gui.BlinkMonoImageComponent implements Serializable

Serialized Fields

images


java.awt.Image[] images
The list of java.awt.Images. It is null at the beginning, or just after updated. It is creaeted and set when the image is actually painted.

menu_start


javax.swing.JMenuItem menu_start
The menu item to start the blink.

menu_stop


javax.swing.JMenuItem menu_stop
The menu item to stop the blink.

mono_images


MonoImage[] mono_images
The list of images.

running


boolean running
True if the blink thead is running.

stats


LevelAdjustmentSet[] stats
The list of image level and statistics.

thread


BlinkMonoImageComponent.BlinkThread thread
The thread which controls the blink of images

thread_interval


int thread_interval
The thread interval in milliseconds.

Class net.aerith.misao.gui.CatalogSelectionTable implements Serializable

Serialized Fields

acronym_list


java.util.Vector acronym_list
The list of acronyms.

catalog_list


java.util.Vector catalog_list
The list of catalogs.

column_model


javax.swing.table.DefaultTableColumnModel column_model
The table column model.

hash


java.util.Hashtable hash
The hash table which contains the catalog is selected or not.

model


javax.swing.table.DefaultTableModel model
The table model.

Class net.aerith.misao.gui.CatalogTree implements Serializable

Serialized Fields

listener_list


java.util.Vector listener_list
The list of listeners of catalog selection.

pane


java.awt.Container pane
The pane of this component.

root


javax.swing.tree.DefaultMutableTreeNode root
The root node.

Class net.aerith.misao.gui.CatalogTreePanel implements Serializable

Serialized Fields

catalog_tree


CatalogTree catalog_tree
The catalog tree.

radio_code


javax.swing.JRadioButton radio_code
The radio button to display catalog code in tree.

radio_name


javax.swing.JRadioButton radio_name
The radio button to display catalog name in tree.

radio_panel


javax.swing.JPanel radio_panel
The panel of radio buttons.

Class net.aerith.misao.gui.ChartComponent implements Serializable

Serialized Fields

basepoint_at_center


boolean basepoint_at_center
True if the (0,0) represents the center of the chart. Otherwise, the (0,0) represents the top left corner.

default_property


PlotProperty default_property
The default properties to plot stars.

folding_characters


int folding_characters
The number of characters to fold the star data in the dialog.

list


StarPositionList list
The list of stars to plot.

offscreen


java.awt.Image offscreen
The off screen image.

pane


java.awt.Container pane
The pane of this component.

plot_properties


java.util.Hashtable plot_properties
The properties to plot stars.

popup


javax.swing.JPopupMenu popup
The popup menu.

size


Size size
The size of chart.

star_click_listener


StarClickListener star_click_listener
The listener of star click event. If null, this chart itself handles the event and shows the star information message box.

Class net.aerith.misao.gui.ControlPanel implements Serializable

Serialized Fields

button_reset


javax.swing.JButton button_reset

button_set


javax.swing.JButton button_set

button_start


javax.swing.JButton button_start

button_stop


javax.swing.JButton button_stop

failed_message_flag


boolean failed_message_flag
True when to show the failed message.

interrupted_message_flag


boolean interrupted_message_flag
True when to show the interrupted message.

listener_reset


ControlPanel.ResetListener listener_reset
The listener to reset.

listener_set


ControlPanel.SetListener listener_set
The listener to set parameters.

listener_start


ControlPanel.StartListener listener_start
The listener to start the operation.

listener_stop


ControlPanel.StopListener listener_stop
The listener to stop parameters.

menu_items


javax.swing.JMenuItem[] menu_items

mode


int mode
The mode.

operation


Operation operation

pane


java.awt.Container pane
The content pane of this panel.

succeeded_message_flag


boolean succeeded_message_flag
True when to show the succeeded message.

thread


java.lang.Thread thread

Class net.aerith.misao.gui.CoorPanel implements Serializable

Serialized Fields

combo_sign


javax.swing.JComboBox combo_sign
The combo box to select sign of Decl.

text_Decl_d


javax.swing.JTextField text_Decl_d
The text field to input degree of Decl.

text_Decl_m


javax.swing.JTextField text_Decl_m
The text field to input arcmin of Decl.

text_Decl_s


javax.swing.JTextField text_Decl_s
The text field to input arcsec of Decl.

text_RA_h


javax.swing.JTextField text_RA_h
The text field to input hour of R.A.

text_RA_m


javax.swing.JTextField text_RA_m
The text field to input minute of R.A.

text_RA_s


javax.swing.JTextField text_RA_s
The text field to input second of R.A.

Class net.aerith.misao.gui.DatabaseCatalogTree implements Serializable

Serialized Fields

db_manager


GlobalDBManager db_manager
The database manager.

hash_stars


java.util.Hashtable hash_stars
The hash table which contains the tree path and the star object.

Class net.aerith.misao.gui.DatabaseInformationTree implements Serializable

Serialized Fields

db_manager


InformationDBManager db_manager
The information database manager.

hash_info


java.util.Hashtable hash_info
The hash table which contains the tree path and the image information.

listener_list


java.util.Vector listener_list
The list of listeners of image information selection.

mode


int mode
The mode.

pane


java.awt.Container pane
The pane of this component.

root


javax.swing.tree.DefaultMutableTreeNode root
The root node.

Class net.aerith.misao.gui.DateAndTimePanel implements Serializable

Serialized Fields

combo_day


javax.swing.JComboBox combo_day
The combo box to select day;

combo_hour


javax.swing.JComboBox combo_hour
The combo box to select hour;

combo_minute


javax.swing.JComboBox combo_minute
The combo box to select minute;

combo_month


javax.swing.JComboBox combo_month
The combo box to select month;

combo_second


javax.swing.JComboBox combo_second
The combo box to select second;

text_year


javax.swing.JTextField text_year
The text field to input year.

Class net.aerith.misao.gui.Desktop implements Serializable

Serialized Fields

close_window_listener


Desktop.CloseWindowListener close_window_listener
The listener to close a frame.

db_manager


GlobalDBManager db_manager
The database manager.

desktop_pane


javax.swing.JDesktopPane desktop_pane
The pane of the desktop.

file_manager


FileManager file_manager
The file manager.

frame_list


java.util.Vector frame_list
The list of opening internal frames.

menu_windows


javax.swing.JMenu menu_windows
The menu of opening internal frames.

monitor_set


MonitorSet monitor_set
The set of monitors.

select_window_listener


Desktop.SelectWindowListener select_window_listener
The listener to bring a window to the front.

Class net.aerith.misao.gui.EdittableChartComponent implements Serializable

Serialized Fields

center_coor


Coor center_coor
The R.A. and Decl. of the center.

chart_edition_listeners


java.util.Vector chart_edition_listeners
The list of chart edition listeners.

db_manager


CatalogDBManager db_manager
The catalog database manager.

fov_height


double fov_height
The vertical field of view in degree.

fov_width


double fov_width
The horizontal field of view in degree.

Class net.aerith.misao.gui.FileOperationTable implements Serializable

Serialized Fields

column_model


javax.swing.table.DefaultTableColumnModel column_model
The table column model.

dt


java.awt.dnd.DropTarget dt
The drop target.

mode


int mode
The mode.

model


javax.swing.table.DefaultTableModel model
The table model.

pane


java.awt.Container pane
The content pane of this frame.

popup


javax.swing.JPopupMenu popup
The popup menu.

record_list


java.util.Vector record_list
The list of file records.

Class net.aerith.misao.gui.FileOperationTable.StatusRenderer implements Serializable

Serialized Fields

header_value


java.lang.String header_value
The header value.

this$0


FileOperationTable this$0

Class net.aerith.misao.gui.FixedScrollPane implements Serializable

Serialized Fields

dimension


java.awt.Dimension dimension
The size.

Class net.aerith.misao.gui.HistogramComponent implements Serializable

Serialized Fields

histogram


Histogram histogram
The histogram.

max_pointer


int max_pointer
The maximum pointer location.

maximum


double maximum
The maximum value of the histogram.

min_pointer


int min_pointer
The minimum pointer location.

minimum


double minimum
The minimum value of the histogram.

off_image


java.awt.Image off_image
The off screen.

target


Statisticable target
The target image.

Class net.aerith.misao.gui.IconLabel implements Serializable

Serialized Fields

icon


javax.swing.Icon icon
The icon of the mark.

Class net.aerith.misao.gui.ImageComponent implements Serializable

Serialized Fields

dimension


java.awt.Dimension dimension
The preferred size, considering the zoom level.

image


java.awt.Image image
The java.awt.Image to view.

image_content


ImageContent image_content
The content image to view.

markup_position


Position markup_position
The position on the image to mark up. If not to mark up, it must be null.

pane


java.awt.Container pane
The pane of this component.

popup


javax.swing.JPopupMenu popup
The popup menu.

zoom_level


int zoom_level
The number of zoom level. It is 0 when the size is normal. The number 1 means magnified twice, 2 means third and 3 means fourth. The number -1 means reduced twice, -2 means third and -3 means fourth.

Class net.aerith.misao.gui.ImageLabel implements Serializable

Class net.aerith.misao.gui.InformationAndPositionTable implements Serializable

Serialized Fields

coor


Coor coor
The R.A and Decl.

Class net.aerith.misao.gui.InformationTable implements Serializable

Class net.aerith.misao.gui.InstructionTable implements Serializable

Class net.aerith.misao.gui.LimitingMagPanel implements Serializable

Serialized Fields

text_brighter


javax.swing.JTextField text_brighter
The text field to input the brighter limit.

text_fainter


javax.swing.JTextField text_fainter
The text field to input the fainter limit.

Class net.aerith.misao.gui.MagnitudeDatabaseTree implements Serializable

Class net.aerith.misao.gui.MagnitudeSystemCodePanel implements Serializable

Serialized Fields

button_help


javax.swing.JButton button_help
The button to show the help message.

pane


java.awt.Container pane
The pane of this component.

text


javax.swing.JTextField text
The text field to input the magnitude system code.

Class net.aerith.misao.gui.MainFrame implements Serializable

Serialized Fields

dt


java.awt.dnd.DropTarget dt
The drop target.

Class net.aerith.misao.gui.MonitorArea implements Serializable

Serialized Fields

menu_restart


javax.swing.JMenuItem menu_restart
The menu item to restart logging.

menu_stop


javax.swing.JMenuItem menu_stop
The menu item to stop logging.

popup


javax.swing.JPopupMenu popup
The popup menu.

stopped


boolean stopped
True when not to show messages.

Class net.aerith.misao.gui.MonitorFrame implements Serializable

Serialized Fields

text_area


MonitorArea text_area
The text area.

Class net.aerith.misao.gui.MonoImageComponent implements Serializable

Serialized Fields

component


MonoImageComponent component
This component.

processible


boolean processible
True if the image processing popup menus are available.

stat


LevelAdjustmentSet stat
The image level and statistics.

Class net.aerith.misao.gui.OpenCatalogPanel implements Serializable

Serialized Fields

button_browse


javax.swing.JButton button_browse
The button to browser.

button_catalog_help


javax.swing.JButton button_catalog_help
The button to show the help message of the selected catalog.

combo_catalog


javax.swing.JComboBox combo_catalog
The combo box to select a catalog.

default_path


boolean default_path
True when to set the default path when a catalog is selected.

id


int id
The identifier of this panel.

pane


java.awt.Container pane
The pane of this component.

text_path


javax.swing.JTextField text_path
The text field to input catalog path.

Class net.aerith.misao.gui.OpenCatalogPanel.CatalogSelectionComboBoxModel implements Serializable

Serialized Fields

catalog_list


java.util.Vector catalog_list
The list of catalog readers to be selected.

selected_item


java.lang.Object selected_item
The selected item.

this$0


OpenCatalogPanel this$0

Class net.aerith.misao.gui.RegularPhotometrySettingPanel implements Serializable

Serialized Fields

button_help_catalog


javax.swing.JButton button_help_catalog
The button to show the help on the catalog.

button_help_chip


javax.swing.JButton button_help_chip
The button to show the help on the CCD chips.

combo_catalog


javax.swing.JComboBox combo_catalog
The combo box to select a catalog.

combo_chip


javax.swing.JComboBox combo_chip
The combo box to select a CCD chip.

combo_standard


javax.swing.JComboBox combo_standard
The combo box to select a standard system.

pane


java.awt.Container pane
The pane of this component.

radio_calculate_formula


javax.swing.JRadioButton radio_calculate_formula
The radio button to calculate the formula.

radio_chip


javax.swing.JRadioButton radio_chip
The radio button for unfiltered CCD image.

radio_input_formula


javax.swing.JRadioButton radio_input_formula
The radio button to input the formula.

radio_others


javax.swing.JRadioButton radio_others
The radio button for other system.

radio_standard


javax.swing.JRadioButton radio_standard
The radio button for standard systems.

text_input_formula


javax.swing.JTextField text_input_formula
The text field to input the formula.

Class net.aerith.misao.gui.RGBCompositeImageComponent implements Serializable

Serialized Fields

mode


int mode
The mode.

Class net.aerith.misao.gui.SimplePhotometrySettingPanel implements Serializable

Serialized Fields

button_help_catalog


javax.swing.JButton button_help_catalog
The button to show the help on the catalog.

combo_catalog


javax.swing.JComboBox combo_catalog
The combo box to select a catalog.

pane


java.awt.Container pane
The pane of this component.

radio_average


javax.swing.JRadioButton radio_average
The radio button for the average fitting.

radio_line


javax.swing.JRadioButton radio_line
The radio button for the line fitting.

text_description


javax.swing.JTextField text_description
The text field to input the catalog description.

Class net.aerith.misao.gui.SinglePropertyChartComponent implements Serializable

Serialized Fields

catalog_star


CatalogStar catalog_star
The typical catalog star.

Class net.aerith.misao.gui.SplashScreen implements Serializable

Serialized Fields

splash_icon


javax.swing.ImageIcon splash_icon
The image to show.

time_to_show


int time_to_show
The time to show the screen in second.

Class net.aerith.misao.gui.StarPanel implements Serializable

Serialized Fields

button_chart


javax.swing.JButton button_chart
The button to show the chart.

button_observation


javax.swing.JButton button_observation
The button to show the observation table.

desktop


BaseDesktop desktop
The parent desktop.

star


Star star
The star.

Class net.aerith.misao.gui.VariabilityDesktop implements Serializable

Class net.aerith.misao.gui.VariabilityPanel implements Serializable

Serialized Fields

button_chart


javax.swing.JButton button_chart
The button to show the chart.

button_observation


javax.swing.JButton button_observation
The button to show the observation data.

desktop


BaseDesktop desktop
The parent desktop.

variability


Variability variability
The variability.

Class net.aerith.misao.gui.VsnetReportTable implements Serializable

Serialized Fields

column_model


javax.swing.table.DefaultTableColumnModel column_model
The table column model.

model


javax.swing.table.DefaultTableModel model
The table model.

pane


java.awt.Container pane
The container pane.

record_list


java.util.Vector record_list
The list of magnitude data records.


Package net.aerith.misao.gui.dialog

Class net.aerith.misao.gui.dialog.CommonFileChooser implements Serializable

Class net.aerith.misao.gui.dialog.ImageDateDialog.DateAccuracyComboBoxModel implements Serializable

Serialized Fields

selected_item


java.lang.Object selected_item
The selected item.

this$0


ImageDateDialog this$0

Class net.aerith.misao.gui.dialog.ImageFileChooser implements Serializable

Class net.aerith.misao.gui.dialog.ImageFileOpenChooser implements Serializable

Class net.aerith.misao.gui.dialog.ImageFileSaveChooser implements Serializable


Package net.aerith.misao.gui.table

Class net.aerith.misao.gui.table.ButtonCellEditor implements Serializable

Class net.aerith.misao.gui.table.CommonCellEditor implements Serializable

Serialized Fields

listener


CommonCellEditorListener listener
The cell editor listener.

Class net.aerith.misao.gui.table.LabelTableCellRenderer implements Serializable

Serialized Fields

label_not_selected


javax.swing.JLabel label_not_selected
The label component which is not selected.

label_selected


javax.swing.JLabel label_selected
The label component which is selected.

selection_mode


int selection_mode
The number of selection mode.

Class net.aerith.misao.gui.table.SortableCheckTable implements Serializable

Serialized Fields

check_all


boolean check_all
The check all flag.

check_list


boolean[] check_list
The list of check results.

popup


javax.swing.JPopupMenu popup
The popup menu.

Class net.aerith.misao.gui.table.SortableCheckTable.CheckRenderer implements Serializable

Serialized Fields

check


javax.swing.JCheckBox check
The check box component.

this$0


SortableCheckTable this$0

Class net.aerith.misao.gui.table.SortableTable implements Serializable

Serialized Fields

index


ArrayIndex index
The sorted index to output.

sorting_column


java.lang.String sorting_column
The sorting column header value.

sorting_direction


int sorting_direction
The sorting direction.

Class net.aerith.misao.gui.table.SortableTable.StringRenderer implements Serializable

Serialized Fields

header_value


java.lang.String header_value
The header value of the column.

this$0


SortableTable this$0

Class net.aerith.misao.gui.table.SortableTable.TableHeader implements Serializable

Serialized Fields

this$0


SortableTable this$0


Package net.aerith.misao.image

Class net.aerith.misao.image.UnsupportedBufferTypeException implements Serializable

Class net.aerith.misao.image.UnsupportedFileTypeException implements Serializable

Serialized Fields

format


java.lang.String format
The image format name.

operation


java.lang.String operation
The operation not supported.

url


java.net.URL url
The image URL.


Package net.aerith.misao.io

Class net.aerith.misao.io.CdromNotFoundException implements Serializable

Serialized Fields

disk_name


java.lang.String disk_name
The disk name to be set.


Package net.aerith.misao.pixy

Class net.aerith.misao.pixy.ExaminationFailedException implements Serializable


Package net.aerith.misao.toolkit.AdditionalIdentification

Class net.aerith.misao.toolkit.AdditionalIdentification.AdditionalIdentificationControlPanel implements Serializable

Serialized Fields

table


InformationTable table
The table.

Class net.aerith.misao.toolkit.AdditionalIdentification.AdditionalIdentificationInternalFrame implements Serializable

Serialized Fields

control_panel


AdditionalIdentificationControlPanel control_panel

operation


AdditionalIdentificationOperation operation

pane


java.awt.Container pane
The content pane of this frame.

table


InformationTable table
The table.


Package net.aerith.misao.toolkit.AgentDesktop

Class net.aerith.misao.toolkit.AgentDesktop.AgentBatchExaminationInternalFrame implements Serializable

Class net.aerith.misao.toolkit.AgentDesktop.AgentDesktop implements Serializable

Serialized Fields

agent


Agent agent
The agent.

desktop


AgentDesktop desktop
This desktop.

dialog


AgentCommonSettingDialog dialog
The common setting dialog.

operating_exception


java.lang.Exception operating_exception
The exception thrown in the operation.

pane


java.awt.Container pane
The content pane of this frame.

Class net.aerith.misao.toolkit.AgentDesktop.AgentHtmlImageGalleryInternalFrame implements Serializable

Class net.aerith.misao.toolkit.AgentDesktop.AgentNewStarSearchInternalFrame implements Serializable

Serialized Fields

agent


Agent agent
The agent.

agent_observer


OperationObserver agent_observer
The observer of new star search operation using the agent.

gallery_directory


java.io.File gallery_directory
The directory to create HTML image gallery, or null when not to create it.

package_file


java.io.File package_file
The package file to be created, or null when not to save the package file.

reject_identified


boolean reject_identified
True when to reject identified stars.

reject_single


boolean reject_single
True when to reject single detections.


Package net.aerith.misao.toolkit.Astrometry

Class net.aerith.misao.toolkit.Astrometry.AstrometryPane implements Serializable

Serialized Fields

listeners


java.util.Vector listeners

report


XmlReport report
The XML report document.

residual_table


ResidualTable residual_table
The table to show the data and residual of astrometry.

setting


AstrometrySetting setting
The setting of astrometry.

summary_panel


SummaryPanel summary_panel
The panel to show the astrometry result summary.

Class net.aerith.misao.toolkit.Astrometry.ResidualTable implements Serializable

Serialized Fields

astrometric_error


AstrometricError astrometric_error
The astrometric error.

calculate_df


boolean calculate_df
True when to calculate the distortion field.

cmf


ChartMapFunction cmf
The chart map function.

df


DistortionField df
The distortion field.

model


javax.swing.table.DefaultTableModel model
The table model.

orig_pair_list


java.util.Vector orig_pair_list
The original list of pairs.

pair_list


java.util.Vector pair_list
The list of pairs.

report


XmlReport report
The XML report document.

setting


AstrometrySetting setting
The setting of astrometry.

summary_panel


SummaryPanel summary_panel
The panel to show the astrometry result summary.

Class net.aerith.misao.toolkit.Astrometry.SummaryPanel implements Serializable

Serialized Fields

astrometric_error


AstrometricError astrometric_error
The astrometric error.

d_pos


Position[] d_pos
The distortion field results at four corners and the center.

label_df_bottom_left


javax.swing.JLabel label_df_bottom_left
The label to show the distortion field of bottom-left.

label_df_bottom_right


javax.swing.JLabel label_df_bottom_right
The label to show the distortion field of bottom-right.

label_df_center


javax.swing.JLabel label_df_center
The label to show the distortion field of center.

label_df_top_left


javax.swing.JLabel label_df_top_left
The label to show the distortion field of top-left.

label_df_top_right


javax.swing.JLabel label_df_top_right
The label to show the distortion field of top-right.

label_error


javax.swing.JLabel label_error
The label to show the astrometric error.

label_number_of_stars


javax.swing.JLabel label_number_of_stars
The label to show the number of stars.

number_of_stars


int number_of_stars
The number of stars.

parent_pane


AstrometryPane parent_pane
The parent pane.


Package net.aerith.misao.toolkit.BatchExamination

Class net.aerith.misao.toolkit.BatchExamination.BatchExaminationControlPanel implements Serializable

Serialized Fields

table


InstructionTable table
The table.

Class net.aerith.misao.toolkit.BatchExamination.BatchExaminationDesktop implements Serializable

Serialized Fields

desktop


BatchExaminationDesktop desktop
This desktop.

pane


java.awt.Container pane
The content pane of this frame.

Class net.aerith.misao.toolkit.BatchExamination.BatchExaminationInternalFrame implements Serializable

Serialized Fields

control_panel


BatchExaminationControlPanel control_panel

desktop


BaseDesktop desktop
The parent desktop.

list_info


java.util.ArrayList list_info

monitor_set


MonitorSet monitor_set
The set of monitors.

operation


BatchExaminationOperation operation

pane


java.awt.Container pane
The content pane of this frame.

table


InstructionTable table
The table.


Package net.aerith.misao.toolkit.FilterSelection

Class net.aerith.misao.toolkit.FilterSelection.FilterSelectionPanel implements Serializable

Serialized Fields

filter_set


FilterSet filter_set
The set of image processing filters.

list_available


javax.swing.JList list_available
The list of available filters.

list_selected


javax.swing.JList list_selected
The list of selected filters.

model_available


javax.swing.DefaultListModel model_available
The list model of available filters.

model_selected


javax.swing.DefaultListModel model_selected
The list model of selected filters.

pane


java.awt.Container pane
The pane of this component.


Package net.aerith.misao.toolkit.HtmlImageGallery

Class net.aerith.misao.toolkit.HtmlImageGallery.HtmlImageGalleryControlPanel implements Serializable

Serialized Fields

table


HtmlImageGalleryTable table
The table.

Class net.aerith.misao.toolkit.HtmlImageGallery.HtmlImageGalleryInternalFrame implements Serializable

Serialized Fields

control_panel


HtmlImageGalleryControlPanel control_panel

desktop


BaseDesktop desktop

operation


HtmlImageGalleryOperation operation

pane


java.awt.Container pane
The content pane of this frame.

table


HtmlImageGalleryTable table

Class net.aerith.misao.toolkit.HtmlImageGallery.HtmlImageGalleryTable implements Serializable

Serialized Fields

desktop


BaseDesktop desktop
The parent desktop.


Package net.aerith.misao.toolkit.IdentificationReport

Class net.aerith.misao.toolkit.IdentificationReport.IdentificationReportPane implements Serializable

Serialized Fields

catalog_tree


CatalogTree catalog_tree
The catalog tree.

catalog_tree_panel


CatalogTreePanel catalog_tree_panel
The catalog tree panel.

record_table_panel


RecordDistancePanel record_table_panel
The panel of table of distance to the other records.

report


XmlReport report
The XML document.

right_pane


javax.swing.JSplitPane right_pane
The split pane in the right area.

star_table


IdentifiedStarTable star_table
The table of stars of the selected catalog.

Class net.aerith.misao.toolkit.IdentificationReport.IdentifiedStarTable implements Serializable

Serialized Fields

catalog_star_list


java.util.Vector catalog_star_list
The list of catalog stars.

listener_list


java.util.Vector listener_list
The list of listeners of catalog selection.

report


XmlReport report
The XML document.

xml_star_list


java.util.Vector xml_star_list
The list of XML stars. The i-th element contains the i-th element of catalog_star_list as a record.

Class net.aerith.misao.toolkit.IdentificationReport.RecordDistancePanel implements Serializable

Serialized Fields

base_record_label


javax.swing.JLabel base_record_label
The label to show the base record.

record_table


RecordDistanceTable record_table
The table of distance to the other records.

xml_star_label


javax.swing.JLabel xml_star_label
The label to show the XML star name.

Class net.aerith.misao.toolkit.IdentificationReport.RecordDistanceTable implements Serializable

Serialized Fields

base_record


Star base_record
The base record to calculate distance from.

records


java.util.Vector records
The records in the XML star obect.


Package net.aerith.misao.toolkit.ImageCollation

Class net.aerith.misao.toolkit.ImageCollation.ImageCollationDesktop implements Serializable

Serialized Fields

dt


java.awt.dnd.DropTarget dt
The drop target.

image_list


java.util.Vector image_list
The list of images to collate.

map_functions


MapFunction[] map_functions
The list of map functions to convert (x,y) on the first image to (x,y) on each image.

matching_failed


boolean matching_failed
True if matching between detected stars and catalog data was failed.

menu_blink


javax.swing.JMenuItem menu_blink

menu_gbr


javax.swing.JMenuItem menu_gbr

menu_matching


javax.swing.JMenuItem menu_matching

menu_open


javax.swing.JMenuItem menu_open

menu_rgb


javax.swing.JMenuItem menu_rgb

menu_subtraction


javax.swing.JMenuItem menu_subtraction

pane


java.awt.Container pane
The content pane of this frame.

step


int step
The current step.

thread


java.lang.Thread thread


Package net.aerith.misao.toolkit.ImageConversion

Class net.aerith.misao.toolkit.ImageConversion.ImageConversionControlPanel implements Serializable

Serialized Fields

table


ImageConversionTable table
The table.

Class net.aerith.misao.toolkit.ImageConversion.ImageConversionFrame implements Serializable

Serialized Fields

control_panel


ImageConversionControlPanel control_panel

operation


ImageConversionOperation operation

pane


java.awt.Container pane
The content pane of this frame.

table


ImageConversionTable table

Class net.aerith.misao.toolkit.ImageConversion.ImageConversionTable implements Serializable

Serialized Fields

pane


java.awt.Container pane
The container pane.

Class net.aerith.misao.toolkit.ImageConversion.ImageConversionTable.ImageProcessingFilterEditor implements Serializable

Serialized Fields

this$0


ImageConversionTable this$0

Class net.aerith.misao.toolkit.ImageConversion.ImageConversionTable.InputImageEditor implements Serializable

Serialized Fields

this$0


ImageConversionTable this$0

Class net.aerith.misao.toolkit.ImageConversion.ImageConversionTable.InputImageFormatEditor implements Serializable

Serialized Fields

this$0


ImageConversionTable this$0

Class net.aerith.misao.toolkit.ImageConversion.ImageConversionTable.OutputImageEditor implements Serializable

Serialized Fields

this$0


ImageConversionTable this$0

Class net.aerith.misao.toolkit.ImageConversion.ImageConversionTable.OutputImageFormatEditor implements Serializable

Serialized Fields

this$0


ImageConversionTable this$0

Class net.aerith.misao.toolkit.ImageConversion.ImageConversionTable.TransformationEditor implements Serializable

Serialized Fields

this$0


ImageConversionTable this$0

Class net.aerith.misao.toolkit.ImageConversion.TransformationPanel implements Serializable

Serialized Fields

check_rescale_sbig


javax.swing.JCheckBox check_rescale_sbig
The check box to rescale ST-4/6 Image.

radio_scale


javax.swing.JRadioButton radio_scale
The radio button for scale.

radio_size


javax.swing.JRadioButton radio_size
The radio button for size.

text_height


javax.swing.JTextField text_height
The text field to input image height;

text_scale


javax.swing.JTextField text_scale
The text field to input rescale rate.

text_width


javax.swing.JTextField text_width
The text field to input image width.


Package net.aerith.misao.toolkit.ImageDatabase

Class net.aerith.misao.toolkit.ImageDatabase.ImageDatabaseDesktop implements Serializable

Serialized Fields

desktop


ImageDatabaseDesktop desktop
This desktop.

pane


java.awt.Container pane
The content pane of this frame.


Package net.aerith.misao.toolkit.ImageGallery

Class net.aerith.misao.toolkit.ImageGallery.ImageGalleryInternalFrame implements Serializable

Serialized Fields

frame


ImageGalleryInternalFrame frame
This frame.

list


java.util.Vector list
The list of image panels.

pane


java.awt.Container pane
The content pane of this frame.

panel


javax.swing.JPanel panel
The content panel.

Class net.aerith.misao.toolkit.ImageGallery.ImageGalleryPanel implements Serializable

Serialized Fields

desktop


BaseDesktop desktop
The parent desktop.

image


MonoImage image
The image.

image_component


MonoImageComponent image_component
The image component.

info


XmlInformation info
The image information.

mag_record


XmlMagRecord mag_record
The magnitude record.

pane


java.awt.Container pane
The pane of this component.

scroll_pane


javax.swing.JScrollPane scroll_pane
The scroll pane.


Package net.aerith.misao.toolkit.ImageInformation

Class net.aerith.misao.toolkit.ImageInformation.ImageInformationInternalFrame implements Serializable

Serialized Fields

desktop


BaseDesktop desktop
The parent desktop.

info


XmlInformation info
The image information.

pane


java.awt.Container pane
The content pane of this frame.

table


ImageInformationTable table
The table.

Class net.aerith.misao.toolkit.ImageInformation.ImageInformationTable implements Serializable

Serialized Fields

pane


java.awt.Container pane
The container pane.

popup


javax.swing.JPopupMenu popup
The popup menu.


Package net.aerith.misao.toolkit.MagnitudeRecord

Class net.aerith.misao.toolkit.MagnitudeRecord.MagnitudeRecordInternalFrame implements Serializable

Serialized Fields

desktop


BaseDesktop desktop
The parent desktop.

hash_position_records


java.util.Hashtable hash_position_records
The position data.

pane


java.awt.Container pane
The content pane of this frame.

star


Star star
The star.

table


MagnitudeRecordTable table
The table.

Class net.aerith.misao.toolkit.MagnitudeRecord.MagnitudeRecordTable implements Serializable

Serialized Fields

column_model


javax.swing.table.DefaultTableColumnModel column_model
The table column model.

desktop


BaseDesktop desktop
The parent desktop.

info_list


java.util.Vector info_list
The list of image information.

model


javax.swing.table.DefaultTableModel model
The table model.

pane


java.awt.Container pane
The container pane.

record_list


java.util.Vector record_list
The list of magnitude data records.

star


Star star
The star data.

xml_list


java.util.Vector xml_list
The list of XML files.

Class net.aerith.misao.toolkit.MagnitudeRecord.MagnitudeRecordTable.AttributesEditor implements Serializable

Serialized Fields

this$0


MagnitudeRecordTable this$0

Class net.aerith.misao.toolkit.MagnitudeRecord.MagnitudeRecordTable.StatusRenderer implements Serializable

Serialized Fields

header_value


java.lang.String header_value
The header value.

this$0


MagnitudeRecordTable this$0


Package net.aerith.misao.toolkit.MultipleCatalogChart

Class net.aerith.m