Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-23 | Merge branch 'tom/speed' | Thomas White | |
2012-07-22 | Add write_detector_geometry() to detector.h | Thomas White | |
2012-07-11 | More memory leaks | Thomas White | |
2012-07-11 | Fix a load of memory leaks | Thomas White | |
2012-07-03 | Fix the detection of an actual phase value in a reflection list | Thomas White | |
2012-07-02 | Merge branch 'master' into tom/speed | Thomas White | |
Conflicts: libcrystfel/src/peaks.c src/indexamajig.c | |||
2012-06-28 | Warn user if any peaks were badrow culled | Thomas White | |
2012-06-28 | Don't lie about the number of badrow culled peaks | Thomas White | |
2012-06-28 | Remove peak_sep from detector geometry file, use ir_inn instead | Thomas White | |
2012-06-21 | More fussiness | Thomas White | |
2012-06-21 | Fix skip_some_files() | Thomas White | |
Without chomp(), the string comparison never works. | |||
2012-06-21 | More fussiness | Thomas White | |
2012-06-21 | Update authorship | Thomas White | |
2012-06-20 | Revert "Remove deprecated SNR cutoff" | Thomas White | |
This reverts commit ae51e75490daf47e2deefe83e72a1f5c092fa023. | |||
2012-06-20 | Fussiness | Thomas White | |
2012-06-20 | Merge remote-tracking branch 'bitwiz/ken/int_noPkBg' | Thomas White | |
2012-06-13 | Mask peaks in the background calculation of integrate_peak. | Kenneth Beyerlein | |
2012-06-07 | Use max_adu only for final integration | Thomas White | |
Saturated pixels seem to be OK during initial peak search | |||
2012-05-31 | Merge branch 'master' into tom/speed | Thomas White | |
Conflicts: .gitignore | |||
2012-05-30 | Fix previous commit | Thomas White | |
2012-05-30 | Formatting | Thomas White | |
2012-05-30 | Reconfigure Gnulib with --libtool (and update to latest) | Thomas White | |
2012-05-30 | Merge branch 'master' into tom/speed | Thomas White | |
2012-05-29 | Remove commented lines | Thomas White | |
2012-05-25 | WIP on tidy-up | Thomas White | |
2012-05-22 | Remove timing stuff (and trailing whitespace) | Thomas White | |
2012-05-22 | Merge branch 'master' into tom/speed | Thomas White | |
2012-05-21 | ADU threshold is on pixel value, not photon-bg subtracted version | Thomas White | |
2012-05-21 | Write max_adu out to saved geometry file | Thomas White | |
2012-05-21 | ADU limit in peak integration | Thomas White | |
2012-05-09 | Multiprocess indexamajig | Chuck | |
2012-04-26 | Update the peak coordinates when doing --closer-peak | Thomas White | |
This should make it much more obvious (via check-near-bragg) when the peak positions are wrong. | |||
2012-04-26 | Single point of truth for indices when sorting reflections | Thomas White | |
2012-04-26 | indexamajig: Make --no-closer-peak the default | Thomas White | |
2012-04-26 | Remove PEAK_CLOSE (not used for anything) | Thomas White | |
2012-04-19 | Formatting | Thomas White | |
2012-04-19 | Remove check for rlow > rhigh | Thomas White | |
I'm happy that there are no gremlins here, now. This happens only for 000, where rlow and rhigh both go to zero. It doesn't make sense to have a special check for the condition. | |||
2012-04-19 | Simplify prediction criterion | Thomas White | |
2012-04-10 | Fix maximum index calculation | Thomas White | |
2012-04-05 | Remove old comment | Thomas White | |
2012-04-05 | Fix partiality calculation | Thomas White | |
2012-04-05 | Improved spot prediction | Thomas White | |
2012-04-05 | Fix iteration bounds for peak integration | Thomas White | |
2012-03-29 | integrate_peak() should be static | Thomas White | |
2012-03-26 | Make sure 'diffracting_resolution' is set | Thomas White | |
I'm sure I've fixed this bug many times before... | |||
2012-03-26 | Fix find_panel() (again) | Thomas White | |
This fixes a not-so-subtle bug introduced by 289c8a77c252e080d4d4086b848ea8fdcb604147. | |||
2012-03-23 | Fix hdf5_write_image() | Thomas White | |
2012-03-23 | Remove unnecessary max_size | Thomas White | |
2012-03-23 | Add new function hdf5_write_image() to include all relevant information in ↵ | Thomas White | |
the file | |||
2012-03-19 | Fix arithmetic subtlety in find_panel() | Thomas White | |