SIM MX: Difference between revisions
Jump to navigation
Jump to search
New page: SIM_MX is a program that simulates diffraction images ([http://dx.doi.org/10.1107/S0907444905039107 Diederichs K. (2009) Simulation of X-ray frames from macromolecular crystals using a ray... |
replace link to PDF |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
SIM_MX is a program that simulates diffraction images ([ | 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 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. | ||
== Building CBFlib == | |||
I leave this note because some workaround was needed to compile cbflib on OSX Lion. | |||
# Get tar ball from [http://www.bernstein-plus-sons.com/software/CBF/ Official website]. | |||
# Edit Makefile | |||
#* Add $(SRC)/cbff.c to SOURCE (around line 483 in CBFlib-0.9.2.2) | |||
# Run | |||
:<pre>CBF_DONT_USE_LONG_LONG=1 make all</pre> | |||
NOTE: Users do not have to build cbflib for themselves. |
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.
- Get tar ball from Official website.
- Edit Makefile
- Add $(SRC)/cbff.c to SOURCE (around line 483 in CBFlib-0.9.2.2)
- Run
CBF_DONT_USE_LONG_LONG=1 make all
NOTE: Users do not have to build cbflib for themselves.