diff options
author | Thomas White <taw@physics.org> | 2015-03-29 10:49:04 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-04-20 15:50:40 +0200 |
commit | 400893300a7b7b50cba2db5df7114e2326434f01 (patch) | |
tree | 71d8ed8f209ac5196c4d209a8a074cbb1f5b8581 /Makefile.am | |
parent | 0ccda684af32d1e8a5e275716fa3777bd9003782 (diff) |
Add new scripts for detector shifts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aa479254..2744819e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -187,7 +187,8 @@ script_DATA = scripts/alternate-stream scripts/cell-please \ scripts/gen-sfs-expand scripts/add-beam-params \ scripts/find-pairs scripts/plot-cc-and-scale.R \ scripts/ave-resolution scripts/crystal-frame-number \ - scripts/plot-radius-resolution scripts/plot-predict-refine + scripts/plot-radius-resolution scripts/plot-predict-refine \ + scripts/detector-shift scripts/plot-detector-shift EXTRA_DIST += $(script_DATA) |