aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
AgeCommit message (Expand)Author
2012-02-22Take a copy of "mask" when duplicating a detectorThomas White
2012-02-22Don't forget to free det->maskThomas White
2012-02-22Add get_q_for_panel()Thomas White
2012-02-22More fussiness / tidy upThomas White
2012-02-22Tidy upThomas White
2012-02-22Update copyrightThomas White
2012-02-22detector.h: add function print_detector_geometryRick Kirian
2012-02-22detector.c: add function find_panel_numberRick Kirian
2012-02-22Allow default values in geometry files, and set integration radius seperatelyThomas 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-22FussinessThomas White
2012-02-22Improve bad pixel handlingThomas White
2012-02-22Fix types for find_panel()Thomas White
2012-02-22More s/x/fs/, s/y/ss/Thomas White
2012-02-22Backwards compatability in badrow directionThomas White
2012-02-22Don't forget to copy the bad regions in copy_geom()Thomas White
2012-02-22Remove debugThomas White
2012-02-22Throw out detected peaks in bad regionsThomas White
2012-02-22Improve detector geometry parsing, add bad regionsThomas White
2012-02-22Update copyright datesThomas White
2012-02-22Remove hardcoded resolution limit in find_intersections()Thomas White
2012-02-22indexamajig: Use HDF5's camera length when requestedThomas White
2012-02-22Transformation matrix shouldn't be integerThomas White
2012-02-22Fix GPU code for new geometry, and tidy up some detector stuff (needs debugging)Thomas White
2012-02-22More new geometry fixesThomas White
2012-02-22Don't complain on terminal if some coordinates couldn't be mappedThomas White
2012-02-22hdfsee: Do "numbers" according to geometryThomas White
2012-02-22First round of fallout from new geometry formatThomas White
2012-02-22Get camera length from HDF5 if requiredThomas White
2012-02-22hdfsee: Fit window to detector geometryThomas White
2012-02-22hdfsee: Work on view using geometryThomas White
2012-02-22s/min_x/min_fs/ and so onThomas White
2012-02-22Fix get_q()Thomas White
2012-02-22Add the ability to flip and rotate panels in the geometry fileThomas White
2012-02-22Introduce 'geomatic'Thomas White
2012-02-22Allow badrow_direction = -Thomas White
2012-02-22Honour --no-index (again), take peak separation in geometry fileThomas White
2012-02-22Zap quatsThomas White
2012-02-22Don't cull peaks if badrow direction is not specifiedThomas White
2012-02-22Fix beam directionThomas White
2012-02-22Read beam parameters from file (where appropriate)Thomas White
2012-02-22Don't lose precision when calculating qThomas White
2012-02-22Single point of truth for which parameters we useThomas White
2012-02-22Only whinge once if detector geometry is badThomas White
2012-02-22pattern_sim: Get image size from detector geometryThomas White
2012-02-22Show values in the middle of the sidesThomas White
2012-02-22Tidy up get_tt()Thomas White
2012-02-22Remove duplicated functionality of map_position() and get_q()Thomas White