aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-27Separate partiality calculation from predictionThomas White
2018-02-27Add const versions of RefList iterationThomas White
2018-02-27More const-cleaningThomas White
2018-02-27const-cleanlinessThomas White
2018-02-08Add scripts/sum-hdf5-filesThomas White
2018-02-08Add scripts/eiger-badmapThomas White
2018-02-08FormattingThomas White
2018-02-08Fix indexamajig help formatting.Kenneth R. Beyerlein
2018-02-08Changed the naming of felix options and variables to make them more obvious.Kenneth R. Beyerlein
2018-02-08Change Felix min-uniqueness paramter name to max-uniqueness.Kenneth R. Beyerlein
2018-02-08Add Felix option felix-max-inter-angleKenneth R. Beyerlein
2018-02-08Make felix-domega optionKenneth R. Beyerlein
2018-01-19partialator: Improve message about "Not refining unity model"Thomas White
It sounded too much like a warning. Now it's a bit more friendly.
2018-01-19scripts/truncate-stream: Fix missing crystal start markerThomas White
Affects chunks with multiple crystals. Previously, the crystal start marker for the second and subsequent crystals was missed.
2018-01-19xds: Remove debugThomas White
2018-01-19Clean up indexing method probesThomas White
2017-12-12indexamajig: Actually rename serial-offset to serial-startThomas White
2017-12-12scripts/turbo-index-slurm: Use --serial-startThomas White
2017-12-12indexamajig: Rename --serial-offset to --serial-startThomas White
Because "offset" sounds like it will add the argument to the serial numbers, i.e. --serial-offset=500 would start at 501. Actually, you just give the first serial number you'd like.
2017-12-12indexamajig: Add --serial-offsetThomas White
2017-12-12check_hkl: Check for limiting top bin caseThomas White
2017-12-07scripts/truncate_stream: Accept input on stdinThomas White
2017-11-28Fix check for cell parameters at startThomas White
2017-11-23Avoid truncation with snprintfThomas White
Just something that came from new compiler warnings after upgrading my system.
2017-11-23Fix wrong assertionThomas White
Whoops.
2017-11-23scripts/peakogram-stream: Show "predicted reflections" instead of "peaks"Thomas White
2017-11-15Use GDK_a/b instead of GDK_KEY_a/bThomas White
Some people using old libraries out there.
2017-11-14hdfsee: Use a/b keys to change ring sizeThomas White
2017-11-14scripts/peakogram-stream: Change status message to avoid confusionThomas White
It uses predicted reflections, not found peaks
2017-11-14scripts/peakogram-stream: Handle "-" for inputThomas White
2017-11-14scripts/detector-shift: Handle "-" for inputThomas White
2017-10-27Fix Felix tth options typo.Kenneth R. Beyerlein
2017-10-27Merge branch 'tom/simpler_felix'Thomas White
2017-10-23Check return values from fread/fgetsThomas White
2017-10-23configure.ac: Print a message about CBFlibThomas White
Because this seems to be confusing people.
2017-10-23configure.ac: Improve HDF5 detectionThomas White
2017-10-19peakogram-stream: Fix list indices for beta and gamma anglesThomas White
Whoops!
2017-10-19peakogram-stream: Fix included peaksThomas White
The min and max values are specified inclusively.
2017-10-19peakogram-stream: Show the line and cell parameters when the maths goes wrongThomas White
2017-10-19partial_sim: Write the symmetry to the reflection listThomas White
2017-10-19partial_sim: Show the symmetry of the reflection listThomas White
2017-10-19partial_sim: Use symmetry from fileThomas White
2017-10-19pattern_sim: Show the symmetry of the reflection listThomas White
2017-10-19pattern_sim: Use symmetry from fileThomas White
2017-10-19get_hkl: Use symmetry from fileThomas White
2017-10-19compare_hkl: Use symmetry from fileThomas White
2017-10-19check_hkl: Use symmetry from fileThomas White
2017-10-19render_hkl: Use symmetry from fileThomas White
2017-10-19Add read_reflections_2() to APIThomas White
New version for reading the symmetry as well
2017-10-19Remove read_reflections_from_file() from APIThomas White
See c0ce8fb4 for the rationale behind this.