DIALS: Difference between revisions

From XDSwiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
Conversely, DIALS can import XDS.INP: (<nowiki>https://github.com/dials/dials/blob/main/src/command_line/import_xds.py</nowiki>) if available.
Conversely, DIALS can import XDS.INP: (<nowiki>https://github.com/dials/dials/blob/main/src/command_line/import_xds.py</nowiki>) if available.


Additional info: (github.com/dials/dials/issues/2205)
Additional info: (<nowiki>https://github.com/dials/dials/issues/2205</nowiki>)

Revision as of 14:15, 24 April 2023

If a data set can be processed with DIALS and should be 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: (https://github.com/dials/dials/blob/main/src/command_line/import_xds.py) if available.

Additional info: (https://github.com/dials/dials/issues/2205)