Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-03 | partialator: Use default event ID in csplit for crystals which don't have one | Thomas White | |
2022-05-03 | partialator: Fix a typo | Thomas White | |
2021-11-25 | partialator: Use image_free() to avoid memory leaks | Thomas White | |
Requires that the array of crystals isn't allocated on the stack. | |||
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-09-07 | partialator write_split: Handle zero crystals | Thomas White | |
The variable-sized array can't have zero size, so we need to check. | |||
2021-08-13 | partialator: Relax rejection criterion for profile radius | Thomas White | |
The previous cutoff of 0.2*reflection_separation seems to have been too conservative. It cuts out over 1000 crystals from the 8000 crystals in one of the regression tests. Examining the values shows that 0.5 is better value. It's also a realistic physical limit - more than this, and the reflections should be overlapping. | |||
2021-07-23 | partialator: Add --log-folder | Thomas White | |
2021-07-22 | Clean up shadowed variables | Thomas White | |
2021-03-30 | Add header caching layer | Thomas White | |
This simultaneously implements --copy-header/--copy-hdf5-field and gives access to metadata (e.g. detector position or wavelength) when loading from a stream with header-specified values. | |||
2021-03-26 | partialator: Add missing comma in JSON | Thomas White | |
2021-03-26 | partialator: Add --harvest-file | Thomas White | |
2021-03-05 | Mass update of copyright dates in source code comments | Thomas White | |
2021-02-09 | partialator: Improve error message | Thomas White | |
2021-01-27 | partialator/reflist: Propagate calloc NULL return | Thomas White | |
This prevents an out-of-memory situation (due to ulimit) from manifesting as a segfault. | |||
2021-01-27 | partialator: Fix (big) memory leaks | Thomas White | |
2021-01-06 | partialator: Reject crystals with obviously too large profile radii | Thomas White | |
The criterion for "too large" is 20% of the 1/d value for the lowest reflection which is not systematically absent according to the centering. A profile radius larger than the 1/d value for a reflection will crash the xsphere partiality model, and some visualisation shows that this is a clearly non-physical situation. The profile radius shouldn't be anywhere near the inter-Bragg spacing for reasonable data. However, feedback shows that this is happening quite often in real data, probably due to bad indexing. | |||
2020-12-04 | Formatting | Thomas White | |
2020-12-02 | partialator: Work with multiple input streams | Thomas White | |
2020-10-27 | partialator: Don't copy detgeom | Thomas White | |
Detector geometry is not used for scaling/post-refinement | |||
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-07-30 | partialator: Fix deep copy of image structure | 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 | partialator/process_hkl: Use geometry | Thomas White | |
2020-07-29 | partialator/process_hkl: Fix stream reading logic | Thomas White | |
2020-07-29 | Remove events.c, part 2 | Thomas White | |
New event parsing, done at the last minute in image-hdf5.c | |||
2020-07-29 | Convert partialator to new Stream API | Thomas White | |
2020-07-29 | Remove references to old headers | Thomas White | |
2020-07-29 | Convert stream to DataTemplate | 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-01-10 | Mass update of copyright dates | Thomas White | |
2019-11-15 | Add partiality model GGPM | Wolfgang Brehm | |
2019-09-05 | partialator: Correct polarisation after update_predictions() | Thomas White | |
Polarisation correction needs kpred values. | |||
2019-09-05 | Allow the polarsation correction to be completely disabled | Thomas White | |
2019-09-02 | Don't need separate wavelength for polarisation correction | Thomas White | |
Can use kpred | |||
2019-09-02 | process_hkl,partialator: Allow arbitrary direction and degree of polarisation | Thomas White | |
2019-07-17 | partialator: Add "offset" model (Ewald sphere offset assuming monochromatic ↵ | Thomas White | |
beam) | |||
2019-07-17 | partialator: Allow refinement of any partiality model | Thomas White | |
2019-07-17 | partialator: Use Spectrum API | Thomas White | |
2019-07-17 | partialator: WIP on new minimiser | Thomas White | |
2019-07-17 | partialator: Only strong reflections in specgraph, and remove resolution ↵ | Thomas White | |
limit for pgraph Rationale for pgraph: the viewer already has a resolution selector. | |||
2019-07-17 | Allow correct_reflection() to correct anything, not just intensities | Thomas White | |
2019-06-21 | partialator: Add --force-lambda | Thomas White | |
2019-06-21 | partialator: Progress bar for logs/grid scans | Thomas White | |
2019-06-19 | partialator: With --no-free, still show non-free residuals for crystals with ↵ | Thomas White | |
too few free reflections | |||
2019-06-05 | partialator: Parallelise deltaCChalf calculation | Thomas White | |
2019-03-01 | partialator: Avoid double-free of stuff_from_stream and filename | Thomas White | |
2019-01-29 | Fix some compiler warnings about string handling | Thomas White | |
2019-01-28 | partialator: Fix incorrect free(audit_info) | Thomas White | |