SIM MX: Difference between revisions

From XDSwiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
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 ([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.
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 16:21, 4 September 2012

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.