From a6575fa193ae3fce22272f381c09105a536cb042 Mon Sep 17 00:00:00 2001 From: rivers Date: Tue, 12 May 2009 13:08:49 +0000 Subject: [PATCH] Added specific file plugins for simDetector and Prosilica git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8937 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/op/adl/ADTop.adl | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/ADApp/op/adl/ADTop.adl b/ADApp/op/adl/ADTop.adl index ccd91b2..f47f546 100644 --- a/ADApp/op/adl/ADTop.adl +++ b/ADApp/op/adl/ADTop.adl @@ -346,21 +346,31 @@ text { args="P=13PS1:, R=image1:" } display[1] { - label="File #1" + label="File netCDF #1" name="NDPluginFile.adl" - args="P=13PS1:, R=file1:" + args="P=13PS1:, R=netCDF1:" } display[2] { + label="File TIFF #1" + name="NDPluginFile.adl" + args="P=13PS1:, R=TIFF1:" + } + display[3] { + label="File JPEG #1" + name="NDPluginFile.adl" + args="P=13PS1:, R=JPEG1:" + } + display[4] { label="ROI #1" name="NDROI.adl" args="P=13PS1:, R=ROI1:" } - display[3] { + display[5] { label="Color convert #1" name="NDColorConvert.adl" args="P=13PS1:, R=CC1:" } - display[4] { + display[6] { label="Color convert #2" name="NDColorConvert.adl" args="P=13PS1:, R=CC2:" @@ -411,16 +421,26 @@ text { args="P=13SIM1:, R=image1:" } display[1] { - label="File #1" + label="netCDF file #1" name="NDPluginFile.adl" - args="P=13SIM1:, R=file1:" + args="P=13SIM1:, R=netCDF1:" } display[2] { + label="TIFF file #1" + name="NDPluginFile.adl" + args="P=13SIM1:, R=TIFF1:" + } + display[3] { + label="JPEG file #1" + name="NDPluginFile.adl" + args="P=13SIM1:, R=JPEG1:" + } + display[4] { label="ROI #1" name="NDROI.adl" args="P=13SIM1:, R=ROI1:" } - display[3] { + display[5] { label="Scan #1" name="scan_more.adl" args="P=13SIM1:, S=scan1, N=1"