Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | Add low-level integration API (for better testing) | Thomas White | |
2020-07-29 | Remove config.h from libcrystfel headers | Thomas White | |
Same reason as removing them from tests. Also, libcrystfel might be used in projects which have HAVE_CONFIG_H defined. | |||
2020-07-29 | Remove config.h from tests | Thomas White | |
This is a relic from autotools, where config.h might add function definitions. The tests shouldn't be behaving differently based on the configuration (though perhaps tests might be enabled or disabled by the build system). Also: which config.h should it be? The top-level one, or libcrystfel's? | |||
2020-07-29 | Update Meson build files for dtempl branch | Thomas White | |
2020-07-29 | Initial Meson conversion | Thomas White | |
2020-07-29 | Add show_panel (debug function) | Thomas White | |
2020-07-29 | Don't try to apply shift if no value is given | Thomas White | |
2020-07-29 | stream_read_chunk: Add option to load image data | Thomas White | |
2020-07-29 | const-cleaning | Thomas White | |
2020-07-29 | partialator/process_hkl: Use geometry | Thomas White | |
2020-07-29 | Fix reading of geometry from stream | Thomas White | |
2020-07-29 | Unify creation of blank image data arrays | Thomas White | |
2020-07-29 | Add --no-image-data and --no-mask-data | Thomas White | |
2020-07-29 | Move image structure creation up to image_read() | Thomas White | |
2020-07-29 | Add detector_shift_{x,y} to geometry file | Thomas White | |
2020-07-29 | Remove coffset from parse_toplevel | Thomas White | |
It's handled already by the parse_field_for_panel(defaults, ...) | |||
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 | Add missing newlines | Thomas White | |
2020-07-29 | Handle scalar values for HDF5 headers | Thomas White | |
2020-07-29 | Set default event ID when reading from HDF5 with NULL event | Thomas White | |
2020-07-29 | Add an error path for parse_toplevel | Thomas White | |
2020-07-29 | crystal[s] | Thomas White | |
2020-07-29 | Get rid of photon_energy_scale | Thomas White | |
2020-07-29 | Show cell parameters in GUI | Thomas White | |
2020-07-29 | Add cell_print_oneline | Thomas White | |
2020-07-29 | Show reflections in GUI | Thomas White | |
2020-07-29 | Add peakfinder9 to GUI | Thomas White | |
2020-07-29 | Add crystfel_has_peakfinder9() | Thomas White | |
separate config.h file. | |||
2020-07-29 | Disable widgets in "Load data" dialog | Thomas White | |
2020-07-29 | Reset zoom when loading new data | Thomas White | |
If the image size changes, bad things happen. | |||
2020-07-29 | Fix clear_project_files | Thomas White | |
2020-07-29 | Show peaks after loading stream | Thomas White | |
2020-07-29 | Remove old message | Thomas White | |
2020-07-29 | Create detgeom and data arrays when reading from stream | Thomas White | |
2020-07-29 | Don't attempt to peak search when reading from stream | Thomas White | |
2020-07-29 | Let caller (rather than CrystFELImageView) own the image structure | Thomas White | |
2020-07-29 | Image selection when reading from stream | Thomas White | |
2020-07-29 | Don't double-count last chunk | Thomas White | |
2020-07-29 | (Temporarily) disable pinkIndexer | Thomas White | |
2020-07-29 | Add missing defaults | Thomas White | |
2020-07-29 | Special cases for stream | Thomas White | |
2020-07-29 | Load stream | Thomas White | |
2020-07-29 | Fix peak list loading from stream | Thomas White | |
I don't think this functionality has ever actually been used. It was completely broken. | |||
2020-07-29 | Store the actual DataTemplate in GUI project struct | Thomas White | |
2020-07-29 | data_template_free: Allow NULL | Thomas White | |
2020-07-29 | Random access Stream API | Thomas White | |
2020-07-29 | Update comments | Thomas White | |
2020-07-29 | Set a default data location | Thomas White | |
2020-07-29 | Add default_project (and add Stream to GUI project struct) | Thomas White | |