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.misao.toolkit.MultipleCatalogChart.IdentifiedStarChartPane implements Serializable

Serialized Fields

chart


ChartComponent chart
The chart.

report


XmlReport report
The XML document.

table


PlotPropertyTable table
The property table.

Class net.aerith.misao.toolkit.MultipleCatalogChart.MultipleCatalogChartPane implements Serializable

Serialized Fields

base_catalog


java.lang.String base_catalog
The name of the base catalog.

chart


EdittableChartComponent chart
The chart.

db_manager


CatalogDBManager db_manager
The catalog database manager.

limit_mag


double limit_mag
The limiting magnitude.

list


StarList list
The list of stars.

pane


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

table


PlotPropertyTable table
The property table.

Class net.aerith.misao.toolkit.MultipleCatalogChart.PlotPropertyTable implements Serializable

Serialized Fields

acronym_list


java.util.Vector acronym_list
The list of catalog acronyms.

catalog_list


java.util.Vector catalog_list
The list of catalog names.

column_model


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

listener_list


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

model


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

pane


java.awt.Container pane
The container pane.

property_list


java.util.Vector property_list
The list of properties.

Class net.aerith.misao.toolkit.MultipleCatalogChart.PlotPropertyTable.MarkEditor implements Serializable

Serialized Fields

this$0


PlotPropertyTable this$0

Class net.aerith.misao.toolkit.MultipleCatalogChart.PlotPropertyTable.MarkRenderer implements Serializable

Serialized Fields

this$0


PlotPropertyTable this$0


Package net.aerith.misao.toolkit.NewStarSearch

Class net.aerith.misao.toolkit.NewStarSearch.NewStarSearchControlPanel implements Serializable

Serialized Fields

table


InformationTable table
The table.

Class net.aerith.misao.toolkit.NewStarSearch.NewStarSearchDesktop implements Serializable

Serialized Fields

desktop


NewStarSearchDesktop desktop
This desktop.

Class net.aerith.misao.toolkit.NewStarSearch.NewStarSearchInternalFrame implements Serializable

Serialized Fields

control_panel


NewStarSearchControlPanel control_panel

desktop


BaseDesktop desktop
The parent desktop.

monitor_set


MonitorSet monitor_set
The set of monitors.

operation


NewStarSearchOperation operation

pane


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

table


InformationTable table
The table.


Package net.aerith.misao.toolkit.Photometry

Class net.aerith.misao.toolkit.Photometry.PhotometryPane 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 photometry.

setting


PhotometrySetting setting
The setting of photometry.

summary_panel


SummaryPanel summary_panel
The panel to show the photometry result summary.

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

Serialized Fields

magnitude_translation_formula


MagnitudeTranslationFormula magnitude_translation_formula
The magnitude translation formula.

model


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

pair_list


java.util.Vector pair_list
The list of pairs.

photometric_error


PhotometricError photometric_error
The photometric error.

report


XmlReport report
The XML report document.

setting


PhotometrySetting setting
The setting of photometry.

summary_panel


SummaryPanel summary_panel
The panel to show the photometry result summary.

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

Serialized Fields

gradient_bv


double gradient_bv
The gradient of (B-V) of the magnitude system formula.

label_error


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

label_magnitude_system_formula


javax.swing.JLabel label_magnitude_system_formula
The label to show the magnitude system formula.

label_magnitude_translation_formula


javax.swing.JLabel label_magnitude_translation_formula
The label to show the magnitude translation formula.

label_number_of_stars


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

magnitude_translation_formula


MagnitudeTranslationFormula magnitude_translation_formula
The magnitude translation formula.

number_of_stars


int number_of_stars
The number of stars.

parent_pane


PhotometryPane parent_pane
The parent pane.

photometric_error


double photometric_error
The photometric error.


Package net.aerith.misao.toolkit.PhotometryCalibration

Class net.aerith.misao.toolkit.PhotometryCalibration.PhotometryCalibrationControlPanel implements Serializable

Serialized Fields

table


InformationTable table
The table.

Class net.aerith.misao.toolkit.PhotometryCalibration.PhotometryCalibrationDesktop implements Serializable

Serialized Fields

desktop


PhotometryCalibrationDesktop desktop
This desktop.

Class net.aerith.misao.toolkit.PhotometryCalibration.PhotometryCalibrationInternalFrame implements Serializable

Serialized Fields

