Commit 6fc506ab authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update

parent 46920c5e
Loading
Loading
Loading
Loading
+254 KiB

File added.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
@@ -964,10 +964,10 @@ class MCIsimulator():
    ##################################################################################################

        # booleans to control the flow        # scale thibaut's values
        if 'thibaut' in self.values['parallelTrapfile']:
        if 'thibaut' in self.information['parallelTrapfile']:
            self.nt_p /= 0.576  # thibaut's values traps / pixel
            self.sigma_p *= 1.e4  # thibaut's values in m**2
        if 'thibaut' in self.values['serialTrapfile']:
        if 'thibaut' in self.information['serialTrapfile']:
            self.nt_s *= 0.576  # thibaut's values traps / pixel  #should be division?
            self.sigma_s *= 1.e4  # thibaut's values in m**2

+187 B

File added.

No diff preview for this file type.

+1.72 KiB

File added.

No diff preview for this file type.

+188 B

File added.

No diff preview for this file type.

Loading