SIM MX: Difference between revisions

From XDSwiki
Jump to navigation Jump to search
Keitaro (talk | contribs)
No edit summary
replace link to PDF
 
Line 1: Line 1:
SIM_MX is a program that simulates diffraction images ([http://dx.doi.org/10.1107/S0907444909010282 Diederichs K. (2009) Simulation of X-ray frames from macromolecular crystals using a ray-tracing approach. Acta Cryst. D65, 535-42]). It may be used e.g. to check the proper functioning of a data reduction program.
SIM_MX is a program that simulates diffraction images ([https://www.biologie.uni-konstanz.de/securedl/sdl-eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3NDY1NDMyMzEsImV4cCI6MTc0NzIzNDQzMSwidXNlciI6MCwiZ3JvdXBzIjpbMCwtMV0sImZpbGUiOiJmaWxlYWRtaW4vYmlvbG9naWUvYWctZGllZGVyaWNocy9wZGZzL0RpZWRlcmljaHMyMDA5X0FjdGFDcnlzdEQucGRmIiwicGFnZSI6ODI4MTV9.7HMqMVxAib1uGPTycDczCn7m7AHrBAGcmtD3XAzqE38/Diederichs2009_ActaCrystD.pdf Diederichs K. (2009) Simulation of X-ray frames from macromolecular crystals using a ray-tracing approach. Acta Cryst. D65, 535-42]). It may be used e.g. to check the proper functioning of a data reduction program.
A binary Linux/OSX version of the program may be obtained from the author upon request.
A binary Linux/OSX version of the program may be obtained from the author upon request.



Latest revision as of 17:18, 8 May 2025

SIM_MX is a program that simulates diffraction images (Diederichs K. (2009) Simulation of X-ray frames from macromolecular crystals using a ray-tracing approach. Acta Cryst. D65, 535-42). It may be used e.g. to check the proper functioning of a data reduction program. A binary Linux/OSX version of the program may be obtained from the author upon request.

Building CBFlib

I leave this note because some workaround was needed to compile cbflib on OSX Lion.

  1. Get tar ball from Official website.
  2. Edit Makefile
    • Add $(SRC)/cbff.c to SOURCE (around line 483 in CBFlib-0.9.2.2)
  3. Run
CBF_DONT_USE_LONG_LONG=1 make all

NOTE: Users do not have to build cbflib for themselves.