aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate.c
AgeCommit message (Expand)Author
2021-04-27Complain if there are unused defaults in geometry fileThomas White
2021-04-27Rename libcrystfel's config.h to libcrystfel-config.hThomas White
2021-04-16Remove requirement for data path to contain "/"Thomas White
2021-03-30Add header caching layerThomas White
2021-03-11indexamajig: Use static wavelength from DataTemplate as estimateThomas White
2021-03-09Add the ability to use multiple bad pixel masks at onceThomas White
2021-03-05Mass update of copyright dates in source code commentsThomas White
2021-03-01data_template_new_from_string: Fail gracefully if fs/ss bad region lacks pane...Thomas White
2021-02-15Check that bad regions are actually within panel boundsThomas White
2021-01-27DataTemplate: fix some small memory leaksThomas White
2021-01-14Correct bad region coordinatesThomas White
2021-01-14Avoid very slow loop over pixels to create bad pixel mapThomas White
2021-01-14data_template_new_from_string: Fix error pathThomas White
2021-01-08Update documentation about max_adu, and add a warningThomas White
2020-12-18Add peak_list_type in geometry fileThomas White
2020-12-16Add flag_{lessthan,morethan,equal} in geometry fileThomas White
2020-09-17Ensure that fs dimension has higher index than ssThomas White
2020-08-19Set the same initial beam parameters as beforeThomas White
2020-08-07Expose rigid groupsThomas White
2020-08-04Add image_create_for_simulation()Thomas White
2020-07-31Set bandwidth in image structureThomas White
2020-07-30Fix placeholder countingThomas White
2020-07-30Eliminate duplicate symbolsThomas White
2020-07-29Add detector_shift_{x,y} to geometry fileThomas White
2020-07-29Remove coffset from parse_toplevelThomas White
2020-07-29Add wavelength and electron_voltage, plus units, to geometry fileThomas White
2020-07-29Add an error path for parse_toplevelThomas White
2020-07-29Get rid of photon_energy_scaleThomas White
2020-07-29data_template_free: Allow NULLThomas White
2020-07-29Set a default data locationThomas White
2020-07-29Reject geometry file if it contains unrecognised linesThomas White
2020-07-29Set default dimensions (0=ss, 1=fs)Thomas White
2020-07-29Remove dtempl->defaultsThomas White
2020-07-29Require mask/satmap paths to have fewer placeholders than dataThomas White
2020-07-29Check that paths for all panels have the same number of placeholdersThomas White
2020-07-29FussinessThomas White
2020-07-29Remove events.c, part 2Thomas White
2020-07-29Remove peak_info_locationThomas White
2020-07-29Remove events.c, part 1Thomas White
2020-07-29Set up adu_per_photon correctlyThomas White
2020-07-29Implement camera length units in data_template_to_detgeomThomas White
2020-07-29Tidy upThomas White
2020-07-29Add data_template_panel_name_to_number and rename data_template_panel_nameThomas White
2020-07-29Convert make_pixelmap to DataTemplateThomas White
2020-07-29Less circuitous string lexxing in geometry parserThomas White
2020-07-29assplode_algebraic: Ignore spacesThomas White
2020-07-29Convert stream to DataTemplateThomas White
2020-07-29Get rid of imagefile_field_list and stuff_from_streamThomas White
2020-07-29Add data_template_find_panel() and data_template_file_to_panel_coords()Thomas White
2020-07-29hdf5_peak_location -> peak_listThomas White