aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-02-22Add partial_sim, for generating test streams by geometrical methodsThomas White
2012-02-22Write stream header in stream.cThomas White
2012-02-22Add a nasty fudge factorThomas White
2012-02-22Set redundancy when simulating peaksThomas White
2012-02-22Don't forget to free det->maskThomas White
2012-02-22Ensure all parts of cell are set by cell_rotate()Thomas White
2012-02-22process_hkl: Initialise image.det to NULL to avoid updating the geometry in ↵Thomas White
read_chunk()
2012-02-22Add get_q_for_panel()Thomas White
2012-02-22FormattingThomas White
2012-02-22Switch arguments to calloc()Thomas White
2012-02-22compare_hkl: Make sure ratios go in the fileThomas White
2012-02-22More fussiness / tidy upThomas White
2012-02-22FussinessThomas White
2012-02-22Tidy upThomas White
2012-02-22Update copyrightThomas White
2012-02-22Squash whitespaceThomas White
2012-02-22tidy up calibrate_detector.cRick Kirian
2012-02-22detector.h: add function print_detector_geometryRick Kirian
2012-02-22cleanup calibrate_detector.cRick Kirian
2012-02-22calibrate_detector.c: work in progressRick Kirian
2012-02-22stream.c: precision of peaks -> %7.2fRick Kirian
2012-02-22detector.c: add function find_panel_numberRick Kirian
2012-02-22stream.c: write camera lengthRick Kirian
2012-02-22Simplify reflection integration logicThomas White
2012-02-22More thread pool documentationThomas White
2012-02-22Add test for num_reflections() and fix itThomas White
2012-02-22Start documenting the thread poolThomas White
2012-02-22Don't say that the CPU affinity calculation succeededThomas White
2012-02-22Remove run_thread_range()Thomas White
2012-02-22FussinessThomas White
2012-02-22Don't store indices in the reflection dataThomas White
This avoids potential badness
2012-02-22Allow default values in geometry files, and set integration radius seperatelyThomas White
2012-02-22Fix a Grand Muppetry in integrate_peak()Thomas White
2012-02-22FussinessThomas White
2012-02-22Update definitions for fallbacks in render_hkl.cThomas White
2012-02-22indexamajig: Add fallback for clock_gettime()Thomas White
2012-02-22Fix return value for dummy set_affinity()Thomas White
2012-02-22Don't free(garbage)Thomas White
2012-02-22Fix geometry file commentsThomas White
2012-02-22Fix in_bad_region()Thomas White
2012-02-22Fix another silly bugThomas White
2012-02-22Fix obvious bugThomas White
2012-02-22FussinessThomas White
2012-02-22Improve bad pixel handlingThomas White
2012-02-22Reject peaks from the HDF5 list in panels marked with no_indexThomas White
2012-02-22More documentationThomas White
2012-02-22Fix up stream error handlingThomas White
2012-02-22Update docsThomas White
2012-02-22Don't write out peaks which could not be integratedThomas White
2012-02-22Remove dead codeThomas White