diff --git a/DeviceAdapters/PCO_Generic/MMHWio.cpp b/DeviceAdapters/PCO_Generic/MMHWio.cpp index a00d3fbcf..b64b63fb6 100644 --- a/DeviceAdapters/PCO_Generic/MMHWio.cpp +++ b/DeviceAdapters/PCO_Generic/MMHWio.cpp @@ -787,7 +787,7 @@ int CPCOCam::InitLineTiming() szhelp = "Off"; else szhelp = "On"; - csh = "Light Sheet Mode"; + csh = "Line Scanning Mode"; nRet = CreateProperty(csh.c_str(), szhelp.c_str(), MM::String, false, pAct); if (nRet != DEVICE_OK) return nRet; @@ -807,7 +807,7 @@ int CPCOCam::InitLineTiming() szhelp = "us"; else szhelp = "ms"; - csh = "Light Sheet Mode Timebase"; + csh = "Line Scanning Mode Timebase"; nRet = CreateProperty(csh.c_str(), szhelp.c_str(), MM::String, false, pAct); if (nRet != DEVICE_OK) return nRet; @@ -823,21 +823,21 @@ int CPCOCam::InitLineTiming() pAct = new CPropertyAction(this, &CPCOCam::OnCmosLineTime); - csh = "Light Sheet Mode Line Time"; + csh = "Line Scanning Mode Line Time"; sprintf_s(szh, 100, "%d", m_dwCMOSLineTime); nRet = CreateProperty(csh.c_str(), szh, MM::Integer, false, pAct); if (nRet != DEVICE_OK) return nRet; pAct = new CPropertyAction(this, &CPCOCam::OnCmosDelayLines); - csh = "Light Sheet Mode Delay Lines"; + csh = "Line Scanning Mode Delay Lines"; sprintf_s(szh, 100, "%d", m_dwCMOSDelayLines); nRet = CreateProperty(csh.c_str(), szh, MM::Integer, false, pAct); if (nRet != DEVICE_OK) return nRet; pAct = new CPropertyAction(this, &CPCOCam::OnCmosExposureLines); - csh = "Light Sheet Mode Exposure Lines"; + csh = "Line Scanning Mode Exposure Lines"; sprintf_s(szh, 100, "%d", m_dwCMOSExposureLines); nRet = CreateProperty(csh.c_str(), szh, MM::Integer, false, pAct); if (nRet != DEVICE_OK) diff --git a/DeviceAdapters/PCO_Generic/MicroManager.cpp b/DeviceAdapters/PCO_Generic/MicroManager.cpp index 57ca48314..5eeb1e2ed 100644 --- a/DeviceAdapters/PCO_Generic/MicroManager.cpp +++ b/DeviceAdapters/PCO_Generic/MicroManager.cpp @@ -6,7 +6,7 @@ // DESCRIPTION: pco camera module // // AUTHOR: Franz Reitner, Franz.Reitner@pco.de, 11/01/2010 -// COPYRIGHT: PCO AG, Kelheim, 2010-up to now ;-) +// COPYRIGHT: Excelitas - PCO, Kelheim, 2010-up to now ;-) // LICENSE: This file is distributed under the BSD license. // License text is included with the source distribution. // diff --git a/DeviceAdapters/PCO_Generic/MicroManager.h b/DeviceAdapters/PCO_Generic/MicroManager.h index b9f965831..2fa255e34 100644 --- a/DeviceAdapters/PCO_Generic/MicroManager.h +++ b/DeviceAdapters/PCO_Generic/MicroManager.h @@ -6,7 +6,7 @@ // DESCRIPTION: pco.camera generic camera module // // AUTHOR: Nenad Amodaj, nenad@amodaj.com, 06/08/2005 -// Franz Reitner, pco ag, 13.12.2013 +// Franz Reitner, excelitas pco, 13.12.2013 // COPYRIGHT: University of California, San Francisco, 2006 // LICENSE: This file is distributed under the BSD license. // License text is included with the source distribution.