-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '148-sync-submodules-to-last-v1-9-x-release-of-each-new-…
…ones' into 'master' Resolve "sync submodules to last v1.9.x release of each new ones" Closes #148 See merge request limagroup/lima!188
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule python
updated
15 files
+1 −0 | .gitignore | |
+22 −0 | .gitlab-ci.yml | |
+23 −13 | LimaCCDs.py | |
+5 −0 | README.md | |
+5 −4 | doc/index.rst | |
+47 −41 | plugins/BackgroundSubstraction.py | |
+4 −9 | plugins/Bpm.py | |
+17 −4 | plugins/Mask.py | |
+0 −4 | plugins/Memcached.py | |
+0 −4 | plugins/PeakFinder.py | |
+25 −11 | plugins/Roi2Spectrum.py | |
+62 −10 | plugins/RoiCounter.py | |
+40 −3 | plugins/Utils.py | |
+4 −0 | tests/test_import.py | |
+64 −0 | tests/test_mask.py |
Submodule basler
updated
7 files
+0 −2 | conda/camera/conda_build_config.yaml | |
+0 −1 | conda/camera/meta.yaml | |
+11 −3 | doc/tango.rst | |
+4 −2 | include/BaslerCamera.h | |
+2 −0 | sip/BaslerCamera.sip | |
+71 −26 | src/BaslerCamera.cpp | |
+28 −2 | tango/Basler.py |
Submodule eiger
updated
14 files
+1 −0 | conda/camera/meta.yaml | |
+1 −0 | conda/tango/meta.yaml | |
+16 −0 | doc/tango.rst | |
+13 −4 | include/EigerCamera.h | |
+4 −0 | sdk/linux/EigerAPI/include/eigerapi/CurlLoop.h | |
+7 −3 | sdk/linux/EigerAPI/include/eigerapi/Requests.h | |
+22 −1 | sdk/linux/EigerAPI/src/CurlLoop.cpp | |
+13 −1 | sdk/linux/EigerAPI/src/Requests.cpp | |
+7 −1 | sip/EigerCamera.sip | |
+103 −17 | src/EigerCamera.cpp | |
+10 −13 | src/EigerInterface.cpp | |
+7 −2 | src/EigerStream.cpp | |
+43 −3 | tango/Eiger.py | |
+177 −0 | test/test_int_trig_mult.py |
Submodule frelon
updated
3 files
+2 −0 | .gitlab-ci.yml | |
+1 −9 | conda/camera/meta.yaml | |
+7 −7 | tango/Frelon.py |
Submodule lambda
updated
30 files
Submodule maxipix
updated
4 files
+0 −2 | conda/camera/conda_build_config.yaml | |
+1 −1 | conda/camera/meta.yaml | |
+1 −0 | conda/tango/meta.yaml | |
+4 −1 | src/PriamAcq.cpp |
Submodule perkinelmer
updated
12 files
+5 −12 | CMakeLists.txt | |
+15 −0 | cmake/FindXISL.cmake | |
+2 −0 | conda/camera/meta.yaml | |
+5 −4 | include/PerkinElmerBinCtrlObj.h | |
+0 −35 | include/PerkinElmerCompatibility.h | |
+4 −3 | include/PerkinElmerDetInfoCtrlObj.h | |
+5 −4 | include/PerkinElmerInterface.h | |
+5 −4 | include/PerkinElmerSyncCtrlObj.h | |
+5 −0 | install.bat | |
+820 −0 | sdk64/3.3.2.7/Acq.h | |
+ − | sdk64/3.3.2.7/XISL.dll | |
+ − | sdk64/3.3.2.7/XISL.lib |
Submodule pilatus
updated
10 files
+0 −2 | conda/camera/conda_build_config.yaml | |
+0 −1 | conda/camera/meta.yaml | |
+10 −2 | doc/tango.rst | |
+11 −3 | include/PilatusCamera.h | |
+3 −1 | include/PilatusInterface.h | |
+1 −1 | sip/PilatusCamera.sip | |
+1 −1 | sip/PilatusInterface.sip | |
+12 −5 | src/PilatusCamera.cpp | |
+31 −31 | src/PilatusInterface.cpp | |
+22 −7 | tango/Pilatus.py |
Submodule Processlib
updated
2 files
+1 −1 | core/include/processlib/PoolThreadMgr.h | |
+1 −0 | tasks/src/Rotation.cpp |