From 8fb45911249c244a721d1bbea2eb5852f0a50b60 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 2 Jun 2013 14:11:39 -0700 Subject: Fix RG delta output, and write only if actually calibrated --- libcrystfel/src/detector.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrystfel/src/detector.h') diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index 8ff8db2f..cfe0808a 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -60,6 +60,7 @@ struct rigid_group double d_fsy; double d_ssy; double d_cny; + int have_deltas; }; -- cgit v1.2.3