aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
AgeCommit message (Expand)Author
2012-02-22More documentationThomas White
2012-02-22Save all camera lengths in streamThomas White
2012-02-22Move write_detector_geometry() to calibrate_detector.cThomas White
2012-02-22add 3 ring background estimate; change default integration radius to 3Andrew Martin
2012-02-22Tidy up parser and add lots of checksThomas White
2012-02-22Remove a FIXME (parser is now generalised)Thomas White
2012-02-22Tidy up formattingThomas White
2012-02-22Tidy up whitespaceThomas White
2012-02-22Parser for linear combinations of x and y for fs and ssThomas White
2012-02-22Add many new features to powder_plotAndrew Aquila
2012-02-22Avoid doing strdup(NULL)Thomas White
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