Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-30 | Reconfigure Gnulib with --libtool (and update to latest) | 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-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 | |
2012-03-13 | Formatting | Thomas White | |
2012-03-13 | Fix strange behaviour of add_refl_to_list() | Thomas White | |
2012-03-12 | Remove unused variables | Thomas White | |
2012-03-12 | Update copyright notices to show actual contribution years | Thomas White | |
2012-03-09 | Remove integr_radius field from detector description | Thomas White | |
2012-03-09 | Update licence notices in line with recommendations from TT | Thomas White | |
2012-03-09 | "Final" tweaks to integration and tests | Thomas White | |
2012-03-09 | Compile libcrystfel with -Wall, fix warnings | Thomas White | |
2012-03-09 | indexamajig: Take integration radii on command line | Thomas White | |
2012-03-09 | Updates for ADU per eV | Thomas White | |
2012-03-09 | Use ADU per eV in geometry file, rather than ADU per photon in beam file | Thomas White | |
Conflicts: src/get_hkl.c tests/morphology_check.c | |||
2012-03-09 | Update copyright | Thomas White | |
2012-03-09 | process_hkl: Add polarisation correction and improved scaling | Thomas White | |
2012-03-09 | Fix documentation | 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-03-07 | Fix bug in reflection list loading | Thomas White | |
2012-03-06 | Add "err" to get_tt() | Thomas White | |
2012-03-06 | Add version info to library | Thomas White | |
2012-03-06 | Don't include 1/d in reflection lists, because it's pointless | Thomas White | |
2012-03-06 | Rename old array functions to get them out of the way of API consistency | Thomas White | |
2012-03-02 | Add a comment | Thomas White | |
2012-02-29 | Fix bug in peak integration ESD calculation | Thomas White | |
2012-02-25 | Make --enable-gsl-fudge the default | Thomas White | |
There's absolutely no sensible reason why this should be optional - it doesn't cause any difficulties when enabled. | |||
2012-02-24 | Remove I0 stuff | Thomas White | |
Nothing used it, and it can't really be useful for anything. Use 'osf' instead. | |||
2012-02-23 | Remove derived files | Thomas White | |
2012-02-22 | Fix bounds of image feature number (spotted by Chuck) | Thomas White | |