Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-13 | Move config.h stuff to main CMakeLists.txt | Thomas White | |
2018-03-13 | Nicer way of getting Git revision | Thomas White | |
This will need a separate way to create the official releases (which shouldn't have Git revisions attached) | |||
2018-03-13 | Enable colour diagnostics | Thomas White | |
This is a hack. It should be disabled sometimes, e.g. if not compiling on a terminal. | |||
2018-03-12 | Remove mark_as_advanced | Thomas White | |
Nothing advanced about these options... | |||
2018-03-12 | Put config.h in build directory | Thomas White | |
2018-03-12 | Update version.sh | Thomas White | |
2018-03-12 | Update README | Thomas White | |
2018-03-12 | Update author list | Thomas White | |
2018-03-12 | Fix a comment | Thomas White | |
2018-03-12 | Remove trailing spaces | Thomas White | |
2018-03-12 | s/geoptimizer/geoptimiser/ | Thomas White | |
2018-03-12 | Add CMake | Thomas White | |
2018-03-12 | Remove autotools | Thomas White | |
2018-02-27 | Remove message about number of reflections in merge | Thomas White | |
2018-02-27 | Read debug indexing from file | Thomas White | |
2018-02-27 | Formatting | Thomas White | |
2018-02-27 | pattern_sim: Add --flat | Thomas White | |
2018-02-27 | indexamajig: Add --overpredict | Thomas White | |
2018-02-27 | Separate partiality calculation from prediction | Thomas White | |
2018-02-27 | Add const versions of RefList iteration | Thomas White | |
2018-02-27 | More const-cleaning | Thomas White | |
2018-02-27 | const-cleanliness | Thomas White | |
2018-02-08 | Add scripts/sum-hdf5-files | Thomas White | |
2018-02-08 | Add scripts/eiger-badmap | Thomas White | |
2018-02-08 | Formatting | Thomas White | |
2018-02-08 | Fix indexamajig help formatting. | Kenneth R. Beyerlein | |
2018-02-08 | Changed the naming of felix options and variables to make them more obvious. | Kenneth R. Beyerlein | |
2018-02-08 | Change Felix min-uniqueness paramter name to max-uniqueness. | Kenneth R. Beyerlein | |
2018-02-08 | Add Felix option felix-max-inter-angle | Kenneth R. Beyerlein | |
2018-02-08 | Make felix-domega option | Kenneth R. Beyerlein | |
2018-01-19 | partialator: 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-19 | scripts/truncate-stream: Fix missing crystal start marker | Thomas White | |
Affects chunks with multiple crystals. Previously, the crystal start marker for the second and subsequent crystals was missed. | |||
2018-01-19 | xds: Remove debug | Thomas White | |
2018-01-19 | Clean up indexing method probes | Thomas White | |
2017-12-12 | indexamajig: Actually rename serial-offset to serial-start | Thomas White | |
2017-12-12 | scripts/turbo-index-slurm: Use --serial-start | Thomas White | |
2017-12-12 | indexamajig: Rename --serial-offset to --serial-start | Thomas 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-12 | indexamajig: Add --serial-offset | Thomas White | |
2017-12-12 | check_hkl: Check for limiting top bin case | Thomas White | |
2017-12-07 | scripts/truncate_stream: Accept input on stdin | Thomas White | |
2017-11-28 | Fix check for cell parameters at start | Thomas White | |
2017-11-23 | Avoid truncation with snprintf | Thomas White | |
Just something that came from new compiler warnings after upgrading my system. | |||
2017-11-23 | Fix wrong assertion | Thomas White | |
Whoops. | |||
2017-11-23 | scripts/peakogram-stream: Show "predicted reflections" instead of "peaks" | Thomas White | |
2017-11-15 | Use GDK_a/b instead of GDK_KEY_a/b | Thomas White | |
Some people using old libraries out there. | |||
2017-11-14 | hdfsee: Use a/b keys to change ring size | Thomas White | |
2017-11-14 | scripts/peakogram-stream: Change status message to avoid confusion | Thomas White | |
It uses predicted reflections, not found peaks | |||
2017-11-14 | scripts/peakogram-stream: Handle "-" for input | Thomas White | |
2017-11-14 | scripts/detector-shift: Handle "-" for input | Thomas White | |
2017-10-27 | Fix Felix tth options typo. | Kenneth R. Beyerlein | |