Skip to content

Commit 043dfd9

Browse files
changed bgoffset_default back to 0
1 parent 20e4fbd commit 043dfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picasso/gui/simulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def fitFuncStd(x, a, b, c):
6969
EQA_DEFAULT = -0.002866
7070
EQB_DEFAULT = 0.259038
7171
EQC_DEFAULT = 13.085473
72-
BGOFFSET_DEFAULT = 100
72+
BGOFFSET_DEFAULT = 0
7373
BGSTDOFFSET_DEFAULT = 0
7474
# STRUCTURE
7575
STRUCTURE1_DEFAULT = 3

0 commit comments

Comments
 (0)