Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-25 | partialator: Handle spaces in custom split file | Thomas White | |
The csplit format is ambiguous when the filenames contain spaces. To make things a bit clearer, the file now requires the fields to be separated by exactly one space rather than any number of tabs/spaces. Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/55 | |||
2021-10-28 | Add 'mask_panel_edges' to geometry file | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/27 | |||
2021-10-26 | Remove detector rail direction altogether | Thomas White | |
This got missed out by accident in the conversion to DataTemplate, but absolutely no-one noticed. In the meantime, my views on how the geometry files should work have changed somewhat. I don't want to maintain the extra complexity here when it isn't even clear that it will eliminate the need to re-refine geometry for each camera length. This commit just takes the rail direction stuff out of the documentation and the geometry file parser. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/50 | |||
2021-10-20 | Add "plain" MTZ file layout, distinct from "Bijvoet" layout | Thomas White | |
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/52 | |||
2021-09-17 | Update online.rst to mention HDF5 | Thomas White | |
2021-09-17 | indexamajig: Add --data-format | Thomas White | |
2021-09-06 | electrons.rst: Add missing equals signs | Thomas White | |
2021-08-12 | Updates for manual pages | Thomas White | |
2021-07-23 | partialator: Add --log-folder | Thomas White | |
2021-07-07 | speed.rst: Update formatting and content | Thomas White | |
2021-07-06 | online.rst: Fix a typo | Thomas White | |
2021-07-05 | Add article about speed | Thomas White | |
2021-07-05 | indexamajig(1): Clarify --min-peaks default value | Thomas White | |
2021-06-16 | Fussiness | Thomas White | |
2021-05-18 | Update online.rst | Thomas White | |
2021-05-18 | Fuss over electrons.rst | Thomas White | |
2021-05-17 | Fix RST backticks | Thomas White | |
2021-05-17 | Add 'article' about electron diffraction | Thomas White | |
2021-05-05 | indexamajig: Add --zmq-request | Thomas White | |
This (re-)adds the ability to get data via a request/reply socket. See afcb7b568947c for when it was removed. | |||
2021-04-27 | Mass update of copyright dates in manpages | Thomas White | |
2021-04-23 | Add documentation about ZMQ/MsgPack | Thomas White | |
2021-04-23 | Update documentation about geometry files | Thomas White | |
2021-04-23 | Improve documentation about reflection data export | Thomas White | |
2021-04-23 | indexamajig: Add --zmq-subscribe | Thomas White | |
2021-04-21 | indexamajig: Replace --zmq-msgpack with --zmq-input | Thomas White | |
This removes some unnecessary work (getting the address from the file) and seems cleaner. | |||
2021-03-29 | Add documentation for --harvest-file | Thomas White | |
2021-03-25 | indexamajig: Add --camera-length-estimate | Thomas 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-11 | indexamajig(1): Fix formatting and spelling | Thomas White | |
2021-03-11 | indexamajig: Add --max-indexer-threads | Thomas White | |
This is a more general replacement for --pinkIndexer-thread-count. | |||
2021-03-11 | PinkIndexer: Remove wide bandwidth stuff | Thomas White | |
This will return later in a more centralised form, if we decide to work further on wide bandwidth. | |||
2021-03-11 | PinkIndexer: Remove custom indexing checks | Thomas 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-11 | indexamajig: Add --wavelength-estimate | Thomas White | |
This is a more sensible non-indexer-specific and non-Xray-specific replacement for --pinkIndexer-override-photon-energy | |||
2021-03-09 | Add the ability to use multiple bad pixel masks at once | Thomas White | |
2021-01-22 | compare_hkl: Remove --intensity-shells | Thomas White | |
No-one uses it, it doubles the complexity of the code, and the manual even warns not to use it. | |||
2021-01-22 | Remove doc/stream-format.txt | Thomas White | |
The tiny amount of information in that file isn't relevant (or even correct..) any more. | |||
2021-01-08 | Update documentation about max_adu, and add a warning | Thomas White | |
2020-12-18 | Improve documentation about file-based peak lists | Thomas White | |
2020-12-18 | Add peak_list_type in geometry file | Thomas White | |
2020-12-16 | Add flag_{lessthan,morethan,equal} in geometry file | Thomas White | |
This makes handling Pilatus/Eiger files, as well as many others, much easier. | |||
2020-10-23 | partialator(1): Add missing partiality models | Thomas White | |
2020-07-29 | Add detector_shift_{x,y} to geometry file | Thomas White | |
2020-07-29 | Rearrange geometry manual page | Thomas White | |
2020-07-29 | Add wavelength and electron_voltage, plus units, to geometry file | Thomas White | |
2020-07-29 | Remove hdfsee manual page | Thomas White | |
2020-03-04 | fix documentation for pinkIndexer | Yaroslav Gevorkov | |
2020-03-04 | add option -pinkIndexer-max-refinement-disbalance | Yaroslav Gevorkov | |
2020-02-13 | Update crystfel(7) manual page | Thomas White | |
2020-02-08 | pinIndexer documentation tuning | Yaroslav Gevorkov | |
2020-02-07 | refine documentation for --pinkIndexer-override-bandwidth | Yaroslav Gevorkov | |
2020-02-07 | fix pinkIndexer documentation | Yaroslav Gevorkov | |