control_panel


PhotometryCalibrationControlPanel control_panel

desktop


BaseDesktop desktop

frame


PhotometryCalibrationInternalFrame frame
This frame.

global_report


XmlReport global_report
The dummy XML report document which contains the pairs of detected stars and catalog data used in photometry read from all XML report document files.

monitor_set


MonitorSet monitor_set
The set of monitors.

read_operation


ReadingOperation read_operation

table


InformationTable table
The table.

write_operation


WritingOperation write_operation


Package net.aerith.misao.toolkit.PixyDesktop

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

Serialized Fields

catalog_chart


ChartComponent catalog_chart

catalog_stars_window


javax.swing.JInternalFrame catalog_stars_window

desktop


PixyDesktop desktop
This desktop.

detected_chart


ChartComponent detected_chart

detected_stars_window


javax.swing.JInternalFrame detected_stars_window

help_message_enabled


boolean help_message_enabled

image


MonoImage image
The image to examine.

image_info_table


ImageInformationTable image_info_table

image_info_window


javax.swing.JInternalFrame image_info_window

image_window


javax.swing.JInternalFrame image_window

listeners


java.util.Vector listeners

menu_astrometry


javax.swing.JMenuItem menu_astrometry

menu_identification_chart


javax.swing.JMenuItem menu_identification_chart

menu_identification_report


javax.swing.JMenuItem menu_identification_report

menu_identify


javax.swing.JMenuItem menu_identify

menu_identify_database


javax.swing.JMenuItem menu_identify_database

menu_photometry


javax.swing.JMenuItem menu_photometry

menu_register_db


javax.swing.JMenuItem menu_register_db

menu_report_vsnet


javax.swing.JMenuItem menu_report_vsnet

menu_save_pxf


javax.swing.JMenuItem menu_save_pxf

menu_save_xml


javax.swing.JMenuItem menu_save_xml

menu_set_chip


javax.swing.JMenuItem menu_set_chip

menu_set_date


javax.swing.JMenuItem menu_set_date

menu_set_filter


javax.swing.JMenuItem menu_set_filter

menu_set_instruments


javax.swing.JMenuItem menu_set_instruments

menu_set_observer


javax.swing.JMenuItem menu_set_observer

pane


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

report


XmlReport report
The XML document.

thread


java.lang.Thread thread

xml_file


java.io.File xml_file
The XML document file.

Class net.aerith.misao.toolkit.PixyDesktop.PixyOperationDesktop implements Serializable

Serialized Fields

astrometry_pane


AstrometryPane astrometry_pane
The pane for astrometry using user's stars.

catalog_reader


CatalogReader catalog_reader
The reader of star catalog.

cmf


ChartMapFunction cmf
The chart composition of catalog stars.

dt


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

image_component


MonoImageComponent image_component
The image component;

limit_mag


double limit_mag
The limiting_magnitude.

list_detected


StarImageList list_detected
The list of detected stars.

matching_failed


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

menu_cancel_blooming


javax.swing.JMenuItem menu_cancel_blooming

menu_cancel_streak


javax.swing.JMenuItem menu_cancel_streak

menu_detect


javax.swing.JMenuItem menu_detect

menu_equalize


javax.swing.JMenuItem menu_equalize

menu_fill_dark


javax.swing.JMenuItem menu_fill_dark

menu_fill_illegal


javax.swing.JMenuItem menu_fill_illegal

menu_flatten_background


javax.swing.JMenuItem menu_flatten_background

menu_inverse


javax.swing.JMenuItem menu_inverse

menu_matching


javax.swing.JMenuItem menu_matching

menu_median_filter


javax.swing.JMenuItem menu_median_filter

menu_open


javax.swing.JMenuItem menu_open

menu_pairing


javax.swing.JMenuItem menu_pairing

menu_remove_lattice_pattern


javax.swing.JMenuItem menu_remove_lattice_pattern

menu_rescaleST


javax.swing.JMenuItem menu_rescaleST

menu_reverse


javax.swing.JMenuItem menu_reverse

menu_smooth_filter


javax.swing.JMenuItem menu_smooth_filter

menu_stepbystep


javax.swing.JMenuItem menu_stepbystep

menu_transform_meridian


javax.swing.JMenuItem menu_transform_meridian

photometry_pane


PhotometryPane photometry_pane
The pane for photometry using user's stars.

reversed_image


