Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
63
Issues
63
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima
Commits
8491cf17
Commit
8491cf17
authored
Jan 20, 2011
by
Laurent Claustre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GPL license definitively added.
parent
3b0e7fe1
Changes
262
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
262 changed files
with
6249 additions
and
96 deletions
+6249
-96
AUTHORS
AUTHORS
+10
-0
COPYING
COPYING
+674
-0
LIMA_GPL_HEADER.txt
LIMA_GPL_HEADER.txt
+19
-23
Makefile
Makefile
+22
-24
addnewtags
addnewtags
+22
-25
applications/taco/common/TacoCcd.py
applications/taco/common/TacoCcd.py
+21
-0
applications/taco/frelon/FrelonTacoCcd.py
applications/taco/frelon/FrelonTacoCcd.py
+21
-0
applications/tango/LimaCCD.py
applications/tango/LimaCCD.py
+21
-0
applications/tango/camera/Frelon.py
applications/tango/camera/Frelon.py
+21
-0
applications/tango/camera/Maxipix.py
applications/tango/camera/Maxipix.py
+21
-0
applications/tango/camera/Pilatus.py
applications/tango/camera/Pilatus.py
+21
-0
applications/tango/camera/Simulator.py
applications/tango/camera/Simulator.py
+21
-0
applications/tango/camera/__init__.py
applications/tango/camera/__init__.py
+21
-0
applications/tango/plugins/AccThresholdExample.py
applications/tango/plugins/AccThresholdExample.py
+21
-0
applications/tango/plugins/LimaTacoCCD.py
applications/tango/plugins/LimaTacoCCD.py
+21
-0
applications/tango/plugins/RoiCounter.py
applications/tango/plugins/RoiCounter.py
+21
-0
applications/tango/plugins/__init__.py
applications/tango/plugins/__init__.py
+21
-0
build/Makefile
build/Makefile
+21
-0
camera/Makefile
camera/Makefile
+21
-0
camera/common/Makefile
camera/common/Makefile
+21
-0
camera/common/espia/Makefile
camera/common/espia/Makefile
+21
-0
camera/common/espia/include/Espia.h
camera/common/espia/include/Espia.h
+21
-0
camera/common/espia/include/EspiaAcq.h
camera/common/espia/include/EspiaAcq.h
+21
-0
camera/common/espia/include/EspiaBufferMgr.h
camera/common/espia/include/EspiaBufferMgr.h
+21
-0
camera/common/espia/include/EspiaDev.h
camera/common/espia/include/EspiaDev.h
+21
-0
camera/common/espia/include/EspiaFocla.h
camera/common/espia/include/EspiaFocla.h
+21
-0
camera/common/espia/include/EspiaSerialLine.h
camera/common/espia/include/EspiaSerialLine.h
+21
-0
camera/common/espia/include/FoclaHwInterface.h
camera/common/espia/include/FoclaHwInterface.h
+21
-0
camera/common/espia/include/espia.inc
camera/common/espia/include/espia.inc
+42
-0
camera/common/espia/python/__init__.py
camera/common/espia/python/__init__.py
+21
-0
camera/common/espia/sip/Espia.sip
camera/common/espia/sip/Espia.sip
+21
-0
camera/common/espia/sip/EspiaAcq.sip
camera/common/espia/sip/EspiaAcq.sip
+21
-0
camera/common/espia/sip/EspiaBufferMgr.sip
camera/common/espia/sip/EspiaBufferMgr.sip
+21
-0
camera/common/espia/sip/EspiaDev.sip
camera/common/espia/sip/EspiaDev.sip
+21
-0
camera/common/espia/sip/EspiaSerialLine.sip
camera/common/espia/sip/EspiaSerialLine.sip
+21
-0
camera/common/espia/src/Espia.cpp
camera/common/espia/src/Espia.cpp
+21
-0
camera/common/espia/src/EspiaAcq.cpp
camera/common/espia/src/EspiaAcq.cpp
+21
-0
camera/common/espia/src/EspiaBufferMgr.cpp
camera/common/espia/src/EspiaBufferMgr.cpp
+21
-0
camera/common/espia/src/EspiaDev.cpp
camera/common/espia/src/EspiaDev.cpp
+21
-0
camera/common/espia/src/EspiaFocla.cpp
camera/common/espia/src/EspiaFocla.cpp
+21
-0
camera/common/espia/src/EspiaSerialLine.cpp
camera/common/espia/src/EspiaSerialLine.cpp
+21
-0
camera/common/espia/src/FoclaHwInterface.cpp
camera/common/espia/src/FoclaHwInterface.cpp
+21
-0
camera/common/espia/src/Makefile
camera/common/espia/src/Makefile
+21
-0
camera/common/espia/test/Makefile
camera/common/espia/test/Makefile
+21
-0
camera/common/espia/test/testfocla.cpp
camera/common/espia/test/testfocla.cpp
+21
-0
camera/common/espia/test/testfoclahwinterface.cpp
camera/common/espia/test/testfoclahwinterface.cpp
+21
-0
camera/frelon/Makefile
camera/frelon/Makefile
+21
-0
camera/frelon/include/Frelon.h
camera/frelon/include/Frelon.h
+21
-0
camera/frelon/include/FrelonCamera.h
camera/frelon/include/FrelonCamera.h
+21
-0
camera/frelon/include/FrelonInterface.h
camera/frelon/include/FrelonInterface.h
+21
-0
camera/frelon/include/FrelonModel.h
camera/frelon/include/FrelonModel.h
+21
-0
camera/frelon/include/FrelonSerialLine.h
camera/frelon/include/FrelonSerialLine.h
+21
-0
camera/frelon/include/FrelonTimingCtrl.h
camera/frelon/include/FrelonTimingCtrl.h
+21
-0
camera/frelon/python/FrelonAcq.py
camera/frelon/python/FrelonAcq.py
+21
-0
camera/frelon/python/__init__.py
camera/frelon/python/__init__.py
+21
-0
camera/frelon/sip/Frelon.sip
camera/frelon/sip/Frelon.sip
+21
-0
camera/frelon/sip/FrelonCamera.sip
camera/frelon/sip/FrelonCamera.sip
+21
-0
camera/frelon/sip/FrelonInterface.sip
camera/frelon/sip/FrelonInterface.sip
+21
-0
camera/frelon/sip/FrelonModel.sip
camera/frelon/sip/FrelonModel.sip
+21
-0
camera/frelon/sip/FrelonSerialLine.sip
camera/frelon/sip/FrelonSerialLine.sip
+21
-0
camera/frelon/sip/FrelonTimingCtrl.sip
camera/frelon/sip/FrelonTimingCtrl.sip
+21
-0
camera/frelon/src/Frelon.cpp
camera/frelon/src/Frelon.cpp
+21
-0
camera/frelon/src/FrelonCamera.cpp
camera/frelon/src/FrelonCamera.cpp
+21
-0
camera/frelon/src/FrelonInterface.cpp
camera/frelon/src/FrelonInterface.cpp
+21
-0
camera/frelon/src/FrelonModel.cpp
camera/frelon/src/FrelonModel.cpp
+21
-0
camera/frelon/src/FrelonSerialLine.cpp
camera/frelon/src/FrelonSerialLine.cpp
+21
-0
camera/frelon/src/FrelonTimingCtrl.cpp
camera/frelon/src/FrelonTimingCtrl.cpp
+21
-0
camera/frelon/src/Makefile
camera/frelon/src/Makefile
+21
-0
camera/frelon/test/Makefile
camera/frelon/test/Makefile
+21
-0
camera/frelon/test/testfrelon.cpp
camera/frelon/test/testfrelon.cpp
+21
-0
camera/frelon/test/testfreloncontrol.cpp
camera/frelon/test/testfreloncontrol.cpp
+21
-0
camera/frelon/test/testfreloncontrol.py
camera/frelon/test/testfreloncontrol.py
+21
-0
camera/frelon/test/testfreloninterface.cpp
camera/frelon/test/testfreloninterface.cpp
+21
-0
camera/frelon/test/testfreloninterface.py
camera/frelon/test/testfreloninterface.py
+21
-0
camera/frelon/test/testfrelonserialline.py
camera/frelon/test/testfrelonserialline.py
+21
-0
camera/frelon/test/testfrelonspectroscopy.cpp
camera/frelon/test/testfrelonspectroscopy.cpp
+21
-0
camera/maxipix/Makefile
camera/maxipix/Makefile
+21
-0
camera/maxipix/include/MaxipixDet.h
camera/maxipix/include/MaxipixDet.h
+21
-0
camera/maxipix/include/MaxipixInterface.h
camera/maxipix/include/MaxipixInterface.h
+21
-0
camera/maxipix/include/MaxipixReconstruction.h
camera/maxipix/include/MaxipixReconstruction.h
+21
-0
camera/maxipix/include/PixelArray.h
camera/maxipix/include/PixelArray.h
+21
-0
camera/maxipix/include/PriamAcq.h
camera/maxipix/include/PriamAcq.h
+21
-0
camera/maxipix/include/PriamSerial.h
camera/maxipix/include/PriamSerial.h
+21
-0
camera/maxipix/python/MpxAcq.py
camera/maxipix/python/MpxAcq.py
+21
-0
camera/maxipix/python/MpxChipConfig.py
camera/maxipix/python/MpxChipConfig.py
+21
-0
camera/maxipix/python/MpxCommon.py
camera/maxipix/python/MpxCommon.py
+21
-0
camera/maxipix/python/MpxDacs.py
camera/maxipix/python/MpxDacs.py
+21
-0
camera/maxipix/python/MpxDetConfig.py
camera/maxipix/python/MpxDetConfig.py
+21
-0
camera/maxipix/python/__init__.py
camera/maxipix/python/__init__.py
+21
-0
camera/maxipix/sip/MaxipixDet.sip
camera/maxipix/sip/MaxipixDet.sip
+21
-0
camera/maxipix/sip/MaxipixInterface.sip
camera/maxipix/sip/MaxipixInterface.sip
+21
-0
camera/maxipix/sip/MaxipixReconstruction.sip
camera/maxipix/sip/MaxipixReconstruction.sip
+21
-0
camera/maxipix/sip/PixelArray.sip
camera/maxipix/sip/PixelArray.sip
+21
-0
camera/maxipix/sip/PriamAcq.sip
camera/maxipix/sip/PriamAcq.sip
+21
-0
camera/maxipix/sip/PriamSerial.sip
camera/maxipix/sip/PriamSerial.sip
+21
-0
camera/maxipix/src/Makefile
camera/maxipix/src/Makefile
+21
-0
camera/maxipix/src/MaxipixDet.cpp
camera/maxipix/src/MaxipixDet.cpp
+21
-0
camera/maxipix/src/MaxipixInterface.cpp
camera/maxipix/src/MaxipixInterface.cpp
+21
-0
camera/maxipix/src/MaxipixReconstruction.cpp
camera/maxipix/src/MaxipixReconstruction.cpp
+21
-0
camera/maxipix/src/PixelArray.cpp
camera/maxipix/src/PixelArray.cpp
+21
-0
camera/maxipix/src/PriamAcq.cpp
camera/maxipix/src/PriamAcq.cpp
+21
-0
camera/maxipix/src/PriamSerial.cpp
camera/maxipix/src/PriamSerial.cpp
+21
-0
camera/pilatus/python/BufferCtrlObj.py
camera/pilatus/python/BufferCtrlObj.py
+21
-0
camera/pilatus/python/Communication.py
camera/pilatus/python/Communication.py
+21
-0
camera/pilatus/python/DetInfoCtrlObj.py
camera/pilatus/python/DetInfoCtrlObj.py
+21
-0
camera/pilatus/python/Interface.py
camera/pilatus/python/Interface.py
+21
-0
camera/pilatus/python/PilatusError.py
camera/pilatus/python/PilatusError.py
+21
-0
camera/pilatus/python/SyncCtrlObj.py
camera/pilatus/python/SyncCtrlObj.py
+21
-0
camera/pilatus/python/__init__.py
camera/pilatus/python/__init__.py
+21
-0
camera/simulator/Makefile
camera/simulator/Makefile
+21
-0
camera/simulator/include/FrameBuilder.h
camera/simulator/include/FrameBuilder.h
+21
-0
camera/simulator/include/SimuHwInterface.h
camera/simulator/include/SimuHwInterface.h
+21
-0
camera/simulator/include/Simulator.h
camera/simulator/include/Simulator.h
+21
-0
camera/simulator/python/__init__.py
camera/simulator/python/__init__.py
+21
-0
camera/simulator/sip/SimuHwInterface.sip
camera/simulator/sip/SimuHwInterface.sip
+21
-0
camera/simulator/sip/Simulator.sip
camera/simulator/sip/Simulator.sip
+21
-0
camera/simulator/src/FrameBuilder.cpp
camera/simulator/src/FrameBuilder.cpp
+21
-0
camera/simulator/src/Makefile
camera/simulator/src/Makefile
+21
-0
camera/simulator/src/SimuHwInterface.cpp
camera/simulator/src/SimuHwInterface.cpp
+21
-0
camera/simulator/src/Simulator.cpp
camera/simulator/src/Simulator.cpp
+21
-0
camera/simulator/test/Makefile
camera/simulator/test/Makefile
+21
-0
camera/simulator/test/test.cpp
camera/simulator/test/test.cpp
+21
-0
camera/simulator/test/testsimuhwinterface.cpp
camera/simulator/test/testsimuhwinterface.cpp
+21
-0
camera/simulator/test/testsimulator.cpp
camera/simulator/test/testsimulator.cpp
+21
-0
common/Makefile
common/Makefile
+21
-0
common/include/AcqState.h
common/include/AcqState.h
+21
-0
common/include/AutoObj.h
common/include/AutoObj.h
+21
-0
common/include/Constants.h
common/include/Constants.h
+21
-0
common/include/Debug.h
common/include/Debug.h
+21
-0
common/include/Exceptions.h
common/include/Exceptions.h
+21
-0
common/include/MemUtils.h
common/include/MemUtils.h
+21
-0
common/include/MiscUtils.h
common/include/MiscUtils.h
+21
-0
common/include/RegEx.h
common/include/RegEx.h
+21
-0
common/include/SizeUtils.h
common/include/SizeUtils.h
+21
-0
common/include/StreamUtils.h
common/include/StreamUtils.h
+21
-0
common/include/ThreadUtils.h
common/include/ThreadUtils.h
+21
-0
common/include/Timestamp.h
common/include/Timestamp.h
+21
-0
common/python/Debug.py
common/python/Debug.py
+21
-0
common/python/__init__.py
common/python/__init__.py
+21
-0
common/sip/AcqState.sip
common/sip/AcqState.sip
+21
-0
common/sip/Constants.sip
common/sip/Constants.sip
+21
-0
common/sip/Debug.sip
common/sip/Debug.sip
+21
-0
common/sip/Exceptions.sip
common/sip/Exceptions.sip
+21
-0
common/sip/MemUtils.sip
common/sip/MemUtils.sip
+21
-0
common/sip/SizeUtils.sip
common/sip/SizeUtils.sip
+21
-0
common/sip/ThreadUtils.sip
common/sip/ThreadUtils.sip
+21
-0
common/sip/Timestamp.sip
common/sip/Timestamp.sip
+21
-0
common/src/AcqState.cpp
common/src/AcqState.cpp
+21
-0
common/src/Constants.cpp
common/src/Constants.cpp
+21
-0
common/src/Debug.cpp
common/src/Debug.cpp
+21
-0
common/src/Exceptions.cpp
common/src/Exceptions.cpp
+21
-0
common/src/Makefile
common/src/Makefile
+21
-0
common/src/MemUtils.cpp
common/src/MemUtils.cpp
+21
-0
common/src/RegEx.cpp
common/src/RegEx.cpp
+21
-0
common/src/SizeUtils.cpp
common/src/SizeUtils.cpp
+21
-0
common/src/ThreadUtils.cpp
common/src/ThreadUtils.cpp
+21
-0
common/src/Timestamp.cpp
common/src/Timestamp.cpp
+21
-0
common/test/Makefile
common/test/Makefile
+21
-0
common/test/testregex.cpp
common/test/testregex.cpp
+21
-0
config.inc_default
config.inc_default
+21
-24
control/Makefile
control/Makefile
+21
-0
control/include/CtAccumulation.h
control/include/CtAccumulation.h
+21
-0
control/include/CtAcquisition.h
control/include/CtAcquisition.h
+21
-0
control/include/CtBuffer.h
control/include/CtBuffer.h
+21
-0
control/include/CtControl.h
control/include/CtControl.h
+21
-0
control/include/CtImage.h
control/include/CtImage.h
+21
-0
control/include/CtSaving.h
control/include/CtSaving.h
+21
-0
control/include/CtShutter.h
control/include/CtShutter.h
+21
-0
control/include/CtSpsImage.h
control/include/CtSpsImage.h
+21
-0
control/sip/CtAccumulation.sip
control/sip/CtAccumulation.sip
+21
-0
control/sip/CtAcquisition.sip
control/sip/CtAcquisition.sip
+21
-0
control/sip/CtBuffer.sip
control/sip/CtBuffer.sip
+21
-0
control/sip/CtControl.sip
control/sip/CtControl.sip
+21
-0
control/sip/CtImage.sip
control/sip/CtImage.sip
+21
-0
control/sip/CtSaving.sip
control/sip/CtSaving.sip
+21
-0
control/sip/CtShutter.sip
control/sip/CtShutter.sip
+21
-0
control/sip/CtSpsImage.sip
control/sip/CtSpsImage.sip
+21
-0
control/software_operation/Makefile
control/software_operation/Makefile
+21
-0
control/software_operation/include/SoftOpExternalMgr.h
control/software_operation/include/SoftOpExternalMgr.h
+21
-0
control/software_operation/include/SoftOpId.h
control/software_operation/include/SoftOpId.h
+21
-0
control/software_operation/include/SoftOpInternalMgr.h
control/software_operation/include/SoftOpInternalMgr.h
+21
-0
control/software_operation/sip/SoftOpExternalMgr.sip
control/software_operation/sip/SoftOpExternalMgr.sip
+21
-0
control/software_operation/sip/SoftOpId.sip
control/software_operation/sip/SoftOpId.sip
+21
-0
control/software_operation/src/Makefile
control/software_operation/src/Makefile
+21
-0
control/software_operation/src/SoftOpExternalMgr.cpp
control/software_operation/src/SoftOpExternalMgr.cpp
+21
-0
control/software_operation/src/SoftOpId.cpp
control/software_operation/src/SoftOpId.cpp
+21
-0
control/software_operation/src/SoftOpInternalMgr.cpp
control/software_operation/src/SoftOpInternalMgr.cpp
+21
-0
control/src/CtAccumulation.cpp
control/src/CtAccumulation.cpp
+21
-0
control/src/CtAcquisition.cpp
control/src/CtAcquisition.cpp
+21
-0
control/src/CtBuffer.cpp
control/src/CtBuffer.cpp
+21
-0
control/src/CtControl.cpp
control/src/CtControl.cpp
+21
-0
control/src/CtImage.cpp
control/src/CtImage.cpp
+21
-0
control/src/CtSaving.cpp
control/src/CtSaving.cpp
+21
-0
control/src/CtSaving_Cbf.cpp
control/src/CtSaving_Cbf.cpp
+21
-0
control/src/CtSaving_Cbf.h
control/src/CtSaving_Cbf.h
+21
-0
control/src/CtSaving_Edf.cpp
control/src/CtSaving_Edf.cpp
+21
-0
control/src/CtSaving_Edf.h
control/src/CtSaving_Edf.h
+21
-0
control/src/CtShutter.cpp
control/src/CtShutter.cpp
+21
-0
control/src/CtSpsImage.cpp
control/src/CtSpsImage.cpp
+21
-0
control/src/Makefile
control/src/Makefile
+21
-0
control/test/Makefile
control/test/Makefile
+21
-0
control/test/roicountertest.cpp
control/test/roicountertest.cpp
+21
-0
control/test/roicountertest.py
control/test/roicountertest.py
+21
-0
control/test/simutest.cpp
control/test/simutest.cpp
+21
-0
global.inc
global.inc
+42
-0
hardware/Makefile
hardware/Makefile
+21
-0
hardware/include/HwBinCtrlObj.h
hardware/include/HwBinCtrlObj.h
+21
-0
hardware/include/HwBufferCtrlObj.h
hardware/include/HwBufferCtrlObj.h
+21
-0
hardware/include/HwBufferMgr.h
hardware/include/HwBufferMgr.h
+21
-0
hardware/include/HwBufferSave.h
hardware/include/HwBufferSave.h
+21
-0
hardware/include/HwCap.h
hardware/include/HwCap.h
+21
-0
hardware/include/HwDetInfoCtrlObj.h
hardware/include/HwDetInfoCtrlObj.h
+21
-0
hardware/include/HwFlipCtrlObj.h
hardware/include/HwFlipCtrlObj.h
+21
-0
hardware/include/HwFrameCallback.h
hardware/include/HwFrameCallback.h
+21
-0
hardware/include/HwFrameInfo.h
hardware/include/HwFrameInfo.h
+21
-0
hardware/include/HwInterface.h
hardware/include/HwInterface.h
+21
-0
hardware/include/HwMaxImageSizeCallback.h
hardware/include/HwMaxImageSizeCallback.h
+21
-0
hardware/include/HwRoiCtrlObj.h
hardware/include/HwRoiCtrlObj.h
+21
-0
hardware/include/HwSerialLine.h
hardware/include/HwSerialLine.h
+21
-0
hardware/include/HwShutterCtrlObj.h
hardware/include/HwShutterCtrlObj.h
+21
-0
hardware/include/HwSyncCtrlObj.h
hardware/include/HwSyncCtrlObj.h
+21
-0
hardware/sip/HwBinCtrlObj.sip
hardware/sip/HwBinCtrlObj.sip
+21
-0
hardware/sip/HwBufferCtrlObj.sip
hardware/sip/HwBufferCtrlObj.sip
+21
-0
hardware/sip/HwBufferMgr.sip
hardware/sip/HwBufferMgr.sip
+21
-0
hardware/sip/HwBufferSave.sip
hardware/sip/HwBufferSave.sip
+21
-0
hardware/sip/HwCap.sip
hardware/sip/HwCap.sip
+21
-0
hardware/sip/HwDetInfoCtrlObj.sip
hardware/sip/HwDetInfoCtrlObj.sip
+21
-0
hardware/sip/HwFlipCtrlObj.sip
hardware/sip/HwFlipCtrlObj.sip
+21
-0
hardware/sip/HwFrameCallback.sip
hardware/sip/HwFrameCallback.sip
+21
-0
hardware/sip/HwFrameInfo.sip
hardware/sip/HwFrameInfo.sip
+21
-0
hardware/sip/HwInterface.sip
hardware/sip/HwInterface.sip
+21
-0
hardware/sip/HwMaxImageSizeCallback.sip
hardware/sip/HwMaxImageSizeCallback.sip
+21
-0
hardware/sip/HwRoiCtrlObj.sip
hardware/sip/HwRoiCtrlObj.sip
+21
-0
hardware/sip/HwSerialLine.sip
hardware/sip/HwSerialLine.sip
+21
-0
hardware/sip/HwShutterCtrlObj.sip
hardware/sip/HwShutterCtrlObj.sip
+21
-0
hardware/sip/HwSyncCtrlObj.sip
hardware/sip/HwSyncCtrlObj.sip
+21
-0
hardware/src/HwBinCtrlObj.cpp
hardware/src/HwBinCtrlObj.cpp
+21
-0
hardware/src/HwBufferCtrlObj.cpp
hardware/src/HwBufferCtrlObj.cpp
+21
-0
hardware/src/HwBufferMgr.cpp
hardware/src/HwBufferMgr.cpp
+21
-0
hardware/src/HwBufferSave.cpp
hardware/src/HwBufferSave.cpp
+21
-0
hardware/src/HwCap.cpp
hardware/src/HwCap.cpp
+21
-0
hardware/src/HwDetInfoCtrlObj.cpp
hardware/src/HwDetInfoCtrlObj.cpp
+21
-0
hardware/src/HwFlipCtrlObj.cpp
hardware/src/HwFlipCtrlObj.cpp
+21
-0
hardware/src/HwFrameCallback.cpp
hardware/src/HwFrameCallback.cpp
+21
-0
hardware/src/HwFrameInfo.cpp
hardware/src/HwFrameInfo.cpp
+21
-0
hardware/src/HwInterface.cpp
hardware/src/HwInterface.cpp
+21
-0
hardware/src/HwMaxImageSizeCallback.cpp
hardware/src/HwMaxImageSizeCallback.cpp
+21
-0
hardware/src/HwRoiCtrlObj.cpp
hardware/src/HwRoiCtrlObj.cpp
+21
-0
hardware/src/HwSerialLine.cpp
hardware/src/HwSerialLine.cpp
+21
-0
hardware/src/HwShutterCtrlObj.cpp
hardware/src/HwShutterCtrlObj.cpp
+21
-0
hardware/src/HwSyncCtrlObj.cpp
hardware/src/HwSyncCtrlObj.cpp
+21
-0
hardware/src/Makefile
hardware/src/Makefile
+21
-0
install.inc
install.inc
+42
-0
python/__init__.py
python/__init__.py
+21
-0
sip/Makefile
sip/Makefile
+21
-0
sip/checksipexc.py
sip/checksipexc.py
+21
-0
sip/configure.py
sip/configure.py
+21
-0
sip/core/LimaConvertor.h
sip/core/LimaConvertor.h
+63
-0
sip/core/limacore.sip
sip/core/limacore.sip
+21
-0
sip/lima_init_numpy.cpp
sip/lima_init_numpy.cpp
+21
-0
sip/mrproper.py
sip/mrproper.py
+21
-0
third-party/Makefile
third-party/Makefile
+21
-0
No files found.
AUTHORS
0 → 100644
View file @
8491cf17
The LIMA team (lima@esrf.fr)
Sebastien Petitdemange (ESRF)
Alejandro Homs Puron (ESRF)
Emmanuel Papillon (ESRF)
Laurent Claustre (ESRF)
Assen Kirov (ESRF)
Florent Langlois (SOLEIL)
Arafat Noureddine (SOLEIL)
COPYING
0 → 100644
View file @
8491cf17
This diff is collapsed.
Click to expand it.
LIMA_GPL_HEADER.txt
View file @
8491cf17
#############################################################################
##
## This file is part of LImA, a Library for Image Acquisition
##
## http://forge.epn-campus.eu/projects/show/lima
##
## Copyright (C) : 2009,2010
## European Synchrotron Radiation Facility
## BP 220, Grenoble 38043
## FRANCE
##
## This is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## This software is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, see <http://www.gnu.org/licenses/>.
###########################################################################
This file is part of LImA, a Library for Image Acquisition
Copyright (C) : 2009-2011
European Synchrotron Radiation Facility
BP 220, Grenoble 38043
FRANCE
This is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
###########################################################################
Makefile
View file @
8491cf17
#############################################################################
##
## This file is part of LImA, a Library for Image Acquisition
##
## http://forge.epn-campus.eu/projects/show/lima
##
## Copyright (C) : 2009,2010
## European Synchrotron Radiation Facility
## BP 220, Grenoble 38043
## FRANCE
##
## This is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## This software is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, see <http://www.gnu.org/licenses/>.
###########################################################################
##############################################################################
#
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
sub-dirs
=
third-party common hardware control camera build
...
...
addnewtags
View file @
8491cf17
#!/usr/bin/env python
#############################################################################
##
## This file is part of LImA, a Library for Image Acquisition
##
## http://forge.epn-campus.eu/projects/show/lima
##
## Copyright (C) : 2009,2010
## European Synchrotron Radiation Facility
## BP 220, Grenoble 38043
## FRANCE
##
## This is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## This software is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, see <http://www.gnu.org/licenses/>.
###########################################################################
##############################################################################
#
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
import
os
,
sys
...
...
applications/taco/common/TacoCcd.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
import
os
,
sys
,
string
,
time
,
re
,
ctypes
import
numpy
as
N
from
TacoServer
import
*
...
...
applications/taco/frelon/FrelonTacoCcd.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
from
TacoCcd
import
*
from
Lima
import
Frelon
from
processlib
import
Tasks
...
...
applications/tango/LimaCCD.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
#=============================================================================
#
# file : LimaTacoCCDs.py
...
...
applications/tango/camera/Frelon.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
#=============================================================================
#
# file : Frelon.py
...
...
applications/tango/camera/Maxipix.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
#=============================================================================
#
# file : Maxipix.py
...
...
applications/tango/camera/Pilatus.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
#=============================================================================
#
# file : Pilatus.py
...
...
applications/tango/camera/Simulator.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
#----------------------------------------------------------------------------
# Plugins
#----------------------------------------------------------------------------
...
...
applications/tango/camera/__init__.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
__all__
=
[]
def
_init_module
()
:
import
os
...
...
applications/tango/plugins/AccThresholdExample.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
from
Lima
import
Core
##@brief this is an plugin example for accumulation saturation callback
...
...
applications/tango/plugins/LimaTacoCCD.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
#=============================================================================
#
# file : LimaTacoCCDs.py
...
...
applications/tango/plugins/RoiCounter.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
# "$Name: $";
# "$Header: $";
#=============================================================================
...
...
applications/tango/plugins/__init__.py
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
__all__
=
[]
def
_init_module
()
:
import
os
...
...
build/Makefile
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
include
../config.inc
...
...
camera/Makefile
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
sub-dirs
=
common simulator
include
../config.inc
...
...
camera/common/Makefile
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
sub-dirs
=
include
../../config.inc
...
...
camera/common/espia/Makefile
View file @
8491cf17
############################################################################
# This file is part of LImA, a Library for Image Acquisition
#
# Copyright (C) : 2009-2011
# European Synchrotron Radiation Facility
# BP 220, Grenoble 38043
# FRANCE
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This software is dis