Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-21 | Reduce variable scope where possible | Thomas White | |
2021-07-21 | Add missing cleanup on error paths | Thomas White | |
2021-07-14 | Make all the indexer-specific option structures non-opaque | Thomas White | |
Making them opaque seemed like a nice idea, because all the indexers could take care of their own command-line arguments. However, it doesn't work at all when indexing is run via the API. | |||
2021-04-27 | Rename libcrystfel's config.h to libcrystfel-config.h | Thomas White | |
This removes the big potential for confusion, which has happened several times (see e.g. 095cbebaf6). It also fixes in-tree builds with CMake (but seriously, always use out-of-tree builds). Fixes #2. | |||
2021-04-01 | FromFile indexer, stream2sol.py: Remove space escaping | Thomas White | |
This isn't necessary after all, for the same reason that im-sandbox doesn't need escaping: it can count off the fields where spaces aren't allowed, and anything left is the filename. I was over-thinking things. | |||
2021-03-31 | FromFile indexer, stream2sol.py: Handle spaces in filename | Thomas White | |
2021-03-31 | FromFile indexer, stream2sol.py: Add/update copyright comments | Thomas White | |
2021-03-19 | FromFile indexer: add copyright notice | Thomas White | |
There is presumably an MPSD that also needs to be added. | |||
2021-03-19 | FromFile indexer: Take account of working directory | Thomas White | |
2021-03-19 | FromFile indexer: New parser and simplification of code | Thomas White | |
Significant change: the solution file must now come with the lattice type, centering and (if applicable) unique axis information at the end of each line, e.g. 'cI' (cubic I), 'mAb' (monoclinic A, unique axis b). | |||
2021-03-19 | FromFile indexer: Option processing | Thomas White | |
This give FromFile its own private command-lien option processing, like the other indexers. It removes the ability to auto-generate the solution filename, but I don't think there's a way to do that without breaking abstractions. | |||
2021-03-12 | FromFile indexer: Add skeleton cleanup procedure | Thomas White | |
2021-03-12 | FromFile indexer: Update for new event ID in image structure | Thomas White | |
2021-03-12 | FromFile indexer: Remove unnecessary casting/memset | Thomas White | |
2021-03-12 | FromFile indexer: Remove getcwd() | Thomas White | |
It's only used for some error messages, and it doesn't compile anyway. | |||
2021-03-12 | FromFile indexer: Remove update_detector | Thomas White | |
Everything should use the per-crystal detector shift now. | |||
2021-03-12 | FromFile indexer: Add missing semicolons | Thomas White | |
2021-03-12 | FromFile indexer: Strip trailing whitespace and sort out formatting | Thomas White | |
2021-03-12 | FromFile indexer: Move to libcrystfel/src/indexers | Thomas White | |
Also adds to meson.build |