From fbb1aa73b26356f4b1b67a2e575c6524ae11bda4 Mon Sep 17 00:00:00 2001 From: rivers Date: Thu, 14 Jun 2012 19:09:38 +0000 Subject: [PATCH] Added FITS file format git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14756 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/Db/andorCCD.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ADApp/Db/andorCCD.template b/ADApp/Db/andorCCD.template index de0de79..08b2905 100644 --- a/ADApp/Db/andorCCD.template +++ b/ADApp/Db/andorCCD.template @@ -15,6 +15,8 @@ record(mbbo, "$(P)$(R)FileFormat") field(THVL, "3") field(FRST, "RAW") field(FRVL, "4") + field(FVST, "FITS") + field(FVVL, "5") } # These are the records that we modify from NDFile.template @@ -30,6 +32,8 @@ record(mbbi, "$(P)$(R)FileFormat_RBV") field(THVL, "3") field(FRST, "RAW") field(FRVL, "4") + field(FVST, "FITS") + field(FVVL, "5") } record(mbbo, "$(P)$(R)ImageMode")