Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-31 | Improve error message in hdfile_get_string_value() | Thomas White | |
2020-03-16 | hdfile_get_string_value: Handle arrays of variable length strings | Thomas White | |
2020-03-13 | uncenter_cell(): Convert R to P | Thomas White | |
Otherwise, the cell comparison doesn't recognise the cells as the same, breaking indexing with an R reference cell. Unfortunately, the resulting cell after comparison by compare_r_c_p still comes out as P, but that doesn't seem like a big loss. To get it strictly correct, we'd need some way of tracking through the information that the cell got "uncentered" from R to P, even though the matrix is an identity. | |||
2020-03-09 | integrate_rings_once: Handle case where reflection is negative by < 1 photon | Thomas White | |
2020-03-05 | transfer-geom: Only write coffset for panels which have them | Thomas White | |
2020-03-05 | plot-pr-contourmap: Don't use "print" | Thomas White | |
Makes it compatible with Python 3 | |||
2020-03-05 | partialator: Gracefully handle negative and NaN sigma values | Thomas White | |
Of course, these should never happen. | |||
2020-03-04 | fix documentation for pinkIndexer | Yaroslav Gevorkov | |
2020-03-04 | add option -pinkIndexer-max-refinement-disbalance | Yaroslav Gevorkov | |
2020-02-28 | hdfile_get_value(): Check that ev->dim_length > 0 before looking in dim_entries | Thomas White | |
2020-02-13 | Update crystfel(7) manual page | Thomas White | |
2020-02-11 | indexamajig: Fix incorrect units of default cell tolerance | Thomas White | |
2020-02-11 | Fix comment typo | Thomas White | |
2020-02-11 | Remove vestigial HAVE_CPU_AFFINITY | Thomas White | |
2020-02-11 | Update README | Thomas White | |
2020-02-11 | Don't use gzbuffer if it's not available | Thomas White | |
Enables compatability with zlib < 1.2.3.5 | |||
2020-02-11 | Merge branch 'yaroslav/pinkIndexer_fixes' | Thomas White | |
2020-02-08 | pinIndexer documentation tuning | Yaroslav Gevorkov | |
2020-02-07 | refine documentation for --pinkIndexer-override-bandwidth | Yaroslav Gevorkov | |
2020-02-07 | add error message for too small reflection radius when using electrons | Yaroslav Gevorkov | |
2020-02-07 | fix error message for photon_energy not known at indexer_prepare | Yaroslav Gevorkov | |
2020-02-07 | fix pinkIndexer documentation | Yaroslav Gevorkov | |
2020-02-05 | This is CrystFEL 0.9.00.9.0 | Thomas White | |
2020-02-05 | Manual page updates | Thomas White | |
2020-02-05 | Fix manual typo | Thomas White | |
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 | |