From 4bb97fcfbfe4343e3b81d178523666ae0d55706c Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Wed, 9 Mar 2016 12:36:59 +0100 Subject: [PATCH] included calibration wizards in checkout script --- checkout.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/checkout.sh b/checkout.sh index aa7548b83..2704e472c 100755 --- a/checkout.sh +++ b/checkout.sh @@ -12,3 +12,4 @@ git clone $1@git.psi.ch:sls_detectors_software/sls_detector_calibration.git slsD git clone $1@git.psi.ch:sls_detectors_software/sls_image_reconstruction.git slsImageReconstruction +git clone $1@git.psi.ch:sls_detectors_software/calibration_wizards.git calibrationWizards