Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-22 | xds: Fix handedness of unit cell | Thomas White | |
Previously, it was wired to give left handed cells. | |||
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2018-11-27 | xds: Tune indexing parameters | Thomas White | |
2018-09-27 | xds: Also set unique axis | Thomas White | |
2018-09-27 | xds: Increase INDEX_ERROR to 0.2 | Thomas White | |
As recommended on the XDSwiki for indexing individual frames | |||
2018-09-27 | xds: Read final unit cell, i.e. after refinement | Thomas White | |
Previously, we were reading the very first cell to pop out of the indexing, which didn't even follow the requested lattice type or centering. The result was that XDS couldn't index any centered lattices without cell combinations. | |||
2018-09-27 | xds: Fix space groups for lattices | Thomas White | |
2018-06-14 | Add CMake check to find forkpty() | Thomas White | |
2018-04-25 | xds: Remove a lot of unnecessary code | Thomas White | |
2018-04-25 | xds: Check that the vectors make sense | Thomas White | |
2018-04-24 | xds: Remove messages about "Couldn't open 'IDXREF.LP'" | Thomas White | |
They just mean "couldn't be indexed" | |||
2018-01-19 | xds: Remove debug | Thomas White | |
2018-01-19 | Clean up indexing method probes | Thomas White | |
2017-10-23 | Check return values from fread/fgets | Thomas White | |
2017-10-18 | Check that dirax,felix,mosflm or xds are available at the start | Thomas White | |
Avoids a confusing error message later. | |||
2017-10-18 | Add probe functions to indexing methods | Thomas White | |
2017-09-22 | Don't send detector and tolerance to indexing methods | Thomas White | |
The detector isn't used for anything, and the tolerance is none of their business. | |||
2017-09-22 | If no cell params or lattice type, set nocell/nolatt at top level | Thomas White | |
Another thing that the indexing engines don't need to be repsonsible for. | |||
2017-09-21 | Remove old warning for XDS indexing | Thomas White | |
2017-09-21 | Fix crash in XDS indexing | Thomas White | |
2017-09-15 | Simplify indexing options | Thomas White | |
mosflm-cell-nolatt-multi-refine-bad-retry.... it's all getting a bit too much. This commit removes all the options from the indexing methods except for the prior information flags (cell/nocell and latt/nolatt). All the other options are now given at the top level with new indexamajig options, e.g. --no-multi and --no-retry. They are applied to all the methods, with no option to (say) use retry for one method and not for another. This also makes the "peak alignment test" default to OFF, and multi-lattice indexing ON. I think that the prediction refinement does a good enough job of checking the validity of indexing solutions, allowing us to turn off the alignment check which filters out most multi-lattice solutions. | |||
2017-08-31 | Set first argument when running external indexing programs | Thomas White | |
This makes sure they have names in process displays. | |||
2017-07-06 | Indexing engine private pointers should be void * | Thomas White | |
2016-10-07 | XDS: Clean up open files | Thomas White | |
2016-09-07 | XDS: Create fake coordinates taking detector z into account | Thomas White | |
2016-07-01 | No more slab-relative coordinates in libcrystfel | Thomas White | |
2016-01-30 | indexamajig: Restore --no-refine | Thomas White | |
Adds yet another indexing option... | |||
2016-01-08 | Make indexing "retry" and "multi" optional | Thomas White | |
2015-07-17 | Check that XDS indexing options are compatible with data provided by the user | Valerio Mariani | |
2015-07-13 | Slow down the status updates | Thomas White | |
2015-06-26 | Plug some more leaks | Thomas White | |
2014-09-22 | Beam file removal, part I | Thomas White | |
2014-09-19 | Introduce CrystFEL unit cell files | Thomas White | |
2014-08-19 | Use Gnulib forkpty() | Thomas White | |
2014-08-18 | gettimeofday() fixes | Thomas White | |
2014-05-08 | Strip out the "prepare_filename" rubbish | Thomas White | |
2014-04-16 | Tidy up XDS indexing | Thomas White | |
2013-10-29 | Change XDS default behaviour, and add warning about axis permutation | Thomas White | |
2013-07-05 | Fix uninitialised rval for XDS | Thomas White | |
2013-05-14 | Fixed clen for XDS | Cornelius Gati | |
Conflicts: libcrystfel/src/xds.c | |||
2013-02-22 | Fussiness | Thomas White | |
2013-02-21 | XDS magic numbers - these seem to work better | Thomas White | |
2013-02-21 | Enforce option requirements for XDS | Thomas White | |
2013-02-21 | Tidy up write_inp() | Thomas White | |
2013-02-21 | Provide lattice/cell to XDS only if requested | Thomas White | |
2013-02-19 | Whitespace | Thomas White | |
2013-02-19 | Disable XDS output unless requested | Thomas White | |
2013-02-19 | Merge remote-tracking branch 'bitwiz/cornelius/xds' into tom/multicrystal | Thomas White | |
2013-02-19 | Add -cell and -nocell to indexing methods | Thomas White | |
2013-02-19 | deleted printf space group number | Cornelius Gati | |