boolean reversed_image
True if the image is a reversed image.

sbig_image


boolean sbig_image
True if the image is an SBIG ST-4/6 image.

step


int step
The current step.

tutorial_mode


boolean tutorial_mode
True if the application is running in the tutorial mode.

xml_image


XmlImage xml_image
The image file.

Class net.aerith.misao.toolkit.PixyDesktop.PixyReviewDesktop implements Serializable

Serialized Fields

dt


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

menu_open_image


javax.swing.JMenuItem menu_open_image

menu_open_xml


javax.swing.JMenuItem menu_open_xml


Package net.aerith.misao.toolkit.PositionRecord

Class net.aerith.misao.toolkit.PositionRecord.PositionRecordInternalFrame implements Serializable

Serialized Fields

label_mean_position


javax.swing.JLabel label_mean_position
The label to show the mean position.

pane


java.awt.Container pane
The container pane.

Class net.aerith.misao.toolkit.PositionRecord.PositionRecordTable implements Serializable

Serialized Fields

column_model


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

frame


PositionRecordInternalFrame frame
The frame.

mean_coor


Coor mean_coor
The mean R.A. and Decl.

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 position data records.


Package net.aerith.misao.toolkit.RawDatabaseConstruction

Class net.aerith.misao.toolkit.RawDatabaseConstruction.RawDatabaseConstructionControlPanel implements Serializable

Serialized Fields

frame


RawDatabaseConstructionInternalFrame frame
The frame.

table


InformationTable table
The table.

Class net.aerith.misao.toolkit.RawDatabaseConstruction.RawDatabaseConstructionInternalFrame implements Serializable

Serialized Fields

catalog_operation


CatalogDBConstructionOperation catalog_operation

control_panel


RawDatabaseConstructionControlPanel control_panel

db_manager


GlobalDBManager db_manager
The temporary database of detected stars.

info_operation


InformationDBConstructionOperation info_operation

mag_operation


MagnitudeDBConstructionOperation mag_operation

monitor_set


MonitorSet monitor_set
The set of monitors.

pane


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

table


InformationTable table
The table.


Package net.aerith.misao.toolkit.RecordSearch

Class net.aerith.misao.toolkit.RecordSearch.RecordSearchControlPanel implements Serializable

Serialized Fields

table


InformationAndPositionTable table
The table.

Class net.aerith.misao.toolkit.RecordSearch.RecordSearchInternalFrame implements Serializable

Serialized Fields

control_panel


ControlPanel control_panel

desktop


BaseDesktop desktop

operation


RecordSearchOperation operation

pane


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

table


InformationAndPositionTable table

target_star


CatalogStar target_star


Package net.aerith.misao.toolkit.ReportBatch

Class net.aerith.misao.toolkit.ReportBatch.ReportBatchControlPanel implements Serializable

Serialized Fields

frame


ReportBatchInternalFrame frame
The frame.

table


InformationTable table
The table.

Class net.aerith.misao.toolkit.ReportBatch.ReportBatchDesktop implements Serializable

Serialized Fields

desktop


ReportBatchDesktop desktop
This desktop.

Class net.aerith.misao.toolkit.ReportBatch.ReportBatchInternalFrame implements Serializable

Serialized Fields

control_panel


ReportBatchControlPanel control_panel

desktop


Desktop desktop
The parent desktop.

menu_delete_db


javax.swing.JRadioButtonMenuItem menu_delete_db

menu_identify


javax.swing.JRadioButtonMenuItem menu_identify

menu_identify_database


javax.swing.JRadioButtonMenuItem menu_identify_database

menu_photometry


javax.swing.JRadioButtonMenuItem menu_photometry

menu_register_db


javax.swing.JRadioButtonMenuItem menu_register_db

monitor_set


MonitorSet monitor_set
The set of monitors.

operation


ReportBatchOperation operation

pane


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

table


InformationTable table


Package net.aerith.misao.toolkit.StarDatabase

Class net.aerith.misao.toolkit.StarDatabase.StarDatabaseDesktop implements Serializable

Serialized Fields

desktop


StarDatabaseDesktop desktop
This desktop.

pane


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


Package net.aerith.misao.toolkit.VariabilityRecord

Class net.aerith.misao.toolkit.VariabilityRecord.VariabilityRecordInternalFrame implements Serializable

Serialized Fields

button_html_gallery


