|
| | deprecated__batch_mode.comp_tab |
| |
| | deprecated__batch_mode.plot_tab |
| |
| | deprecated__batch_mode.vis_tab |
| |
| | deprecated__batch_mode.mode |
| |
| | deprecated__batch_mode.params |
| |
| | deprecated__batch_mode.file_path = comp_tab.text_input("Initial structure file:",key="file_path") |
| | lets set up the computation tab
|
| |
| | deprecated__batch_mode.file_format = comp_tab.text_input("File format:", key="file_format",placeholder="Auto") |
| |
| | deprecated__batch_mode.processed |
| |
| | deprecated__batch_mode.manual_config = comp_tab.checkbox("Manually specify configuration", key="manual_config") |
| |
| | deprecated__batch_mode.config_file |
| |
| | deprecated__batch_mode.key |
| | Set up visualisation tab.
|
| |
| | deprecated__batch_mode.config_name |
| |
| | deprecated__batch_mode.atoms |
| |
| | deprecated__batch_mode.radii |
| |
| | deprecated__batch_mode.manual_compute = comp_tab.checkbox("Manually specify settings for the computations (i.e number of threds, and if you want to compute kernel/image/cokernel)", key="maual_comp_config") |
| |
| | deprecated__batch_mode.same_config_file = comp_tab.checkbox("The computation settings are in the same configuration file.", key="same_config_file") |
| |
| | deprecated__batch_mode.comp_file |
| |
| | deprecated__batch_mode.comp_name |
| |
| | deprecated__batch_mode.sample_start |
| |
| | deprecated__batch_mode.sample_end |
| |
| | deprecated__batch_mode.sample_step |
| |
| | deprecated__batch_mode.repeat_x |
| |
| | deprecated__batch_mode.repeat_y |
| |
| | deprecated__batch_mode.repeat_z |
| |
| | deprecated__batch_mode.kernel |
| |
| | deprecated__batch_mode.image |
| |
| | deprecated__batch_mode.cokernel |
| |
| | deprecated__batch_mode.thickness |
| |
| | deprecated__batch_mode.placeholder |
| |
| | deprecated__batch_mode.n_threads |
| |
| | deprecated__batch_mode.on_click |
| |
| | deprecated__batch_mode.pd_checks = plot_tab.columns(3) |
| | Set up the plot tab.
|
| |
| | deprecated__batch_mode.apf_checks = plot_tab.columns(3) |
| |
| | deprecated__batch_mode.plot_buttons = plot_tab.columns(3) |
| |
| | deprecated__batch_mode.selected_row |
| |
| | deprecated__batch_mode.dimension |
| |
| | deprecated__batch_mode.vis_dgm |
| |
| | deprecated__batch_mode.dfVis |
| |
| list | deprecated__batch_mode.to_display = ["birth", "death", "lifetime"] |
| |
| | deprecated__batch_mode.viz = vis_tab.dataframe(st.session_state.dfVis[to_display], on_select="rerun") |
| |