aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/integration.h
AgeCommit message (Collapse)Author
2020-07-29Add low-level integration API (for better testing)Thomas White
2020-07-29Remove config.h from libcrystfel headersThomas White
Same reason as removing them from tests. Also, libcrystfel might be used in projects which have HAVE_CONFIG_H defined.
2020-01-10Mass update of copyright datesThomas White
2019-09-23Get rid of "rescut" integration flagThomas White
Its behaviour is 100% covered by the push-res parameter, which can be set to infinity for no cutoff.
2019-05-07Update all source code comments to Doxygen formatThomas White
2018-02-27indexamajig: Add --overpredictThomas White
2015-11-17Make gradient background fitting optionalThomas White
2015-06-18Replace semaphore with a mutexThomas White
A mutex (in a shared memory segment) is the correct synchronisation primitive here. I had confused myself...
2015-06-17Use a POSIX semaphore for synchronising terminal access during indexingThomas White
Nice side-effect: indexamajig -j and --int-diag can now be used together
2014-09-05Update docsThomas White
2014-08-13Fix handling of overlapping reflectionsThomas White
2014-08-11Take overlaps into account during integrationThomas White
2014-07-24Suspend indexing statistics while --int-diag is displayingThomas White
2014-06-25Pass the partiality model down from the API levelThomas White
2014-06-13Add extern "C" for C++ compatibilityChuck
2014-04-09Avoid breaking API with integrate_all()Thomas White
2014-04-08indexamajig: Add --push-resThomas White
2014-04-01Fix resolution cutoff so that it (apparently) worksThomas White
2013-11-29indexamajig: Add --int-diag=strongThomas White
2013-11-23indexamajig: Add --int-diag=implausibleThomas White
2013-11-23Add --int-diag=negativeThomas White
2013-11-23indexamajig: Add --int-diagThomas White
2013-07-04Update docsThomas White
2013-06-10indexamajig: Fix default integration methodThomas White
2013-06-06Update docsThomas White
2013-05-30Remove unused parameterThomas White
2013-05-30indexamajig: Get rid of --min-integration-snrThomas White
This functionality belongs in process_hkl.
2013-05-28Add "-cen"Thomas White
2013-05-28Honour "-sat"Thomas White
2013-05-28Rename "refine" to "prof2d"Thomas White
2013-05-27Initial integration stuffThomas White