index
:
CrystFEL
crystfel-0.3
crystfel-0.4
crystfel-0.5
master
pascal/electrons
tom/dtempl
Data processing for serial crystallography
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils.h
Age
Commit message (
Expand
)
Author
2012-02-22
Move show_matrix_eqn() to utils.c
Thomas White
2012-02-22
Don't use a common variable name inside the STATUS() and ERROR() macros
Thomas White
2012-02-22
Prefix STATUS() and ERROR() messages with a unique thread number, where appro...
Thomas White
2012-02-22
Remove use of horribly ambiguous basename() function
Thomas White
2012-02-22
Use symmetry when simulating (on the CPU only)
Thomas White
2012-02-22
compare_hkl: Reject reflections with low SNR
Thomas White
2012-02-22
facetron: Add options
Thomas White
2012-02-22
Read symmetry from PDB and store in unit cell structure
Thomas White
2012-02-22
Reduce the scope of "count"
Thomas White
2012-02-22
Take the union of available twin ops, not just the subgroup with the highest ...
Thomas White
2012-02-22
Simplify symmetry and twinning quite a lot
Thomas White
2012-02-22
Make argument of num_items() const
Thomas White
2012-02-22
process_hkl: Use a different (array) indexing method to speed it up lots
Thomas White
2010-06-05
pattern_sim: Implement phased gradients
Thomas White
2010-03-25
Improved PDB parser
Thomas White
2010-03-03
Fix domain of acos in angle_between()
Thomas White
2010-02-19
Move critical array size definitions to share between CPU and GPU versions
Thomas White
2010-02-08
Don't forget to rotate the q vectors!
Thomas White
2010-01-15
Update copyright dates
Thomas White
2010-01-14
Inline angle_between
Thomas White
2010-01-08
Zaefferer gradient search
Thomas White
2009-12-16
Update boilerplate comments
Thomas White
2009-11-30
Add process_hkl program (replaces integr_sim)
Thomas White
2009-11-27
Macros for status and error messages
Thomas White
2009-11-27
Poisson function returns integer count - do all downstream calculations as in...
Thomas White
2009-11-26
More reflections
Thomas White
2009-11-26
Add more options, including random orientations
Thomas White
2009-11-26
Move constants around
Thomas White
2009-11-25
Improve progress bar
Thomas White
2009-11-25
Add Poisson noise to image
Thomas White
2009-11-25
Tidy up utils module
Thomas White
2009-11-25
Introduce integr_sim
Thomas White
2009-11-25
Reflection range (increase, trap when too high)
Thomas White
2009-11-24
We ARE interested in the central beam
Thomas White
2009-11-24
Only calculate molecular transform at Bragg positions
Thomas White
2009-11-18
Add progress bar
Thomas White
2009-11-13
Work in progress on photon correctness
Thomas White
2009-11-12
Loads of lattice stuff
Thomas White
2009-10-23
Initial fork from template_index to pattern_sim
Thomas White
2009-10-13
Image, feature and unit cell infrastructure
Thomas White