aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-05Report if a cell was found but not matchedThomas White
2010-03-05Fix problems with peak integrationThomas White
2010-03-05Read cell from PDBThomas White
2010-03-05More generous timeout for DirAxThomas White
2010-03-05New wavelength (1800 eV) in get_hklThomas White
2010-03-05forkpty() compatibilityThomas White
2010-03-04process_hkl: don't write output in results/, improve error message, output ZA...Thomas White
2010-03-04Clean up one more GLib thingThomas White
2010-03-03Add missing newlineThomas White
2010-03-03Stabilise DirAx stuff, and remove GLib dependencyThomas White
2010-03-03Kill zombiesThomas White
2010-03-03Comment out some more terminal noiseThomas White
2010-03-03Don't overrun image array boundariesThomas White
2010-03-03Don't forget to close FD for DirAxThomas White
2010-03-03Don't crash if a peak can't be mappedThomas White
2010-03-03Remove commented codeThomas White
2010-03-03Refuse to proceed without molecule.pdbThomas White
2010-03-03Tidy up another messageThomas White
2010-03-03Put many debug messages behind a --verbose optionThomas White
2010-03-03Fix domain of acos in angle_between()Thomas White
2010-03-02Clean up sinc LUTsThomas White
2010-03-02Take modulus when calculating sinc LUTThomas White
2010-03-01Fix build when OpenCL is disabledThomas White
2010-03-01Add new error codeThomas White
2010-03-01Use a lookup table for sinc values in GPU calculationThomas White
2010-02-27New default particle sizeThomas White
2010-02-27More tests for odd situationsThomas White
2010-02-27Do powder pattern as double precision floating pointThomas White
2010-02-27Fix type conversions to avoid trouble with overflows etc.Thomas White
2010-02-26Estimated crystal size for best estimate of signal levelsThomas White
2010-02-26New estimated fluenceThomas White
2010-02-26Fix and tidy up indexamajig --simulateThomas White
2010-02-26Fix rendering above saturation value (happens now, due to floating point roun...Thomas White
2010-02-26Separate DQE and detector gain (to make Poisson noise work)Thomas White
2010-02-26Water intensity should be be counted only once overall per pixelThomas White
2010-02-26Move water calculation to diffraction.c, and work out the consequencesThomas White
2010-02-26Handle images as floats rather than int16_tThomas White
2010-02-26Remove unused variableThomas White
2010-02-24'indexamajig' should use the indexed cell for simulation, not the model cellThomas White
2010-02-24Update --helpThomas White
2010-02-24indexamajig can use the GPU tooThomas White
2010-02-24Report maximum work group size and if it has been exceededThomas White
2010-02-24Handle missing molecule.pdb a little better (can do better still, though)Thomas White
2010-02-23Tidy up console outputThomas White
2010-02-23Mac OS X interoperabilityThomas White
2010-02-23Add configure script and Makefile.in to repositoryThomas White
2010-02-22Fix particle size again (FIXME: make this optional at runtime)Thomas White
2010-02-22More new detector geometry after consultation with engineering typesThomas White
2010-02-22Don't try to calculate with a null GPU contextThomas White
2010-02-22Compile without GLib (without pain)Thomas White