javax.swing.JButton button_html_gallery
The button to create the HTML image gallery.

button_panel


javax.swing.JButton button_panel
The button to show the variability information panel.

desktop


BaseDesktop desktop
The parent desktop.

pane


java.awt.Container pane
The container pane.

table


VariabilityRecordTable table
The table.

Class net.aerith.misao.toolkit.VariabilityRecord.VariabilityRecordTable implements Serializable

Serialized Fields

column_model


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

desktop


Desktop desktop
The parent desktop.

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 variability records.


Package net.aerith.misao.toolkit.VariableStarSearch

Class net.aerith.misao.toolkit.VariableStarSearch.GroupInternalFrame implements Serializable

Serialized Fields

search_exception


java.lang.Exception search_exception
The exception thrown while constructing the raw database.

variability_list


java.util.Vector variability_list
The list of variability records of variable stars.

Class net.aerith.misao.toolkit.VariableStarSearch.GroupTable implements Serializable

Serialized Fields

current_group


int current_group
The current group.

group_count


int group_count
The number of groups.

group_list


java.util.Vector group_list
The list of group numbers of each records.

Class net.aerith.misao.toolkit.VariableStarSearch.VariableStarSearchControlPanel implements Serializable

Class net.aerith.misao.toolkit.VariableStarSearch.VariableStarSearchDesktop implements Serializable

Serialized Fields

desktop


VariableStarSearchDesktop desktop
This desktop.

group_frame


GroupInternalFrame group_frame
The frame to show XML report documents in groups.

Class net.aerith.misao.toolkit.VariableStarSearch.VariableStarSearchInternalFrame implements Serializable

Serialized Fields

desktop


VariableStarSearchDesktop desktop

dialog


VariableStarSearchSettingDialog dialog
The dialog to set up parameters to search variable stars.

pane


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

table


VariableStarSearchTable table
The table.

Class net.aerith.misao.toolkit.VariableStarSearch.VariableStarSearchTable implements Serializable

Serialized Fields

desktop


VariableStarSearchDesktop desktop
The desktop.


Package net.aerith.misao.util

Class net.aerith.misao.util.DuplicatedException implements Serializable

Serialized Fields

duplicated


java.lang.Object duplicated
The duplicated object.

Class net.aerith.misao.util.ExpiredException implements Serializable

Class net.aerith.misao.util.MatchingFailedException implements Serializable

Serialized Fields

map_function


MapFunction map_function
The map function.

score


double score
The matching score.

Class net.aerith.misao.util.MaximumRepetitionCountException implements Serializable

Class net.aerith.misao.util.NoDataException implements Serializable

Class net.aerith.misao.util.OutOfBoundsException implements Serializable

Class net.aerith.misao.util.PositionList implements Serializable

Class net.aerith.misao.util.QueryFailException implements Serializable

Class net.aerith.misao.util.TooFewStarsException implements Serializable

Class net.aerith.misao.util.TooLargeFieldException implements Serializable

Class net.aerith.misao.util.UnsupportedMagnitudeSystemException implements Serializable


Package net.aerith.misao.util.star

Class net.aerith.misao.util.star.CatalogStarList implements Serializable

Class net.aerith.misao.util.star.StarImageList implements Serializable

Class net.aerith.misao.util.star.StarList implements Serializable

Class net.aerith.misao.util.star.StarPositionList implements Serializable

Class net.aerith.misao.util.star.UnsupportedStarClassException implements Serializable

Serialized Fields

star


CatalogStar star
The unsupported star object.


Package net.aerith.misao.xml

Class net.aerith.misao.xml.DocumentIncompleteException implements Serializable

Class net.aerith.misao.xml.XmlAstrometricError implements Serializable

Class net.aerith.misao.xml.XmlAstrometry implements Serializable

Class net.aerith.misao.xml.XmlBaseCatalog implements Serializable

Class net.aerith.misao.xml.XmlBatch implements Serializable

Class net.aerith.misao.xml.XmlBlending implements Serializable

Class net.aerith.misao.xml.XmlCatalog implements Serializable

Class net.aerith.misao.xml.XmlCatalogPath implements Serializable

Class net.aerith.misao.xml.XmlCenter implements Serializable

Class net.aerith.misao.xml.XmlConfiguration implements Serializable

Class net.aerith.misao.xml.XmlCoor implements Serializable

Class net.aerith.misao.xml.XmlData implements Serializable

