aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-06-02 14:11:39 -0700
committerThomas White <taw@physics.org>2013-06-02 14:11:39 -0700
commit8fb45911249c244a721d1bbea2eb5852f0a50b60 (patch)
tree7dac6d7b487d867cbba544888c476f88a70b2c62 /libcrystfel/src/detector.h
parent8a44164cfd5013687a0eb5cb10dc39c44db399c0 (diff)
Fix RG delta output, and write only if actually calibrated
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r--libcrystfel/src/detector.h1
1 files changed, 1 insertions, 0 deletions
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;
};