Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-09-20 | Delegate option processing for indexing methods | Thomas White | |
Involves switching from getopt_long to argp. A big improvement! | |||
2019-05-07 | Update all source code comments to Doxygen format | Thomas White | |
2018-06-28 | Tidy up files created by Mosflm and Felix during probe | Thomas White | |
2018-06-28 | Felix: Complain if cell not provided | Thomas White | |
Prevents a confusing error message that Felix doesn't work, when in fact the problem is that no cell has been given (and Felix needs one). | |||
2018-06-28 | Remove worker process numbers from temporary filenames | Thomas White | |
Since we've had the separate worker folders for a long time, it's not needed any more. Removing them will make the temporary folders easier to clean up. | |||
2018-06-14 | Add CMake check to find forkpty() | Thomas White | |
2018-02-08 | Formatting | Thomas White | |
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 | Clean up indexing method probes | Thomas White | |
2017-10-27 | Merge branch 'tom/simpler_felix' | 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-10-17 | felix: Set nsigmas=1 | Thomas White | |
2017-10-12 | indexamajig: Simplify Felix options | 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-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-02-05 | felix: fix seg fault | Ken Beyerlein | |
2016-01-30 | indexamajig: Restore --no-refine | Thomas White | |
Adds yet another indexing option... | |||
2016-01-29 | felix: return the number of crystals | Thomas White | |
2016-01-08 | Make indexing "retry" and "multi" optional | Thomas White | |
2015-09-15 | Felix: Copy centering into output unit cell | Thomas White | |
2015-09-15 | Split off Felix option processing, and fix string handling | Thomas White | |
2015-09-15 | Formatting / fussiness | Thomas White | |
2015-09-15 | Implement Felix Indexer | Kenneth Beyerlein | |