Fixed type

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@16922 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2013-09-24 14:16:01 +00:00
parent 44248233c7
commit 5f93b15f34
+1 -1
View File
@@ -147,7 +147,7 @@
must be "%3.3d". If they are not then mar345dtb will successfully save the file,
but with a different name than the areaDetector driver was expecting it to use,
and the driver will generate an error when it tries to open the file to read the
data. A good value for FileTemplate is thus "%s%s_3.3d", which will concatentate
data. A good value for FileTemplate is thus "%s%s_%3.3d", which will concatentate
the FilePath and FileName, followed by an underscore and then a 3 digit number with
leading zeros if required. The underscore is optional, and other characters can
be placed between the FileName and the FileNumber if desired.</td>