We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80010ea commit 6aae9f8Copy full SHA for 6aae9f8
fast_dp/integrate.py
@@ -24,7 +24,7 @@ def integrate(xds_inp, p1_unit_cell, resolution_low, n_jobs, n_processors):
24
else:
25
fout.write(f"{k}={v}\n")
26
27
- fout.write("REFINE(INTEGRATE)= POSITION BEAM ORIENTATION CELL\n")
+ fout.write("REFINE(INTEGRATE)= POSITION BEAM ORIENTATION\n")
28
fout.write("JOB=DEFPIX INTEGRATE\n")
29
fout.write("%s\n" % segment_text(xds_inp))
30
0 commit comments