Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2020-07-29 | Add low-level integration API (for better testing) | Thomas White | |
2020-07-29 | Remove config.h from libcrystfel headers | Thomas White | |
Same reason as removing them from tests. Also, libcrystfel might be used in projects which have HAVE_CONFIG_H defined. | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-09-23 | Get rid of "rescut" integration flag | Thomas White | |
Its behaviour is 100% covered by the push-res parameter, which can be set to infinity for no cutoff. | |||
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2018-02-27 | indexamajig: Add --overpredict | Thomas White | |
2015-11-17 | Make gradient background fitting optional | Thomas White | |
2015-06-18 | Replace semaphore with a mutex | Thomas White | |
A mutex (in a shared memory segment) is the correct synchronisation primitive here. I had confused myself... | |||
2015-06-17 | Use a POSIX semaphore for synchronising terminal access during indexing | Thomas White | |
Nice side-effect: indexamajig -j and --int-diag can now be used together | |||
2014-09-05 | Update docs | Thomas White | |
2014-08-13 | Fix handling of overlapping reflections | Thomas White | |
2014-08-11 | Take overlaps into account during integration | Thomas White | |
2014-07-24 | Suspend indexing statistics while --int-diag is displaying | Thomas White | |
2014-06-25 | Pass the partiality model down from the API level | Thomas White | |
2014-06-13 | Add extern "C" for C++ compatibility | Chuck | |
2014-04-09 | Avoid breaking API with integrate_all() | Thomas White | |
2014-04-08 | indexamajig: Add --push-res | Thomas White | |
2014-04-01 | Fix resolution cutoff so that it (apparently) works | Thomas White | |
2013-11-29 | indexamajig: Add --int-diag=strong | Thomas White | |
2013-11-23 | indexamajig: Add --int-diag=implausible | Thomas White | |
2013-11-23 | Add --int-diag=negative | Thomas White | |
2013-11-23 | indexamajig: Add --int-diag | Thomas White | |
2013-07-04 | Update docs | Thomas White | |
2013-06-10 | indexamajig: Fix default integration method | Thomas White | |
2013-06-06 | Update docs | Thomas White | |
2013-05-30 | Remove unused parameter | Thomas White | |
2013-05-30 | indexamajig: Get rid of --min-integration-snr | Thomas White | |
This functionality belongs in process_hkl. | |||
2013-05-28 | Add "-cen" | Thomas White | |
2013-05-28 | Honour "-sat" | Thomas White | |
2013-05-28 | Rename "refine" to "prof2d" | Thomas White | |
2013-05-27 | Initial integration stuff | Thomas White | |