Serialized Fields

map


PositionMap map
The map of stars.

Class net.aerith.misao.xml.XmlDiscarded implements Serializable

Class net.aerith.misao.xml.XmlDistortionField implements Serializable

Class net.aerith.misao.xml.XmlExposure implements Serializable

Class net.aerith.misao.xml.XmlFov implements Serializable

Class net.aerith.misao.xml.XmlImage implements Serializable

Class net.aerith.misao.xml.XmlImageConfig implements Serializable

Class net.aerith.misao.xml.XmlImported implements Serializable

Class net.aerith.misao.xml.XmlInformation implements Serializable

Class net.aerith.misao.xml.XmlInformationHolder implements Serializable

Class net.aerith.misao.xml.XmlInstruction implements Serializable

Class net.aerith.misao.xml.XmlItem implements Serializable

Class net.aerith.misao.xml.XmlMag implements Serializable

Class net.aerith.misao.xml.XmlMagRecord implements Serializable

Class net.aerith.misao.xml.XmlMagRecordHolder implements Serializable

Class net.aerith.misao.xml.XmlOutput implements Serializable

Class net.aerith.misao.xml.XmlPhotometry implements Serializable

Class net.aerith.misao.xml.XmlPixelSize implements Serializable

Class net.aerith.misao.xml.XmlPixy implements Serializable

Class net.aerith.misao.xml.XmlPosition implements Serializable

Class net.aerith.misao.xml.XmlPositionRecord implements Serializable

Class net.aerith.misao.xml.XmlPositionRecordHolder implements Serializable

Class net.aerith.misao.xml.XmlPreempted implements Serializable

Class net.aerith.misao.xml.XmlRecord implements Serializable

Class net.aerith.misao.xml.XmlRecordHolder implements Serializable

Class net.aerith.misao.xml.XmlReport implements Serializable

Class net.aerith.misao.xml.XmlReported implements Serializable

Class net.aerith.misao.xml.XmlReversedImage implements Serializable

Class net.aerith.misao.xml.XmlRotation implements Serializable

Class net.aerith.misao.xml.XmlSbigImage implements Serializable

Class net.aerith.misao.xml.XmlSize implements Serializable

Class net.aerith.misao.xml.XmlStar implements Serializable

Serialized Fields

stars


java.util.Vector stars
The list of star objects.

Class net.aerith.misao.xml.XmlStarCount implements Serializable

Class net.aerith.misao.xml.XmlSystem implements Serializable

Class net.aerith.misao.xml.XmlUnofficial implements Serializable

Class net.aerith.misao.xml.XmlVariability implements Serializable

Class net.aerith.misao.xml.XmlVariabilityHolder implements Serializable


Package net.aerith.misao.xml.relaxer

Class net.aerith.misao.xml.relaxer.XmlAstrometricError implements Serializable

Serialized Fields

decl


float decl

parentRNode


IRNode parentRNode

ra


float ra

rContext


RContext rContext

unit


java.lang.String unit

Class net.aerith.misao.xml.relaxer.XmlAstrometry implements Serializable

Serialized Fields

catalog


XmlCatalog catalog

equinox


java.lang.String equinox

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlBaseCatalog implements Serializable

Serialized Fields

content


java.lang.String content

parentRNode


IRNode parentRNode

path


java.lang.String path

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlBatch implements Serializable

Serialized Fields

instruction


java.util.List instruction

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlBlending implements Serializable

Serialized Fields

classValue


java.lang.String classValue

content


java.lang.String content

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlCatalog implements Serializable

Serialized Fields

content


java.lang.String content

parentRNode


IRNode parentRNode

path


java.lang.String path

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlCatalogPath implements Serializable

Serialized Fields

catalog


java.lang.String catalog

parentRNode


IRNode parentRNode

path


java.lang.String path

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlCenter implements Serializable

Serialized Fields

decl


java.lang.String decl

parentRNode


IRNode parentRNode

ra


java.lang.String ra

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlConfiguration implements Serializable

Serialized Fields

catalogPath


java.util.List catalogPath

imageConfig


XmlImageConfig imageConfig

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlCoor implements Serializable

Serialized Fields

decl


java.lang.String decl

parentRNode


IRNode parentRNode

ra


java.lang.String ra

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlData implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

star


java.util.List star

Class net.aerith.misao.xml.relaxer.XmlDiscarded implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlDistortionField implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

