Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-03 | indexamajig: Return non-zero exit status if no patterns were processed | Thomas White | |
2018-12-03 | indexamajig: Add --wait-for-file | Thomas White | |
2018-11-09 | Remove ununused variable | Thomas White | |
2018-10-18 | indexamajig: Fix --spectrum-file option | Thomas White | |
2018-09-10 | Fussiness / formatting | Thomas White | |
2018-09-10 | indexamajig: read pink beam spectrum from file | Alexandra Tolstikova | |
2018-07-10 | indexamajig: Move into temporary folder when probing and preparing indexing ↵ | Thomas White | |
methods | |||
2018-06-20 | Restore help about secondary Miller indices | Thomas White | |
2018-06-20 | Formatting | Thomas White | |
2018-06-20 | Finish removing "selector" | Thomas White | |
2018-06-18 | indexamajig: Tidy up --help | Thomas White | |
2018-06-18 | Get rid of "selector" | Thomas White | |
2018-06-18 | Remove tmp_enum | Thomas White | |
2018-06-18 | Add interface to XGANDALF indexer | Yaroslav Gevorkov | |
2018-05-30 | Use only one min-snr option | Thomas White | |
2018-05-30 | Changed parameter window-radius -> local-bg-radius | Yaroslav Gevorkov | |
2018-05-30 | Changed sig_fac to min_snr | Yaroslav Gevorkov | |
2018-05-25 | Delete obsolete include and variable | Yaroslav Gevorkov | |
2018-05-25 | Change getopt numbers to avoid overlap with chars | Yaroslav Gevorkov | |
2018-05-24 | Formatting in --help | Thomas White | |
2018-05-24 | Fix typos in help | Thomas White | |
2018-05-24 | Update authorship and copyright dates | Thomas White | |
2018-05-24 | Add "peakfinder9" | Yaroslav Gevorkov | |
2018-05-17 | Merge branch 'tom/cmake' | Thomas White | |
2018-05-04 | Expand warning about --push-res without rescut | Thomas White | |
2018-05-04 | Put list of indexing methods into stream header | Thomas White | |
Needed for when the methods are auto-determined. | |||
2018-04-20 | Restore peak alignment check and unset multi-lattice indexing as default | Thomas White | |
Unfortunately, they seem to be severely reducing data quality. Partially reverts 60c48f3876b0d3c30bf729ce691dbd3f56665c4c | |||
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-02-27 | indexamajig: Add --overpredict | 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 | |
2017-12-12 | indexamajig: Actually rename serial-offset to 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-10-27 | Fix Felix tth options typo. | Kenneth R. Beyerlein | |
2017-10-27 | Merge branch 'tom/simpler_felix' | Thomas White | |
2017-10-18 | indexamajig: Auto-detection of available indexing methods | Thomas White | |
2017-10-12 | indexamajig: Simplify Felix options | Thomas White | |
2017-10-02 | indexamajig: Tidy up --help | Thomas White | |
2017-10-02 | indexamajig: Add missing documentation for --check-peaks | Thomas White | |
2017-09-22 | indexamajig: Avoid segfault when no unit cell given | Thomas White | |
2017-09-21 | indexamajig: Hide indexing setup messages if we are not indexing anything | Thomas White | |
2017-09-17 | Fix logic for new indexing options | Thomas White | |
2017-09-17 | indexamajig: --help documentation for new indexing options | 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-07-24 | TakeTwo options again | Thomas White | |