aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
AgeCommit message (Collapse)Author
2014-11-17pattern_sim: Add saturationThomas White
2014-11-17hdf5_read2() should not call hdfile_close()Thomas White
2014-11-17Tolerate having no wavelengthThomas White
2014-11-14Ensure initialisation of as,bs,csThomas White
This is mostly just to shut the compiler up about the lack of initialisation.
2014-11-14Allow free_dim_structure(NULL)Thomas White
2014-11-14Revert update of old deprecated reflection list formatThomas White
Since nothing writes in this modified format (including fs, ss and pn), it makes no sense to be able to read it. This commit reverts a small part of c194bf77.
2014-11-14Allow geometry files to not contain photon_energyThomas White
2014-11-14Background need not be an integerThomas White
2014-11-13Remove unused variablesThomas White
2014-11-13WhitespaceThomas White
2014-11-13Fix stream readerTakanori Nakane
2014-11-13Fixed parsing of CRYST1Takanori Nakane
2014-11-10FussinessThomas White
2014-11-10Copy and Replace when saving geometryValerio Mariani
2014-11-09Record number of implausibly negative reflections in streamThomas White
2014-11-09Fix bracketsThomas White
2014-11-09Remove old beam-parameters.cThomas White
2014-11-02Report filename on terminal if it has implausibly negative reflectionsThomas White
2014-10-31get_detector_geometry(): Avoid NULL dereference when beam=NULLThomas White
2014-10-29Change nx/ny to nfs/nss, fixing a bug in the processThomas White
(Patch from Valerio Mariani)
2014-10-29Factorise and fix mask loadingThomas White
2014-10-29Formatting fussinessThomas White
2014-10-24Put write_stream_reflections_*() in the right orderThomas White
This changes nothing else, I promise
2014-10-24Restore peak and background to stream reflection format 2.3Thomas White
2014-10-24Add find_orig_panel() to APIThomas White
2014-10-24Fix/clarify peak coordinates for rearranged panelsThomas White
2014-10-24Avoid log(0) in gaussian_noise()Thomas White
2014-10-23read_stream_reflections_2_3(): Fix detector positionsThomas White
2014-10-23Improve handling of missing wavelengthThomas White
2014-10-23FormattingThomas White
2014-10-23Increase verbosityThomas White
2014-10-23Initialise photon_energy_fromThomas White
2014-10-23FussinessThomas White
2014-10-23Fix a load of memory leaksThomas White
2014-10-23Read back the event IDThomas White
2014-10-23Formatting / fussinessThomas White
2014-10-23Read image serial number backThomas White
2014-10-23FussinessThomas White
2014-10-23Add intmat_identity()Thomas White
2014-10-23Add serial numbers to chunksThomas White
2014-10-14Final gradients for SCGaussianThomas White
2014-10-06WIP on SCGaussian gradientsThomas White
2014-09-30Cell vector gradients for SCSphere, plus general rationalisationThomas White
2014-09-25WIP on predictionThomas White
2014-09-25Remove "sphere", "thin" and "gaussian" partiality models, add "scgaussian"Thomas White
2014-09-24FussinessThomas White
2014-09-24Remove bandwidth, divergence and profile radius from struct beam_paramsThomas White
2014-09-24Remove beam radius and nphotons from struct beam_paramsThomas White
2014-09-24Remove debugThomas White
2014-09-24Move photon_energy to "geometry" fileThomas White