aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-17Ensure that fs dimension has higher index than ssThomas White
Reading from HDF5 cannot rearrange dimensions, only select a chunk. Therefore, the layout in memory needs to match the file.
2020-09-16image_hdf5_read: Don't call image_freeThomas White
You didn't allocate it, so you don't free it.
2020-09-16Fix incorrect logic in HDF5 expansionThomas White
2020-09-11xgandalf: Remove C99-style 'for' declarationsThomas White
2020-09-11pattern_sim: Fix incorrect wavelength when simulating on CPUThomas White
Introduced by ee5e7f49c4c5826 and caught by standard test suite.
2020-09-10gpu_sim_check: Fix pixel ranges in geometryThomas White
Doesn't affect the test itself, but makes the output easier to read
2020-09-10scripts/display-hdf5: Open file in read-only modeThomas White
2020-09-10CMake: Use ${HDF5_C_LIBRARIES} instead of -lhdf5Thomas White
Fixes linking on Mac OS
2020-09-10CMake: Don't compile image-msgpack.c if library is not foundThomas White
2020-09-10CMake: Fix error textThomas White
2020-09-10CMake: Fix incorrect logical negationThomas White
2020-09-10Local BE: Remove unused #includeThomas White
Not needed, and prevents compilation on Mac OS.
2020-09-10render_hkl: Fix non-Cairo render_za() implementationThomas White
2020-09-10render_hkl: Move struct resrings out of #ifdefThomas White
This causes a compilation failure when Cairo is not available.
2020-09-09get_matrix_name: Improve string handlingThomas White
2020-09-09CrystFELImageView: Skip entire draw_sig if image is NULLThomas White
2020-09-09Add optional measurement of time spent in indexersThomas White
2020-09-09CrystFELImageView: Better cross-hairsThomas White
2020-09-09Show job title in progress barThomas White
2020-09-09GUI: Do "Index this frame" in a temporary folderThomas White
2020-09-08Show prediction boxes at the right sizeThomas White
2020-09-08Add integration radii to CrystFELIndexingOptsThomas White
2020-09-08Add integration radii to projectThomas White
2020-09-08Fixup peak boxThomas White
2020-09-08Grey out next/prev buttons when at extremes of dataThomas White
2020-09-08Make peak box bigger (and add crosshairs) at high magnificationThomas White
2020-09-08Select the right radio button in "Load data" dialogue boxThomas White
2020-09-08Just use project structure in backendsThomas White
We have to pass the crystfelproject anyway, to add the new results to the list. It seems messy to pass everything else separately, when at this moment the values must be exactly what is in the project structure anyway.
2020-09-08Local/SLURM BE: Add full path to stream in resultsThomas White
2020-09-08Remove "Command line:" in streamThomas White
This wasn't present in the old version, and it was missing a space anyway.
2020-09-08Un-export image_read_image_dataThomas White
Not needed since f5b3c4db36fa.
2020-09-08Set install_rpath for everythingThomas White
See https://github.com/mesonbuild/meson/issues/2567
2020-09-07Set Show Reflections menu item when loading projectThomas White
2020-09-07GUI: Set default peak radii to match indexamajig's defaultsThomas White
2020-09-07Show cell parameters after "Index this frame"Thomas White
2020-09-07Fix crystfel_indexing_opts_get_push_resThomas White
2020-09-07Fix update_peaks logicThomas White
2020-09-07crystfel_indexing_opts_set_cell_file: Also set iv->cell_fileThomas White
Missed during 4bb4779998.
2020-09-07Catch another "NULL" event -> //Thomas White
2020-09-04Local BE: duplicate job titleThomas White
add_result() takes ownership of all of these
2020-09-04Omit some more arguments if NULLThomas White
2020-09-04Add results from new indexing jobThomas White
2020-09-04Set results selector to "internal" when indexing one patternThomas White
2020-09-04Update imageview on change of resultsThomas White
2020-09-04stream_read_chunk: Set image->spectrumThomas White
2020-09-04draw_refls: Set line widthThomas White
2020-09-04Add a FIXMEThomas White
2020-09-04Ensure peak/reflection drawing option is set correctlyThomas White
2020-09-04stream_make_index: Don't require an event ID for every chunkThomas White
Event ID is not written if not needed
2020-09-04make_key: Handle NULL eventThomas White