Skip to content

Commit

Permalink
Merge pull request FABLE-3DXRD#382 from jadball/master
Browse files Browse the repository at this point in the history
Remove dodgy ybeam
  • Loading branch information
jadball authored Jan 21, 2025
2 parents 9090b3a + aafacfd commit ff48f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageD11/nbGui/S3DXRD/pbp_3_refinement.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
" pmap = PBPMap(ds.pbpfile)\n",
" pmap.choose_best(min_unique)\n",
" \n",
" refine = PBPRefine(dset=ds, y0=y0, ybeam=ybeam, hkl_tol_origins=hkl_tol_origins, hkl_tol_refine=hkl_tol_refine, hkl_tol_refine_merged=hkl_tol_refine_merged, ds_tol=ds_tol, ifrac=ifrac, phase_name=phase_str)\n",
" refine = PBPRefine(dset=ds, y0=y0, hkl_tol_origins=hkl_tol_origins, hkl_tol_refine=hkl_tol_refine, hkl_tol_refine_merged=hkl_tol_refine_merged, ds_tol=ds_tol, ifrac=ifrac, phase_name=phase_str)\n",
" \n",
" refine.setmap(pmap)\n",
" refine.setpeaks(cf_2d)\n",
Expand Down

0 comments on commit ff48f8b

Please sign in to comment.