x


java.lang.String x

y


java.lang.String y

Class net.aerith.misao.xml.relaxer.XmlExposure implements Serializable

Serialized Fields

content


float content

parentRNode


IRNode parentRNode

rContext


RContext rContext

unit


java.lang.String unit

Class net.aerith.misao.xml.relaxer.XmlFov implements Serializable

Serialized Fields

height


float height

parentRNode


IRNode parentRNode

rContext


RContext rContext

unit


java.lang.String unit

width


float width

Class net.aerith.misao.xml.relaxer.XmlImage implements Serializable

Serialized Fields

content


java.lang.String content

format


java.lang.String format

order


java.lang.String order

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlImageConfig implements Serializable

Serialized Fields

fitsOrder


java.lang.String fitsOrder

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlImported implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlInformation implements Serializable

Serialized Fields

astrometricError


XmlAstrometricError astrometricError

astrometry


XmlAstrometry astrometry

baseCatalog


java.lang.String baseCatalog

center


XmlCenter center

chip


java.lang.String chip

date


java.lang.String date

distortionField


XmlDistortionField distortionField

exposure


XmlExposure exposure

filter


java.lang.String filter

fov


XmlFov fov

image


XmlImage image

instruments


java.lang.String instruments

limitingMag


float limitingMag

magnitudeCorrection


java.lang.String magnitudeCorrection

magnitudeTranslationFormula


java.lang.String magnitudeTranslationFormula

note


java.lang.String note

observer


java.lang.String observer

parentRNode


IRNode parentRNode

path


java.lang.String path

photometricError


java.lang.Float photometricError

photometry


XmlPhotometry photometry

pixelSize


XmlPixelSize pixelSize

rContext


RContext rContext

reversedImage


XmlReversedImage reversedImage

rotation


XmlRotation rotation

sbigImage


XmlSbigImage sbigImage

sizeValue


XmlSize sizeValue

starCount


XmlStarCount starCount

unofficial


XmlUnofficial unofficial

upperLimitMag


java.lang.Float upperLimitMag

Class net.aerith.misao.xml.relaxer.XmlInformationHolder implements Serializable

Serialized Fields

information


java.util.List information

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlInstruction implements Serializable

Serialized Fields

baseCatalog


XmlBaseCatalog baseCatalog

center


XmlCenter center

chip


java.lang.String chip

date


java.lang.String date

exposure


XmlExposure exposure

filter


java.lang.String filter

fov


XmlFov fov

image


XmlImage image

instruments


java.lang.String instruments

limitingMag


java.lang.Float limitingMag

observer


java.lang.String observer

output


java.util.List output

parentRNode


IRNode parentRNode

rContext


RContext rContext

reversedImage


XmlReversedImage reversedImage

rotation


XmlRotation rotation

sbigImage


XmlSbigImage sbigImage

unofficial


XmlUnofficial unofficial

upperLimitMag


java.lang.Float upperLimitMag

Class net.aerith.misao.xml.relaxer.XmlItem implements Serializable

Serialized Fields

content


java.lang.String content

key


java.lang.String key

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlMag implements Serializable

Serialized Fields

content


float content

inaccurate


java.lang.String inaccurate

order


java.math.BigInteger order

parentRNode


IRNode parentRNode

rContext


RContext rContext

upperLimit


java.lang.String upperLimit

Class net.aerith.misao.xml.relaxer.XmlMagRecord implements Serializable

Serialized Fields

blending


java.util.List blending

catalog


java.lang.String catalog

chip


java.lang.String chip

date


java.lang.String date

discarded


XmlDiscarded discarded

filter


java.lang.String filter

imageXmlPath


java.lang.String imageXmlPath

imported


XmlImported imported

instruments


java.lang.String instruments

mag


XmlMag mag

name


java.lang.String name

note


java.lang.String note

observer


java.lang.String observer

parentRNode


IRNode parentRNode

pixelsFromEdge


java.lang.Integer pixelsFromEdge

position


XmlPosition position

preempted


XmlPreempted preempted

rContext


RContext rContext

reported


java.util.List reported

unofficial


XmlUnofficial unofficial

Class net.aerith.misao.xml.relaxer.XmlMagRecordHolder implements Serializable

Serialized Fields

magRecord


java.util.List magRecord

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlOutput implements Serializable

Serialized Fields

content


java.lang.String content

