DIALS: Difference between revisions

No edit summary
Tags: Mobile edit Mobile web edit Visual edit
m update link
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
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):
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):


[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:]
Line 7: Line 7:
  dials.export models.expt indexed.pickle format=xds # XDS.INP, XPARM.XDS and SPOT.XDS
  dials.export models.expt indexed.pickle format=xds # XDS.INP, XPARM.XDS and SPOT.XDS


Conversely, DIALS can [https://github.com/dials/dials/blob/master/command_line/import_xds.py import XDS.INP] if available.
Conversely, DIALS can [https://github.com/dials/dials/blob/main/src/dials/command_line/import_xds.py import XDS.INP] if available.
 
[https://github.com/dials/dials/issues/2205 Additional info]