Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-05 | Move peak search parameters into separate structure | Thomas White | |
This change takes the peak parameters structure from gui_project.h, moves it to libcrystfel/peaks.h and uses it everywhere. It should slightly reduce the hassle involved with adding a new parameter. Four parameters (noisefilter, median_filter, check_hdf5_snr, use_saturated) were previously not part of the GUI project structure. Now they are, via the new structure. However, they are not yet exposed via the GUI and just take their default values. | |||
2022-09-22 | Add fast mode for peakfinder8 | Alexandra Tolstikova | |
2021-03-05 | Mass update of copyright dates in source code comments | 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-07-29 | Convert make_BgMask to detgeom | Thomas White | |
2020-07-29 | Convert estimate_peak_resolution to detgeom | Thomas White | |
2020-07-29 | Split off parse_peaksearch() | Thomas White | |
2020-07-29 | Add str_peaksearch() | Thomas White | |
Will be needed for passing peak search parameters to indexamajig from GUI | |||
2020-07-29 | Peak search stuff | Thomas White | |
2020-07-29 | ImageFeatureList: Store panel number, not pointer | Thomas White | |
This makes the conversion to DataTemplate/detgeom MUCH easier. | |||
2020-07-29 | Move colour scale and pixbuf rendering to libcrystfel | Thomas White | |
Also, split into two files (colscale and render), and remove TIFF stuff. | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-09-06 | Use new peak check only when doing multi-lattice indexing | Thomas White | |
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2018-06-10 | indexamajig: Estimate resolution based on peaks only | Thomas White | |
2018-05-30 | Changed sig_fac to min_snr | Yaroslav Gevorkov | |
2018-05-24 | Update authorship and copyright dates | Thomas White | |
2018-05-24 | Formatting | Thomas White | |
2018-05-24 | Add "peakfinder9" | Yaroslav Gevorkov | |
2017-03-13 | Added saturated peak management to peakfinder8 | Valerio Mariani | |
2017-03-10 | Peakfinder8 in CrystFEL. Same results as Anton's Cheetah implementation | Valerio Mariani | |
2015-02-16 | indexamajig: --peaks=cxi instead of --peaks=hdf5 --cxi-hdf5-peaks | Thomas White | |
2014-08-13 | Remove integrate_peak() from the API | Thomas White | |
Good riddance. One of my least favourite routines. | |||
2014-06-13 | Add extern "C" for C++ compatibility | Chuck | |
2014-03-26 | indexamajig: Don't check SNR with --peaks=hdf5 unless given --check-hdf5-snr | Thomas White | |
2014-03-03 | Add missing includes | Thomas White | |
Reported by Rick Kirian | |||
2013-05-27 | Initial integration stuff | Thomas White | |
2013-03-01 | Update docs (and shake out buglets revealed along the way) | Thomas White | |
2013-02-09 | Add '--res-cutoff' | Thomas White | |
2013-02-04 | Indexing stuff | Thomas White | |
2013-01-30 | Update copyright dates | Thomas White | |
2013-01-30 | Peak integration changes | Thomas White | |
2012-11-29 | indexamajig: Add --use-saturated | Thomas White | |
2012-11-29 | indexamajig: Add --integrate-saturated | Thomas White | |
2012-10-22 | indexamajig: Validate (re-integrate, check bad regions etc) peaks from HDF5 | Thomas White | |
2012-03-12 | Update copyright notices to show actual contribution years | Thomas White | |
2012-03-09 | Update licence notices in line with recommendations from TT | Thomas White | |
2012-03-09 | indexamajig: Take integration radii on command line | Thomas White | |
2012-03-09 | Attempt to make the peak integration suck (slightly) less | Thomas White | |
2012-03-07 | indexamajig: Remove polarization correction | Thomas White | |
It was totally broken and wrong, and just added noise to the data, and it should be done at the scaling stage instead of now. | |||
2012-02-22 | GPLv3 boilerplate comments | Thomas White | |
2012-02-22 | More ReAx improvements | Thomas White | |
2012-02-22 | indexamajig: Optional I/sigma(I) cutoff during integration | Thomas White | |
2012-02-22 | Hooks for estimation of maximum resolution for each image | Thomas White | |
2012-02-22 | Move a load more stuff into libcrystfel | Thomas White | |