parentRNode


IRNode parentRNode

rContext


RContext rContext

type


java.lang.String type

Class net.aerith.misao.xml.relaxer.XmlPhotometry implements Serializable

Serialized Fields

catalog


XmlCatalog catalog

parentRNode


IRNode parentRNode

rContext


RContext rContext

systemFormula


java.lang.String systemFormula

type


java.lang.String type

Class net.aerith.misao.xml.relaxer.XmlPixelSize implements Serializable

Serialized Fields

height


float height

parentRNode


IRNode parentRNode

rContext


RContext rContext

unit


java.lang.String unit

width


float width

Class net.aerith.misao.xml.relaxer.XmlPixy implements Serializable

Serialized Fields

batch


XmlBatch batch

informationHolder


XmlInformationHolder informationHolder

magRecordHolder


XmlMagRecordHolder magRecordHolder

parentRNode


IRNode parentRNode

positionRecordHolder


XmlPositionRecordHolder positionRecordHolder

rContext


RContext rContext

recordHolder


XmlRecordHolder recordHolder

report


XmlReport report

variabilityHolder


XmlVariabilityHolder variabilityHolder

Class net.aerith.misao.xml.relaxer.XmlPosition implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

x


float x

y


float y

Class net.aerith.misao.xml.relaxer.XmlPositionRecord implements Serializable

Serialized Fields

area


java.lang.Integer area

astrometricError


XmlAstrometricError astrometricError

catalog


java.lang.String catalog

coor


XmlCoor coor

date


java.lang.String date

equinox


java.lang.String equinox

imageXmlPath


java.lang.String imageXmlPath

instruments


java.lang.String instruments

mag


XmlMag mag

name


java.lang.String name

observer


java.lang.String observer

parentRNode


IRNode parentRNode

pixelsFromEdge


java.lang.Integer pixelsFromEdge

pixelSize


XmlPixelSize pixelSize

position


XmlPosition position

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlPositionRecordHolder implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

positionRecord


java.util.List positionRecord

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlPreempted implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlRecord implements Serializable

Serialized Fields

classValue


java.lang.String classValue

coor


XmlCoor coor

item


java.util.List item

name


java.lang.String name

parentRNode


IRNode parentRNode

position


XmlPosition position

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlRecordHolder implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

record


java.util.List record

Class net.aerith.misao.xml.relaxer.XmlReport implements Serializable

Serialized Fields

data


XmlData data

information


XmlInformation information

parentRNode


IRNode parentRNode

rContext


RContext rContext

system


XmlSystem system

Class net.aerith.misao.xml.relaxer.XmlReported implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

to


java.lang.String to

Class net.aerith.misao.xml.relaxer.XmlReversedImage implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlRotation implements Serializable

Serialized Fields

content


float content

parentRNode


IRNode parentRNode

rContext


RContext rContext

unit


java.lang.String unit

Class net.aerith.misao.xml.relaxer.XmlSbigImage implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlSize implements Serializable

Serialized Fields

height


int height

parentRNode


IRNode parentRNode

rContext


RContext rContext

width


int width

Class net.aerith.misao.xml.relaxer.XmlStar implements Serializable

Serialized Fields

name


java.lang.String name

parentRNode


IRNode parentRNode

rContext


RContext rContext

record


java.util.List record

Class net.aerith.misao.xml.relaxer.XmlStarCount implements Serializable

Serialized Fields

err


int err

mov


int mov

neg


int neg

newValue


int newValue

parentRNode


IRNode parentRNode

rContext


RContext rContext

str


int str

var


int var

Class net.aerith.misao.xml.relaxer.XmlSystem implements Serializable

Serialized Fields

examinedDate


java.lang.String examinedDate

modifiedDate


java.lang.String modifiedDate

parentRNode


IRNode parentRNode

rContext


RContext rContext

version


java.lang.String version

Class net.aerith.misao.xml.relaxer.XmlUnofficial implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

Class net.aerith.misao.xml.relaxer.XmlVariability implements Serializable

Serialized Fields

magRecord


java.util.List magRecord

parentRNode


IRNode parentRNode

rContext


RContext rContext

record


java.util.List record

Class net.aerith.misao.xml.relaxer.XmlVariabilityHolder implements Serializable

Serialized Fields

parentRNode


IRNode parentRNode

rContext


RContext rContext

variability


java.util.List variability