aboutsummaryrefslogtreecommitdiff
path: root/doc/man/indexamajig.1
AgeCommit message (Collapse)Author
2023-06-01indexamajig: Add --asapo-output-stream (hits only)Thomas White
2023-05-02indexamajig: Add --cpu-pinThomas White
Similar code was stripped out 3.5 years ago by 4f4e5d05269eee6b192c271f2f9730a1ad3a4fbd. However, it seems there are still systems where it improves performance a lot.
2023-04-20indexamajig(1): Mention "nproc"Thomas White
2023-02-20Fix small manual problemsThomas White
2023-02-17indexamajig(1): Update text and fix untruthsThomas White
2022-11-08indexamajig: Add --cell-parameters-onlyThomas White
2022-09-21indexamajig(1): Add --asdf-fastThomas White
2022-06-23indexamajig: Add --asapo-wait-for-streamThomas White
2022-06-02indexamajig: Add --asapo-streamThomas White
2022-06-02Seedee deserializationThomas White
2022-06-02indexamajig(1): Mention ASAP::OThomas White
2022-06-02Update indexamajig(1) to say that things also refer to --peaks=msgpackThomas White
2021-09-17indexamajig: Add --data-formatThomas White
2021-08-12Updates for manual pagesThomas White
2021-07-05indexamajig(1): Clarify --min-peaks default valueThomas White
2021-05-05indexamajig: Add --zmq-requestThomas White
This (re-)adds the ability to get data via a request/reply socket. See afcb7b568947c for when it was removed.
2021-04-27Mass update of copyright dates in manpagesThomas White
2021-04-23indexamajig: Add --zmq-subscribeThomas White
2021-04-21indexamajig: Replace --zmq-msgpack with --zmq-inputThomas White
This removes some unnecessary work (getting the address from the file) and seems cleaner.
2021-03-29Add documentation for --harvest-fileThomas White
2021-03-25indexamajig: Add --camera-length-estimateThomas White
Unfortunately, PinkIndexer needs the real camera length for its centre refinement. Giving a fake value and scaling the resulting shift does not work - the indexing rate drops with even a small error. Ideally, this would work in the same way as --wavelength-estimate, by using a static value from the geometry file if it's given. However, this is rather complicated to implement because of the way all the units stuff is implemented. Therefore, this is left as an improvement for the future.
2021-03-11indexamajig(1): Fix formatting and spellingThomas White
2021-03-11indexamajig: Add --max-indexer-threadsThomas White
This is a more general replacement for --pinkIndexer-thread-count.
2021-03-11PinkIndexer: Remove wide bandwidth stuffThomas White
This will return later in a more centralised form, if we decide to work further on wide bandwidth.
2021-03-11PinkIndexer: Remove custom indexing checksThomas White
These conflict badly with CrystFEL's own checks, creating a horrible user and developer experience. Later, if we want to handle wide bandwidth beams, we will improve the central CrystFEL checks to support it.
2021-03-11indexamajig: Add --wavelength-estimateThomas White
This is a more sensible non-indexer-specific and non-Xray-specific replacement for --pinkIndexer-override-photon-energy
2021-01-08Update documentation about max_adu, and add a warningThomas White
2020-12-18Improve documentation about file-based peak listsThomas White
2020-03-04fix documentation for pinkIndexerYaroslav Gevorkov
2020-03-04add option -pinkIndexer-max-refinement-disbalanceYaroslav Gevorkov
2020-02-08pinIndexer documentation tuningYaroslav Gevorkov
2020-02-07refine documentation for --pinkIndexer-override-bandwidthYaroslav Gevorkov
2020-02-07fix pinkIndexer documentationYaroslav Gevorkov
2020-02-05Manual page updatesThomas White
2020-01-10Mass update of copyright datesThomas White
2019-11-18Fix documentationThomas White
2019-11-18PinkIndexer documentationYaroslav Gevorkov
2019-09-23Get rid of "rescut" integration flagThomas White
Its behaviour is 100% covered by the push-res parameter, which can be set to infinity for no cutoff.
2019-09-12indexamajig: Get rid of --fix-bandwidth / use bandwidth from geometry fileThomas White
2019-09-12Add pinkIndexer interfaceYaroslav Gevorkov
2019-09-02indexamajig(1): Fix capitalisationThomas White
2019-08-29indexamajig: Remove --no-cell-combinationsThomas White
Also remove all the related API stuff. We now have a much better way of checking indexing results.
2019-07-17Merge branch 'tom/zmq'Thomas White
2019-05-08Add missing =nThomas White
2019-05-08Add new xgandalf optionsYaroslav Gevorkov
2019-03-15Add documentationThomas White
2019-03-06indexamajig: Rename --min-gradient to --min-squared-gradientThomas 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.
2018-12-18A few manual fixesThomas White
2018-12-03indexamajig: Add --wait-for-fileThomas White
2018-06-20Finish removing "selector"Thomas White