aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Collapse)Author
2016-07-29Use z components in predictionThomas White
2016-07-29Add z direction to panel directions and update get_q_for_panel()Thomas White
2016-07-29Set image->dp in hdf5_read()Thomas White
2016-07-28Check return values when writing to Mosflm or DirAxThomas White
2016-07-01Provide dataspace when reading data, mask and satmapThomas White
2016-07-01Remove slab-relative coordinates from geoptimiserThomas White
2016-07-01Store all "=" fields from stream, not just HDF5 onesThomas White
2016-07-01No more slab-relative coordinates in libcrystfelThomas White
2016-05-20Fixed problem with parsing of geometry fileValerio Mariani
2016-05-19integrate_peak(): Trap if pk_total=0Thomas White
2016-04-21Use correct dataspace when reading HDF5 stringsThomas White
2016-04-13Fix event enumerationThomas White
I broke it. Sorry about that.
2016-04-13FormattingThomas White
2016-04-12Merge branch 'tom/testing'Thomas White
2016-04-01Add adu_per_photon (distinct from adu_per_eV)Thomas 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.
2016-04-01Fix silly bugs and tidy upThomas White
2016-03-31Handle placeholders in --hdf5-peaksThomas White
2016-03-24Fussiness/formattingThomas White
2016-03-24Simplify event enumeration a bitThomas White
2016-03-24event_path_placeholder_subst(): Simplify a bitThomas White
2016-03-24Don't use %C conversionThomas White
2016-03-21This is CrystFEL 0.6.20.6.2Thomas White
2016-03-15write_detector_geometry_2(): Clean upThomas White
Fixes CRYS-138: hdfsee wipes geometry if new file is saved over old one
2016-03-01mark_resolution_range_as_bad(): Skip if nothing to doThomas White
This speeds up indexamajig quite a bit
2016-02-29More output when reading reflections failedThomas White
2016-02-29Don't predict 000Thomas White
2016-02-29asdf: Check array bounds before usingThomas White
2016-02-29FormattingThomas White
2016-02-23Fixed bug with memspace size in write_locationValerio Mariani
2016-02-09Fix a NULL dereferenceThomas White
2016-02-05felix: fix seg faultKen Beyerlein
2016-02-03Set initial prediction parameters even when not doing prediction refinementThomas White
Silly bug fix. Beamtime programming FTL.
2016-01-30Revert "Allow peak check to pass just by accounting for more than 5 peaks"Thomas White
This reverts commit 693aae4d2219632d15174fe4c4f9d0526d6166c4. Reverting because this allows a very large number (~100% "indexing rate") of false solutions to get through simply by slackening the peak detection parameters. Since we know that "-multi" indexing doesn't work well at the moment, let's fix this properly later.
2016-01-30indexamajig: Restore --no-refineThomas White
Adds yet another indexing option...
2016-01-29Perform prediction refinement straight after indexingThomas White
This allows indexing to be attempted again (either a new method or with "retry") if the prediction refinement fails, increasing overall indexing rate. Side-effect: there are some hoops which would need to be jumped through to store the profile radius before refinement and hence enable scripts/plot-predict-refine to work. For now, we'll ignore this as it's clear that the prediction refinement is working.
2016-01-29felix: return the number of crystalsThomas White
2016-01-29Use a fresh copy of the peak list for each new indexing methodThomas White
2016-01-27asdf: Don't assume that the number of peaks == image_feature_count()Thomas White
Yes, really. Sorry about the crappy API.
2016-01-15Use only the first two dimensions when using an external bad pixel mask or ↵Thomas White
saturation map
2016-01-15Set indexing -nomulti as the default, and add a warningThomas White
2016-01-13Fix logic for -retry and -multiThomas White
2016-01-08Make indexing "retry" and "multi" optionalThomas White
2016-01-06search_peaks_in_panel(): Fix iteration bounds (again)Thomas White
2015-12-18Saturation map fixesThomas White
2015-12-18Allow peak check to pass just by accounting for more than 5 peaksThomas White
The "old" criterion is still allowed for a pass, but would filter out multi-lattice hits.
2015-12-18"Retry" mechanism for indexingThomas White
This increases the indexing rate a bit in situations where there are lots of weak peaks which, although they may be real, don't help indexing. The weakest 10% of peaks get cut out and the indexing re-run. This also allows multiple hits to be indexed, using the "inelegant peak subtraction method", by retrying indexing in the same way after deleting peaks which are accounted for by the lattice just found.
2015-12-17Clean up unused codeThomas White
2015-12-10Fix integration tests for new saturation mapThomas White
2015-12-05Add option for per-pixel saturation valuesThomas White