aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05-13{check,compare}_hkl: Add warnings when using potentially silly option choicesThomas White
2016-05-12geoptimiser: Only do g_type_init() if HAVE_SAVE_TO_PNGThomas 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-22scripts/fg-graph: Remove "monochrome"Thomas White
Not sure what this is doing here, or why it wasn't noticed before...
2016-03-22scripts/detector-shift: Show a 'heat map' histogram of detector offsetThomas White
2016-03-22scripts/detector-shift: Handle panel resolutions correctlyThomas White
2016-03-22Workaround for CLOCK_MONOTONIC_RAW on old Linux (<2.6.28)Thomas White
2016-03-21This is CrystFEL 0.6.20.6.2Thomas White
2016-03-21Make scripts/gaincal-to-saturation-map executableThomas White
2016-03-18cell_explorer: Switch font back to Serif (from Liberation Serif)Thomas White
This makes the Greek letters come up at SLAC.... again. Reverts 779d87eb08fa2b185c43a82814aecc0e1a00eef9.
2016-03-18Update docsThomas White
2016-03-18Update docsThomas White
2016-03-18Add scripts/gaincal-to-saturation-mapThomas White
2016-03-18Tiny clean-upsThomas 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-14Add SA_RESTART to signal handlersThomas White
Fixes corrupted output when heavily multi-processing.
2016-03-01scripts/check-peak-detection: Initialise $eventThomas White
2016-03-01mark_resolution_range_as_bad(): Skip if nothing to doThomas White
This speeds up indexamajig quite a bit
2016-03-01indexamajig: Wall clock profilingThomas White
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-23hdfsee: Fix panel/feature names in numbers windowThomas White
2016-02-23Fixed bug with memspace size in write_locationValerio Mariani
2016-02-12Update manualThomas White
2016-02-09pattern_sim: Initialise stuff for powder HDF5Thomas White
2016-02-09Fix a NULL dereferenceThomas White
2016-02-08FormattingThomas White
2016-02-05Update docsThomas White
2016-02-05felix: fix seg faultKen Beyerlein
2016-02-05partialator: add --output-every-cycle option to write .hkl* and .params ↵Keitaro Yamashita
files in every cycle
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.