DIALS: Difference between revisions

From XDSwiki
Jump to navigation Jump to search
m (update text)
No edit summary
Tags: Mobile edit Mobile web edit Visual edit
Line 1: Line 1:
If a data set can be processed with [https://dials.github.io/index.html DIALS] and should be processed with XDS, but no XDS.INP is available (e.g. because [[generate_XDS.INP]] does not know the detector):
If a data set can be processed with [https://dials.github.io/index.html DIALS] and should be test processed with XDS, but no XDS.INP is available (e.g. because [[generate_XDS.INP]] does not know the detector):


[https://dials.github.io/documentation/programs/dials_export.html Exporting XDS.INP and XPARM.XDS from DIALS:]
[https://dials.github.io/documentation/programs/dials_export.html Exporting XDS.INP and XPARM.XDS from DIALS:]

Revision as of 20:29, 22 April 2023

If a data set can be processed with DIALS and should be test processed with XDS, but no XDS.INP is available (e.g. because generate_XDS.INP does not know the detector):

Exporting XDS.INP and XPARM.XDS from DIALS:

dials.export strong.pickle format=xds              # SPOT.XDS
dials.export indexed.pickle format=xds             # XPARM.XDS and SPOT.XDS
dials.export models.expt format=xds                # XDS.INP, XPARM.XDS
dials.export models.expt indexed.pickle format=xds # XDS.INP, XPARM.XDS and SPOT.XDS

Conversely, DIALS can import XDS.INP if available.