Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-05 | indexamajig: Hide --spectrum-file and add a warning | Thomas White | |
2020-02-04 | Handle CRLF line terminators in geometry files | Thomas White | |
This was broken by d62367db8fee57, which was some enabling work for reading geometry info from streams. | |||
2020-02-04 | extract-geom: Remove extra newlines | Thomas White | |
2020-01-10 | Remove scripts/cell-please | Thomas White | |
Replaced by cell_explorer many years ago | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-12-13 | pair_peaks: Don't attempt to pair 000 | Thomas White | |
Normally the beam centre is masked out or not on the detector. However, when it is, pairing with 000 causes gradients to come out as NaN and the prediction refinement to fail. | |||
2019-11-18 | Fix documentation | Thomas White | |
2019-11-18 | PinkIndexer documentation | Yaroslav Gevorkov | |
2019-11-15 | get_hkl: Fix resolution cutoff | Thomas White | |
The units needed to be clarified. | |||
2019-11-15 | Add partiality model GGPM | Wolfgang Brehm | |
2019-11-13 | fix long variable names in argp_option | Yaroslav Gevorkov | |
2019-11-13 | rename "overriden" to "custom" | Yaroslav Gevorkov | |
2019-11-13 | catch input error | Yaroslav Gevorkov | |
2019-11-13 | add option --pinkIndexer-override-visible-energy-range | Yaroslav Gevorkov | |
2019-11-13 | Fix peak check logic for multiple crystals | Thomas White | |
It seems that the code wasn't properly updated when multi-crystal indexing was introducted. This "continue" statement didn't do anything. | |||
2019-11-13 | extract-geom: Fix newline | Thomas White | |
2019-11-05 | bug fix for standard bandwidth in pinkIndexer | Yaroslav Gevorkov | |
2019-11-05 | bug fix in Ewald sphere width calculation | Yaroslav Gevorkov | |
2019-10-29 | add "override" beam options to pinkIndexer | Yaroslav Gevorkov | |
2019-10-29 | bug fix: rename peakFinder9 argument | Yaroslav Gevorkov | |
2019-10-24 | get_hkl: Clean up resolution cutoffs and add --lowres | Thomas White | |
2019-10-24 | polarisation_correction: Use symmetric indices | Thomas White | |
2019-10-24 | polarisation_correction: Scale the sigma as well | Thomas White | |
2019-10-22 | xds: Fix handedness of unit cell | Thomas White | |
Previously, it was wired to give left handed cells. | |||
2019-10-22 | Add more warnings | Thomas White | |
2019-10-22 | Add some warnings and assertions | Thomas White | |
2019-10-22 | reduce_g6: Fix sign criterion for step 3 | Thomas White | |
2019-10-18 | indexamajig: Fix incorrect timeout logic | Thomas White | |
2019-10-17 | indexamajig: Shut down gracefully after failed image load | Thomas White | |
2019-10-11 | Copy target cell's lattice type and unique axis into cell from indexing, ↵ | Thomas White | |
after comparison | |||
2019-09-26 | Restore CMake stuff for PinkIndexer | Thomas White | |
See 3fe28041e where it was temporarily removed. | |||
2019-09-25 | Add configuration check for argp | Thomas White | |
2019-09-25 | Update ChangeLog | Thomas White | |
2019-09-25 | tests/rational_check: Fix wrong brackets | Thomas White | |
2019-09-23 | Add missing initialisation | Thomas White | |
2019-09-23 | indexamajig: Stop program on option parsing error | 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-09-23 | Remove private option structures from iargs | Thomas White | |
2019-09-23 | Merge branch 'tom/pinkindexer' | Thomas White | |
2019-09-23 | indexamajig: Move 'profile' flag out of iargs | Thomas White | |
2019-09-23 | indexamajig: Restore --min-gradient | Thomas White | |
2019-09-20 | Add missing 'break' | Thomas White | |
2019-09-20 | Delegate option processing for indexing methods | Thomas White | |
Involves switching from getopt_long to argp. A big improvement! | |||
2019-09-18 | Update ChangeLog | Thomas White | |
2019-09-17 | Add warning if reflections could not be integrated (e.g. due to overlap) | Thomas White | |
2019-09-16 | Fix cell comparison logic | Thomas White | |
2019-09-13 | Remove check for gtk-doc | Thomas White | |
2019-09-13 | Remove unused checks | Thomas White | |
Add them back in when they're actually used, of course | |||
2019-09-12 | Fix sign of zl comparison | Thomas White | |
2019-09-12 | Restore default bandwidth (if not specified in geometry file) | Thomas White | |