Skip to content

Commit 6aae9f8

Browse files
committed
Remove REFINE(INTEGRATE)=CELL
1 parent 80010ea commit 6aae9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast_dp/integrate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def integrate(xds_inp, p1_unit_cell, resolution_low, n_jobs, n_processors):
2424
else:
2525
fout.write(f"{k}={v}\n")
2626

27-
fout.write("REFINE(INTEGRATE)= POSITION BEAM ORIENTATION CELL\n")
27+
fout.write("REFINE(INTEGRATE)= POSITION BEAM ORIENTATION\n")
2828
fout.write("JOB=DEFPIX INTEGRATE\n")
2929
fout.write("%s\n" % segment_text(xds_inp))
3030

0 commit comments

Comments
 (0)