File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 64
64
65
65
phil_scope = iotbx .phil .parse (
66
66
"""
67
- verbosity = 1
68
- .type = int(value_min=1 )
67
+ verbosity = 0
68
+ .type = int(value_min=0 )
69
69
.caption = 'Verbosity level of log output'
70
70
.help = "Possible values:\n "
71
- "\t • 1: Info log output to stdout/logfile\n "
72
- "\t • 2: Info & debug log output to stdout/logfile"
71
+ "\t • 0: Info log output to stdout/logfile\n "
72
+ "\t • 1: Info log output to stdout/logfile, logfile contains timing"
73
+ "information\n "
74
+ "\t • 2: Info & debug log output to stdout/logfile, logfile contains"
75
+ "timing information"
73
76
minimum_exposure
74
77
.caption = 'Parameters for the calculation of the lower exposure bound'
75
78
{
Original file line number Diff line number Diff line change 18
18
Target I/σ and target d (in Ångström) can be set using the parameters
19
19
'min_i_over_sigma' and 'desired_d'. One can set multiple values of the latter.
20
20
21
- By default the disorder parameter fit is conducted on the
21
+ By default, the disorder parameter fit is conducted on the
22
22
integrated data. This ought to provide a reasonably true fit, but requires
23
23
an integration step, which can take some time. You can achieve a quicker,
24
24
dirtier answer by fitting to the indexed data (i.e. only the stronger
93
93
94
94
phil_scope = iotbx .phil .parse (
95
95
"""
96
- verbosity = 1
97
- .type = int(value_min=1 )
96
+ verbosity = 0
97
+ .type = int(value_min=0 )
98
98
.caption = 'Verbosity level of log output'
99
99
.help = "Possible values:\n "
100
- "\t • 1: Info log output to stdout/logfile\n "
101
- "\t • 2: Info & debug log output to stdout/logfile"
100
+ "\t • 0: Info log output to stdout/logfile\n "
101
+ "\t • 1: Info log output to stdout/logfile, logfile contains timing"
102
+ "information\n "
103
+ "\t • 2: Info & debug log output to stdout/logfile, logfile contains"
104
+ "timing information"
102
105
103
106
output
104
107
.caption = 'Options to control the output files'
You can’t perform that action at this time.
0 commit comments