aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Collapse)Author
2013-02-09uncenter_cell: Free transformation if it's not needed by the callerThomas White
2013-02-09Clarify lattice type informationThomas White
2013-02-08Saturation counting fixesThomas White
2013-02-08Allow --indexing=noneThomas White
2013-02-08Count saturated peaks and record in the fileThomas White
2013-02-08Small tweaksThomas White
2013-02-08Put the command line back in the streamThomas White
2013-02-08Update docs, comments etcThomas White
2013-02-06Fix process_hklThomas White
2013-02-06StuffThomas White
2013-02-06Stuff for partialatorThomas White
2013-02-05WIP on updating partialatorThomas White
2013-02-05Fixes for indexing pipelineThomas White
2013-02-05Indexing pipeline - "done"!Thomas White
2013-02-05WIP on bringing programs up to dateThomas White
2013-02-04Indexing stuffThomas White
2013-02-01WIP on new indexing pipeline logicThomas White
2013-01-30Update copyright datesThomas White
2013-01-30Peak integration changesThomas White
2013-01-30Stream changesThomas White
2013-01-28More changes to geometry.cThomas White
2013-01-28Update geometry.cThomas White
2013-01-28First bit of CrystalThomas White
2013-01-10Fix documentationThomas White
2013-01-10indexamajig: Add --integrate-foundThomas White
2013-01-04Tidy up documentationThomas White
2013-01-04integrate_peak(): check that 'saturated' isn't NULL before usingThomas White
Fixes a segfault
2012-12-14Beam and detector geometry don't need to be copiedThomas White
The did when this was all done with threads, but with separate processes each worker has its own copy of the structure already. It can be updated after every image and freed at the end.
2012-12-14WhitespaceThomas White
2012-12-13more user options for beam photon energyChun Hong Yoon
2012-12-05WhitespaceThomas White
2012-12-03Remove data dir from INCLUDESThomas White
This was needed before, but not any more.
2012-12-03Add crystfel.pc file for pkg-configThomas White
2012-12-03Treat SNR=nan (=0/0) as below any SNR thresholdThomas White
2012-12-03FussinessThomas White
2012-12-03Use a less scary message for EINTRThomas White
This is almost completely benign, and happens when profiling.
2012-11-30Fix uninitialised saturation flagThomas White
2012-11-30Calculate minimum and maximum 1/d without iterating over every pixelThomas White
2012-11-29indexamajig: Add --use-saturatedThomas White
2012-11-29Suppress "Couldn't sort reflections" message when there are no predicted peaksThomas White
2012-11-29indexamajig: Add --integrate-saturatedThomas White
2012-11-21Show error information if forkpty() failsThomas White
2012-10-22Fix argument to add_symop()Thomas White
2012-10-22indexamajig: Validate (re-integrate, check bad regions etc) peaks from HDF5Thomas White
2012-10-22Fix (still) broken bad rectangle testThomas White
2012-10-21indexamajig: Record number of saturated reflections in streamThomas White
2012-10-20Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfelThomas White
2012-10-20integrate_peak(): Restore check for bad regionThomas White
This fixes a regression introduced by ad2c84d0, predating the initial CrystFEL release.
2012-10-20Not actually deprecated (yet)Thomas White
2012-10-20Remove unused variableThomas White