GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.TabPanels.FrameDBInteractions.Frame_Target module¶
Frame for managing target-related operations in the GUI. This module handles the creation and management of exoplanet targets, including their physical parameters and observational data.
- class GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.TabPanels.FrameDBInteractions.Frame_Target.FrameTarget(parent, color, row, column, path_default, frame_input, window, **kwargs)[source]¶
Bases:
MyPanelA panel for managing exoplanet targets and their associated data.
This class provides functionality to: - Add new exoplanet targets with their physical parameters - Manage observational nights and instruments - Handle database interactions for target data
- __init__(parent, color, row, column, path_default, frame_input, window, **kwargs)[source]¶
Initialize the FrameTarget panel with all necessary components.
- modify_list_instrument(list_instrument)[source]¶
Update the instruments dropdowns by re-fetching from the database.