Commit 925ab079 authored by Paolo Giacobbe's avatar Paolo Giacobbe
Browse files

debugging frame gofio and update criresp.yaml

parent f006206f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1646,7 +1646,7 @@ class Frame_Gofio:
    def check_proc_from_header(self):
        if self.pfrom.poll() is not None:
            self.run_from_header.configure(state="normal")
            if self.chosen_separation_var.get() and self.chosen_instrument_var_post.get() == "gianob":
            if self.chosen_separation_var.get() and self.chosen_instrument_var_post.get() in ["gianob", "criresp"]:
                filepng = str(Path(self.path_fromheader, "A_fase.png"))
                self.image_fase_A = ImageTk.PhotoImage(Image.open(filepng).resize((self.width_pdf, self.height_pdf)))
                self.panel_fase_A.create_image(0, 0, anchor=tk.NW, image=self.image_fase_A)
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ SNR : "None"
MULTIPLICATIVE_ORDER_KEY : "None"
AIR_TO_VAC : 0
COEFF_TO_NM : 10
ALIGNED : 0
ALIGNED : 1
OVERSCAN_LEFT: 0
OVERSCAN_RIGHT: 0
STRUCTURE_WITH_MULTIPLE_CHIPS : 1