opihiexarata.opihi package
Submodules
- opihiexarata.opihi.database module
OpihiZeroPointDatabaseSolution
OpihiZeroPointDatabaseSolution.database_directory
OpihiZeroPointDatabaseSolution.__init__()
OpihiZeroPointDatabaseSolution._generate_text_record_filename()
OpihiZeroPointDatabaseSolution._generate_zero_point_record_line()
OpihiZeroPointDatabaseSolution._parse_zero_point_record_line()
OpihiZeroPointDatabaseSolution.clean_database_text_files()
OpihiZeroPointDatabaseSolution.clean_record_text_file()
OpihiZeroPointDatabaseSolution.create_plotly_zero_point_html_plot()
OpihiZeroPointDatabaseSolution.create_plotly_zero_point_html_plot_via_configuration()
OpihiZeroPointDatabaseSolution.drop_database_text_files()
OpihiZeroPointDatabaseSolution.query_database_all()
OpihiZeroPointDatabaseSolution.query_database_between_datetimes()
OpihiZeroPointDatabaseSolution.query_database_between_julian_days()
OpihiZeroPointDatabaseSolution.read_zero_point_record_database()
OpihiZeroPointDatabaseSolution.read_zero_point_record_list()
OpihiZeroPointDatabaseSolution.read_zero_point_record_table()
OpihiZeroPointDatabaseSolution.write_zero_point_record()
OpihiZeroPointDatabaseSolution.write_zero_point_record_julian_day()
- opihiexarata.opihi.preprocess module
OpihiPreprocessSolution
OpihiPreprocessSolution._mask_c_fits_filename
OpihiPreprocessSolution._mask_g_fits_filename
OpihiPreprocessSolution._mask_r_fits_filename
OpihiPreprocessSolution._mask_i_fits_filename
OpihiPreprocessSolution._mask_z_fits_filename
OpihiPreprocessSolution._mask_1_fits_filename
OpihiPreprocessSolution._mask_2_fits_filename
OpihiPreprocessSolution._mask_b_fits_filename
OpihiPreprocessSolution._flat_c_fits_filename
OpihiPreprocessSolution._flat_g_fits_filename
OpihiPreprocessSolution._flat_r_fits_filename
OpihiPreprocessSolution._flat_i_fits_filename
OpihiPreprocessSolution._flat_z_fits_filename
OpihiPreprocessSolution._flat_1_fits_filename
OpihiPreprocessSolution._flat_2_fits_filename
OpihiPreprocessSolution._flat_b_fits_filename
OpihiPreprocessSolution._bias_fits_filename
OpihiPreprocessSolution._dark_current_fits_filename
OpihiPreprocessSolution._linearity_fits_filename
OpihiPreprocessSolution.__init__()
OpihiPreprocessSolution.__init_read_flat_data()
OpihiPreprocessSolution.__init_read_linearity_data()
OpihiPreprocessSolution.__init_read_mask_data()
OpihiPreprocessSolution.preprocess_data_image()
OpihiPreprocessSolution.preprocess_fits_file()
- opihiexarata.opihi.solution module
OpihiSolution
OpihiSolution.fits_filename
OpihiSolution.filter_name
OpihiSolution.exposure_time
OpihiSolution.observing_time
OpihiSolution.asteroid_name
OpihiSolution.asteroid_location
OpihiSolution.asteroid_radius
OpihiSolution.asteroid_history
OpihiSolution.asteroid_observations
OpihiSolution.header
OpihiSolution.data
OpihiSolution.asteroid_magnitude
OpihiSolution.asteroid_magnitude_error
OpihiSolution.__del_asteroid_observations()
OpihiSolution.__get_asteroid_observations()
OpihiSolution.__init__()
OpihiSolution.__set_asteroid_observations()
OpihiSolution._generate_opihiexarata_fits_entries_dictionary()
OpihiSolution.asteroid_observations
OpihiSolution.compute_asteroid_magnitude()
OpihiSolution.mpc_record_full()
OpihiSolution.mpc_record_row()
OpihiSolution.mpc_table_row()
OpihiSolution.save_to_fits_file()
OpihiSolution.solve_astrometry()
OpihiSolution.solve_ephemeris()
OpihiSolution.solve_orbit()
OpihiSolution.solve_photometry()
OpihiSolution.solve_propagate()
Module contents
The class for the collection of Exarata solutions.