Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2017-07-21 | Fix option names for TakeTwo parameters | Thomas White | |
2017-07-20 | Change units for TakeTwo parameters | Thomas White | |
2017-07-07 | Convert angle_tol to radians | Thomas White | |
2017-07-06 | indexamajig: Add TakeTwo-specific options | Thomas White | |
2017-06-27 | indexamajig: Add --no-non-hits-in-stream | Thomas White | |
2017-06-21 | indexamajig: Add --min-peaks (basic hitfinder functionality) | Thomas White | |
2017-05-02 | Skeleton image file API | Thomas White | |
2017-03-31 | Offset peak locations from HDF5 or CXI files by 0.5,0.5 | Thomas White | |
CrystFEL considers all peak locations to be distances from the corner of the detector panel, in pixel units, consistent with its description of detector geometry. In contrast, Cheetah considers the peak locations to be pixel indices in the data array. Therefore, a half-pixel offset is needed when importing the peak lists. For users who need the old behaviour, this commit adds a new option indexamajig --no-half-pixel-shift to deactivate this offset. | |||
2017-03-24 | indexamajig: Format --help and fix typos | Thomas White | |
2017-03-24 | Merge branch 'valerio/peakfinder8' | Thomas White | |
2017-03-10 | Fixed a couple of bugs reported by Tom | Valerio Mariani | |
2017-03-10 | Peakfinder8 in CrystFEL. Same results as Anton's Cheetah implementation | Valerio Mariani | |
2017-03-08 | Allow indexing system to store its own data, independently of indexing methods | Thomas White | |
Previously, the indexing system passed all the information on to the indexing engines and then forgot about it. That made it difficult to do things like check the indexing solution after prediction refinement, because the target unit cell was unavailable. Now, the indexing system itself can keep some information. Of course, that information includes the private pointers for the indexing engines themselves. I took the opportunity to streamline things a little bit. The caller can now set up the indexing system in one step, without having to separately parse the names of the indexing methods. The caller no longer has to keep track of a separate array of methods, instead just one structure which contains everything. | |||
2016-08-10 | Allow peak table location to be given in geometry file | Thomas White | |
2016-03-01 | indexamajig: Wall clock profiling | Thomas White | |
2016-01-30 | indexamajig: Restore --no-refine | Thomas White | |
Adds yet another indexing option... | |||
2015-11-27 | indexamajig: Write target unit cell into stream | Thomas White | |
2015-11-17 | Make integration WITHOUT gradient background the default | Thomas White | |
2015-11-17 | Make gradient background fitting optional | Thomas White | |
2015-09-15 | Implement Felix Indexer | Kenneth Beyerlein | |
2015-08-27 | indexamajig: Update docs | Thomas White | |
2015-07-23 | indexamajig: Peak detection method must be parsed before checking peak path | Thomas White | |
2015-07-21 | indexamajig: Tidy up option handling | Thomas White | |
2015-07-13 | Slow down the status updates | Thomas White | |
2015-06-25 | Tidy up some small leaks and memory bugs | Thomas White | |