From afc554d3a541adb10e8bd534fd1fc430811abe57 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 12 Feb 2015 17:24:56 +0100 Subject: Add panel name for bad regions --- libcrystfel/src/detector.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src/detector.h') diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index a82134bf..8f4d009c 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -3,12 +3,12 @@ * * Detector properties * - * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * Copyright © 2012 Richard Kirian * * Authors: - * 2009-2014 Thomas White + * 2009-2015 Thomas White * 2011-2012 Richard Kirian * 2014 Valerio Mariani * 2011 Andrew Aquila @@ -131,6 +131,7 @@ struct badregion { char name[1024]; int is_fsss; + char *panel; double min_x; double max_x; -- cgit v1.2.3