aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/predict-refine.c
AgeCommit message (Collapse)Author
2020-08-18Formatting/commentsThomas White
2020-08-18predict-refine: Remove out-of-bounds GSL vector accessThomas White
We got away with this because the GSL error handler is turned off in indexamjig.c, and invalid accesses are defined to return 0. However, these accesses should have been removed when the clen refinement was disabled in predict-refine
2020-07-29Convert predict-refine to detgeomThomas White
2020-07-29Convert stream to DataTemplateThomas White
2020-07-29Convert prediction gradients to detgeomThomas White
2020-07-29ImageFeatureList: Store panel number, not pointerThomas White
This makes the conversion to DataTemplate/detgeom MUCH easier.
2020-01-10Mass update of copyright datesThomas White
2019-12-13pair_peaks: Don't attempt to pair 000Thomas 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-08-02Fix a small memory leakThomas White
2019-05-07Update all source code comments to Doxygen formatThomas White
2018-11-22Rename prediction refinement residual functionThomas White
Because there's another function with this name in merge.c
2018-07-27indexamajig: Complain if profile radius determination failsThomas White
2018-06-14Remove "unused" flagThomas White
2018-06-14Add final residual from prediction refinement to streamThomas White
2018-02-27New partiality model from Ginn et al.Thomas White
2018-02-27Separate partiality calculation from predictionThomas White
2017-09-15Add restraints to prediction refinementThomas White
2017-09-15Record indices in write_pairs() (debugging function)Thomas White
2016-10-10Fussiness / boilerplateThomas White
2016-10-10Added detector shift to crystal structure, wrote get and get functionsValerio Mariani
2016-07-01No more slab-relative coordinates in libcrystfelThomas White
2016-04-01Remove "Too few paired peaks" warningsThomas White
We know that the prediction refinement is working. These "warnings" are really just synonyms for "indexing failed for this pattern". No big deal.
2015-11-13Fussiness/add a FIXMEThomas White
2015-07-08Move {x,y}_gradient to geometry.hThomas White
2015-07-08Remove unnecessary calculations from prediction refinementThomas White
2015-06-26Fix prediction refinement memory leaksThomas White
2015-06-25Move predict-refine to libcrystfelThomas White