Skip to content

Commit

Permalink
Remove REFINE(INTEGRATE)=CELL
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-winter committed Jan 16, 2025
1 parent 80010ea commit 6aae9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast_dp/integrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def integrate(xds_inp, p1_unit_cell, resolution_low, n_jobs, n_processors):
else:
fout.write(f"{k}={v}\n")

fout.write("REFINE(INTEGRATE)= POSITION BEAM ORIENTATION CELL\n")
fout.write("REFINE(INTEGRATE)= POSITION BEAM ORIENTATION\n")
fout.write("JOB=DEFPIX INTEGRATE\n")
fout.write("%s\n" % segment_text(xds_inp))

Expand Down

0 comments on commit 6aae9f8

Please sign in to comment.