Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-17 | read filename and event with dynamical allocation | Pascal Hogan-Lamarre | |
2020-09-17 | removed the crystal number key from the solution file, deduced during reading | Pascal Hogan-Lamarre | |
2020-09-17 | multiple crystal per shot implemented (to be tested) | Pascal Hogan-Lamarre | |
2020-09-16 | if-conditions to prevent modifying the resolution limit value read in the ↵ | Pascal Hogan-Lamarre | |
solution file | |||
2020-09-16 | if-conditions that prevent modification of the profile_radius read from file | Pascal Hogan-Lamarre | |
2020-09-16 | modified the keys to use an event string | Pascal Hogan-Lamarre | |
2020-09-16 | cleaning, remove double statements | Pascal Hogan-Lamarre | |
2020-09-16 | fromfile indexer in a separate file | Pascal Hogan-Lamarre | |
2020-09-14 | Removed global variable, include profile_radius and diff_limit in sol file, ↵ | Pascal Hogan-Lamarre | |
cleaned up warning messages, not working yet for multi-crystals | |||
2020-08-06 | changed status messages for file indexer | Robert Buecker | |
2020-08-05 | hotfix for from-file indexer | Robert Buecker | |
2020-08-05 | adding some versbosity to file indexer | Robert Bücker | |
2020-07-19 | last minute changes | Pascal Hogan-Lamarre | |
2020-07-09 | unit cell vectors are correct, space group missing | Pascal Hogan-Lamarre | |
2020-07-09 | gitignore | Pascal Hogan-Lamarre | |
2020-06-22 | This is CrystFEL 0.9.10.9.1 | Thomas White | |
2020-05-12 | Add missing newline in error message | Thomas White | |
2020-05-12 | Fix silly mistake in cell reduction | Thomas White | |
2020-05-12 | scripts/*2hkl: Add reflection list header | Thomas White | |
2020-04-03 | Break down hdfile_get_string_value() | Thomas White | |
There are just too many cases here. Variable/fixed length, array of either of those, with/without event structure. And that's just for real strings (not numbers that will be converted to strings). For now, I think the only unhandled case is an array of variable length strings. We can fix this when/if one turns up in the wild. | |||
2020-04-01 | Request HDF5 1.10 API | Thomas White | |
There are changes with 1.12 which we can't use yet (need to maintain compatibility down to 1.8 for now, but the subset of the HDF5 API we use works with 1.8 and 1.10). | |||
2020-03-31 | hdfile_get_string_value: Handle arrays of fixed length strings | Thomas White | |
2020-03-31 | Catch NULL event in make_dataspaces | Thomas White | |
2020-03-31 | Improve error message in hdfile_get_string_value() | Thomas White | |
2020-03-16 | hdfile_get_string_value: Handle arrays of variable length strings | Thomas White | |
2020-03-13 | uncenter_cell(): Convert R to P | Thomas White | |
Otherwise, the cell comparison doesn't recognise the cells as the same, breaking indexing with an R reference cell. Unfortunately, the resulting cell after comparison by compare_r_c_p still comes out as P, but that doesn't seem like a big loss. To get it strictly correct, we'd need some way of tracking through the information that the cell got "uncentered" from R to P, even though the matrix is an identity. | |||
2020-03-09 | integrate_rings_once: Handle case where reflection is negative by < 1 photon | Thomas White | |
2020-03-05 | transfer-geom: Only write coffset for panels which have them | Thomas White | |
2020-03-05 | plot-pr-contourmap: Don't use "print" | Thomas White | |
Makes it compatible with Python 3 | |||
2020-03-05 | partialator: Gracefully handle negative and NaN sigma values | Thomas White | |
Of course, these should never happen. | |||
2020-03-04 | fix documentation for pinkIndexer | Yaroslav Gevorkov | |
2020-03-04 | add option -pinkIndexer-max-refinement-disbalance | Yaroslav Gevorkov | |
2020-02-28 | hdfile_get_value(): Check that ev->dim_length > 0 before looking in dim_entries | Thomas White | |
2020-02-13 | Update crystfel(7) manual page | Thomas White | |
2020-02-11 | indexamajig: Fix incorrect units of default cell tolerance | Thomas White | |
2020-02-11 | Fix comment typo | Thomas White | |
2020-02-11 | Remove vestigial HAVE_CPU_AFFINITY | Thomas White | |
2020-02-11 | Update README | Thomas White | |
2020-02-11 | Don't use gzbuffer if it's not available | Thomas White | |
Enables compatability with zlib < 1.2.3.5 | |||
2020-02-11 | Merge branch 'yaroslav/pinkIndexer_fixes' | Thomas White | |
2020-02-08 | pinIndexer documentation tuning | Yaroslav Gevorkov | |
2020-02-07 | refine documentation for --pinkIndexer-override-bandwidth | Yaroslav Gevorkov | |
2020-02-07 | add error message for too small reflection radius when using electrons | Yaroslav Gevorkov | |
2020-02-07 | fix error message for photon_energy not known at indexer_prepare | Yaroslav Gevorkov | |
2020-02-07 | fix pinkIndexer documentation | Yaroslav Gevorkov | |
2020-02-05 | This is CrystFEL 0.9.00.9.0 | Thomas White | |
2020-02-05 | Manual page updates | Thomas White | |
2020-02-05 | Fix manual typo | Thomas White | |
2020-02-05 | indexamajig: Hide --spectrum-file and add a warning | Thomas White | |
2020-02-04 | Handle CRLF line terminators in geometry files | Thomas White | |
This was broken by d62367db8fee57, which was some enabling work for reading geometry info from streams. |