Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-11 | detgeom_transform_coords: Take an additional detector shift | Thomas White | |
This allows the refined detector position to be used in a lot of places. | |||
2021-03-11 | Update copyright dates in libcrystfel/src/indexers | Thomas White | |
2020-12-07 | Get rid of ImageFeature->rx,ry,rz | Thomas White | |
These needed to be kept up to date with a call to map_all_peaks every time anything changed - wavelength, detector position etc. Not doing so has already led to bugs in another branch, and probably already causes problems on this branch. This patch eliminates the rx,ry,rz completely. Anyone who needs reciprocal space coordinates for a peak is now responsible for calling detgeom_transform_coords themselves. | |||
2020-10-07 | asdf: Fix incorrect units conversion for cell volume | Thomas White | |
2020-10-01 | asdf: Replace weird loop syntax | Thomas White | |
2020-08-07 | Move indexers out of API | Thomas White | |