Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-27 | indexamajig: Hide --hdf5-peaks | Thomas White | |
This option is no longer used, and generates a warning. The peak location comes in the geometry file instead. | |||
2020-08-19 | Remove STREAM_UNITCELL and STREAM_CRYSTALS | Thomas White | |
These flags weren't orthogonal at all, which was turning some routines into spaghetti-code. It's still possible to avoid read/write of peak lists, reflection data or image data. But that's it. | |||
2020-08-19 | Make Stream responsible for its own DataTemplate | Thomas White | |
It makes no sense for a different DataTemplate to be used for every frame in a stream. And this way makes everything much easier for users ot the API. | |||
2020-08-07 | Move indexers out of API | Thomas White | |
2020-07-31 | Move spectrum loading out of indexamajig/process_image | Thomas White | |
2020-07-29 | New way of injecting version information | Thomas White | |
Also, this fixes some incorrect headers and adds --version flags to programs which didn't yet have them. | |||
2020-07-29 | Add --no-image-data and --no-mask-data | Thomas White | |
2020-07-29 | Remove unused includes | Thomas White | |
2020-07-29 | Convert indexamajig to new Stream API | Thomas White | |
2020-07-29 | Remove references to old headers | Thomas White | |
2020-07-29 | Get rid of imagefile_field_list and stuff_from_stream | Thomas White | |
The only place this is used is in geoptimiser, to get the average_camera_length, itself a very bad solution. | |||
2020-07-29 | Port indexamajig to new API, part I | Thomas White | |
2020-07-29 | Split off parse_peaksearch() | Thomas White | |
2020-07-29 | Add DataTemplate to iargs | Thomas White | |
2020-02-11 | indexamajig: Fix incorrect units of default cell tolerance | Thomas White | |
2020-02-05 | indexamajig: Hide --spectrum-file and add a warning | Thomas White | |
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-10-29 | bug fix: rename peakFinder9 argument | Yaroslav Gevorkov | |
2019-10-18 | indexamajig: Fix incorrect timeout logic | Thomas White | |
2019-10-17 | indexamajig: Shut down gracefully after failed image load | Thomas White | |
2019-09-23 | Add missing initialisation | Thomas White | |
2019-09-23 | indexamajig: Stop program on option parsing error | Thomas White | |
2019-09-23 | Get rid of "rescut" integration flag | Thomas White | |
Its behaviour is 100% covered by the push-res parameter, which can be set to infinity for no cutoff. | |||
2019-09-23 | Merge branch 'tom/pinkindexer' | Thomas White | |
2019-09-23 | indexamajig: Move 'profile' flag out of iargs | Thomas White | |
2019-09-23 | indexamajig: Restore --min-gradient | Thomas White | |
2019-09-20 | Add missing 'break' | Thomas White | |
2019-09-20 | Delegate option processing for indexing methods | Thomas White | |
Involves switching from getopt_long to argp. A big improvement! | |||
2019-09-16 | Fix cell comparison logic | Thomas White | |
2019-09-12 | indexamajig: Get rid of --fix-bandwidth / use bandwidth from geometry file | Thomas White | |
2019-09-12 | Increase indexing timeout when using pinkIndexer | Thomas White | |
2019-09-12 | Avoid duplication of beam and detector parameters for pinkIndexer | Thomas White | |
2019-09-12 | Format help items for pinkIndexer | Thomas White | |
2019-09-12 | pinkIndexer: Formatting, and get rid of tmp_enum | Thomas White | |
2019-09-12 | Use hard-coded default bandwidth for pinkIndexer | Thomas White | |
(Temporarily) | |||
2019-09-12 | Use +INFINITY instead of FLT_MAX | Thomas White | |
2019-09-12 | Add pinkIndexer interface | Yaroslav Gevorkov | |
2019-09-10 | indexamajig: Add --peaks=none | Thomas White | |
2019-08-29 | indexamajig: Remove --no-cell-combinations | Thomas White | |
Also remove all the related API stuff. We now have a much better way of checking indexing results. | |||
2019-08-16 | indexamajig: Accept six values for unit cell tolerance | Thomas White | |
2019-07-17 | Merge branch 'tom/zmq' | Thomas White | |
2019-05-29 | Use Spectrum API for simulation | Thomas White | |
2019-05-08 | Formatting | Thomas White | |
2019-05-08 | Add new xgandalf options | Yaroslav Gevorkov | |
2019-03-15 | Add documentation | Thomas White | |
2019-03-14 | indexamajig: Add --no-image-data | Thomas White | |
2019-03-14 | Connect up hooks for unpacking MsgPack data | Thomas White | |
2019-03-14 | ZMQ connection and setup stuff | Thomas White | |
2019-03-06 | indexamajig: Rename --min-gradient to --min-squared-gradient | Thomas White | |
The eventual aim of this is to deprecate the "--min-gradient" option, resolving the long-standing confusion about whether this option is the gradient or the squared gradient. | |||
2019-01-03 | indexamajig: Return non-zero exit status if no patterns were processed | Thomas White | |