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
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