ctdclient.view.runframe module

class ctdclient.view.runframe.RunFrame(*args: Any, **kwargs: Any)[source]

Bases: ViewMixin, CtkFrame

Frame that wraps the seasave.exe start button with two checkboxes for the command line options.

Parameters:

window

initialize()[source]
start_seasave()[source]

Method that is called upon clicking ‘Start Seasave’. Organizes the information flow of bottle closing information and dship metadata.

check_seasave()[source]
process_exists(process_name)[source]
Return type:

bool

cancel_measurement()[source]
update_button()[source]
processing_thread()[source]
run_processing()[source]

Collects the processing step information and feeds it into the batch processing routine.

cancel_processing()[source]
select_file(file_type, variable)[source]

Generic file selection method, that opens a file browsing pop-up.