index
:
CrystFEL
crystfel-0.3
crystfel-0.4
crystfel-0.5
master
pascal/electrons
tom/dtempl
Data processing for serial crystallography
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcrystfel
/
src
/
datatemplate.c
Age
Commit message (
Expand
)
Author
2021-03-11
indexamajig: Use static wavelength from DataTemplate as estimate
Thomas White
2021-03-09
Add the ability to use multiple bad pixel masks at once
Thomas White
2021-03-05
Mass update of copyright dates in source code comments
Thomas White
2021-03-01
data_template_new_from_string: Fail gracefully if fs/ss bad region lacks pane...
Thomas White
2021-02-15
Check that bad regions are actually within panel bounds
Thomas White
2021-01-27
DataTemplate: fix some small memory leaks
Thomas White
2021-01-14
Correct bad region coordinates
Thomas White
2021-01-14
Avoid very slow loop over pixels to create bad pixel map
Thomas White
2021-01-14
data_template_new_from_string: Fix error path
Thomas White
2021-01-08
Update documentation about max_adu, and add a warning
Thomas White
2020-12-18
Add peak_list_type in geometry file
Thomas White
2020-12-16
Add flag_{lessthan,morethan,equal} in geometry file
Thomas White
2020-09-17
Ensure that fs dimension has higher index than ss
Thomas White
2020-08-19
Set the same initial beam parameters as before
Thomas White
2020-08-07
Expose rigid groups
Thomas White
2020-08-04
Add image_create_for_simulation()
Thomas White
2020-07-31
Set bandwidth in image structure
Thomas White
2020-07-30
Fix placeholder counting
Thomas White
2020-07-30
Eliminate duplicate symbols
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
2020-07-29
Add wavelength and electron_voltage, plus units, to geometry file
Thomas White
2020-07-29
Add an error path for parse_toplevel
Thomas White
2020-07-29
Get rid of photon_energy_scale
Thomas White
2020-07-29
data_template_free: Allow NULL
Thomas White
2020-07-29
Set a default data location
Thomas White
2020-07-29
Reject geometry file if it contains unrecognised lines
Thomas White
2020-07-29
Set default dimensions (0=ss, 1=fs)
Thomas White
2020-07-29
Remove dtempl->defaults
Thomas White
2020-07-29
Require mask/satmap paths to have fewer placeholders than data
Thomas White
2020-07-29
Check that paths for all panels have the same number of placeholders
Thomas White
2020-07-29
Fussiness
Thomas White
2020-07-29
Remove events.c, part 2
Thomas White
2020-07-29
Remove peak_info_location
Thomas White
2020-07-29
Remove events.c, part 1
Thomas White
2020-07-29
Set up adu_per_photon correctly
Thomas White
2020-07-29
Implement camera length units in data_template_to_detgeom
Thomas White
2020-07-29
Tidy up
Thomas White
2020-07-29
Add data_template_panel_name_to_number and rename data_template_panel_name
Thomas White
2020-07-29
Convert make_pixelmap to DataTemplate
Thomas White
2020-07-29
Less circuitous string lexxing in geometry parser
Thomas White
2020-07-29
assplode_algebraic: Ignore spaces
Thomas White
2020-07-29
Convert stream to DataTemplate
Thomas White
2020-07-29
Get rid of imagefile_field_list and stuff_from_stream
Thomas White
2020-07-29
Add data_template_find_panel() and data_template_file_to_panel_coords()
Thomas White
2020-07-29
hdf5_peak_location -> peak_list
Thomas White
2020-07-29
Initial DataTemplate parser (copied from get_detector_geometry)
Thomas White
2020-07-29
Sketch out DataTemplate API
Thomas White