aboutsummaryrefslogtreecommitdiff
path: root/src/make_pixelmap.c
AgeCommit message (Collapse)Author
2021-01-14Avoid very slow loop over pixels to create bad pixel mapThomas White
Bad regions specified in terms of x/y still require an iteration over all pixels of the detector, but I don't see an easy way around that. Avoiding x/y bad regions will give best performance.
2020-08-04Add image_create_for_simulation()Thomas White
...and factorise common code
2020-07-29New way of injecting version informationThomas White
Also, this fixes some incorrect headers and adds --version flags to programs which didn't yet have them.
2020-07-29Convert make_pixelmap to DataTemplateThomas White
NB The coffset is no longer written to the HDF5 file. This was a terrible hack anyway. The resolution field is just as bad, but as least easy to get from the detgeom.
2020-01-10Mass update of copyright datesThomas White
2019-01-29Fix some compiler warnings about string handlingThomas White
2018-12-18make_pixelmap: Use <input>.h5 as default output filenameThomas White
2018-12-06make_pixelmap: Fix #includeThomas White
2018-12-06Add make_pixelmap to core CrystFELThomas White