- 15 Dec, 2010 1 commit
-
-
Sebastien Petitdemange authored
-
- 05 Dec, 2010 2 commits
-
-
Sebastien Petitdemange authored
-
Sebastien Petitdemange authored
-
- 12 Oct, 2010 3 commits
-
-
Sebastien Petitdemange authored
Conflicts: control/include/CtControl.h control/src/CtControl.cpp control/src/Makefile
-
Laurent Claustre authored
-
Laurent Claustre authored
-
- 11 Oct, 2010 3 commits
-
-
Alejandro Homs Puron authored
* Improved Frelon::Camera shutter exception messages
-
Alejandro Homs Puron authored
* Implemented SIP retrieval of HwShutterCtrlObj from HwInterface
-
Alejandro Homs Puron authored
updated Simulator, Focla, Frelon and Maxipix * Added HwShutterCtrlObj::checkMode * Implemented Frelon::ShutterCtrlObj using Camera::set/getShutMode
-
- 07 Oct, 2010 1 commit
-
-
Sebastien Petitdemange authored
-
- 08 Nov, 2010 1 commit
-
-
Sebastien Petitdemange authored
-
- 07 Oct, 2010 2 commits
-
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
search; used in Interface::reset and Camera::setFrameTransferMode * Check RoiMode in set/getRoiBinBinOffset
-
- 04 Oct, 2010 1 commit
-
-
Alejandro Homs Puron authored
* Set Frelon::Camera NbFrames to 1 if trig_mode is ExtGate * Send Frelon::Camera Stop cmd only of if NbFrames > 1
-
- 07 Sep, 2010 2 commits
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@346 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
when reseting bin from values different than 1x1 * Printing summary of Frelon cameras found at the end of PyFrelonDS startup * Sending Frelon Stop command only if CCD status is not Wait * Setting NbFrames to 1 in Frelon::Camera::sync to force sequencer to send the CCD status byte to the Espia; sleeping 0.1 s to allow system to update git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@344 45c4679d-1946-429d-baad-37912b19538b
-
- 06 Sep, 2010 1 commit
-
-
ahoms authored
Server.error exceptions (resulting in segment fault); use TacoCcd.TacoError exception instead * Implemented automatic sleeping on slow Frelon serial commands once their acknowlegde was received (ConfigHD, BinHorz) * Always go to Chan1234 when changing the FrameTransferMode * Activated Set/GetKinWinSize in FrelonTacoCcd git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@343 45c4679d-1946-429d-baad-37912b19538b
-
- 07 Aug, 2010 3 commits
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@327 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
returning only the nb. of acquired frames, even if autosave is active * Fixed FrelonAcq cleanup if Camera constructor fails (off/disconnected) * Using DEB_HEX when printing status variables in Camera::waitStatus git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@326 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
when writing a register * Added CcdModesAvail to Frelon::CacheableRegList * Optimised some Frelon::Model code * Properly write exception class name in TACO_SERVER_FUNCT git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@325 45c4679d-1946-429d-baad-37912b19538b
-
- 06 Aug, 2010 1 commit
-
-
ahoms authored
* Created TACO_SERVER_FUNCT decorator to push TACO error str on exceptions * Stop a Taco Frelon acq as soon as a Fault state is returned to the client * Fixed CtControl to properly report AcqReady after stopping an acq in AcqFault state (saving error) by introducing the m_started variable * Frelon DevStatus now also returns the CCD status byte (like in C++ server) * Implemented Frelon Firmware in Model to check for ModesAvail and TimeCalc features; verify that the requested input channel mode is valid for the CCD * When waiting for a Frelon status, for specifying a bit mask and a timeout; avoid endless wait if the camera has never send a status byte to the Espia * Added kin_win_size and improved kin_line_begin management in Frelon server * Silence "unused" warning in CtAcquisition::_hwRead() * Simplified RegEx match string management. git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@324 45c4679d-1946-429d-baad-37912b19538b
-
- 03 Aug, 2010 1 commit
-
-
ahoms authored
the other way around to avoid throwing Exceptions in destructor * Using LIMA_XXX_EXC, and THROW_XXX_ERROR if DEB, whenever possible * Replaced Espia::ThrowError and RegEx::throwError THROW_XXX_ERROR * Added basic debug and options to testfrelon git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@322 45c4679d-1946-429d-baad-37912b19538b
-
- 23 Jul, 2010 1 commit
-
-
ahoms authored
core-1.0.5, espia-1.0.2, frelon-1.0.3, maxipix-1.0.2 git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@310 45c4679d-1946-429d-baad-37912b19538b
-
- 22 Jul, 2010 1 commit
-
-
ahoms authored
by forcing RTLD_GLOBAL in sys.setdlopenflags * Created checksipexc.py script to patch SIP-generated C++ files in order to handle Exception if not already done called from sip/configure.py on all SIP-generated files * Added stream-like operator << to Exception appending strings to err_desc; added public methods to query Exception fields * Unified Exception throw and debug messages creation through DebExcProxy, used by the THROW_COM/HW/CTL_FATAL/ERROR macros, allowing Exceptions with dynamic error description; applied in core-hardware, espia and frelon code * Linking Frelon test programs with shared libraries * Created the Frelon::Model class managing all model-specific information (name, pixel size, ADC, ...) * Detect Frelon serial timeout when creating the Camera and suggest the verification of the camera power and connection git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@308 45c4679d-1946-429d-baad-37912b19538b
-
- 08 Jul, 2010 1 commit
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@289 45c4679d-1946-429d-baad-37912b19538b
-
- 30 Jun, 2010 1 commit
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@280 45c4679d-1946-429d-baad-37912b19538b
-
- 28 Jun, 2010 2 commits
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@277 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@272 45c4679d-1946-429d-baad-37912b19538b
-
- 23 Jun, 2010 1 commit
-
-
ahoms authored
* Split SIP liblima wrapping * Created global 'make install' target (in install.inc) creating a (Python) installation directory structure git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@263 45c4679d-1946-429d-baad-37912b19538b
-
- 25 Feb, 2010 1 commit
-
-
seb authored
- correct some memory leak into CtControl git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@235 45c4679d-1946-429d-baad-37912b19538b
-
- 22 Feb, 2010 1 commit
-
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@233 45c4679d-1946-429d-baad-37912b19538b
-
- 02 Feb, 2010 1 commit
-
-
seb authored
TRANSFERT -> Transfer MANAGED -> Managed - move frame_dim from a pointer to a structur into HwFrameInfo - modify all constructer call and access to HwFrameInfo git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@224 45c4679d-1946-429d-baad-37912b19538b
-
- 01 Feb, 2010 1 commit
-
-
ahoms authored
* fixed typo when calling getFrameDim * always perform an Espia resetLink in Frelon::Camera::sync git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@222 45c4679d-1946-429d-baad-37912b19538b
-
- 11 Dec, 2009 1 commit
-
-
ahoms authored
* protect CtSaving::_SaveContainter::_close when m_fout is not open * added CtControl::resetStatus to return acq. to Ready after Failed * isolated code for operator os << CtControl::ErrorCode * signal error conditions in FrelonTacoAcq::getState * changed Frelon::SerialLine reg. cache to numeric values instead of str. * enumerate cacheable Frelon registers instead of non-cacheable ones * write/readRegister now check directly the reg. cache (avoid ASCII conv.) * implemented AutoLock copy (operator =) git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@217 45c4679d-1946-429d-baad-37912b19538b
-
- 09 Dec, 2009 1 commit
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@214 45c4679d-1946-429d-baad-37912b19538b
-
- 08 Dec, 2009 1 commit
-
-
ahoms authored
* added SPS live image display support in the Control layer as a processlib SinkTask; available in PyFrelonDS through set/getMode * included SPS in third-party * fixed Frelon::Interface::reset to also stop the camera * reading exp. time in Frelon::Camera::Sync to check if it's in ExtGate git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@212 45c4679d-1946-429d-baad-37912b19538b
-
- 03 Dec, 2009 2 commits
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@210 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* implemented Frelon::Camera get/setRoiBinOffset and get/setShutCloseTime * changed simple internal Frelon::Camera helpers to return objects * added Point operator %, added Corner setX/Y() and getDir() git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@209 45c4679d-1946-429d-baad-37912b19538b
-
- 01 Dec, 2009 2 commits
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@207 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* fixed race condition in CtControl::getStatus between hw ready & newFrameReady * fixed CtControl::newFrameReady not propagating event if not soft. tasks * always sync to hw in CtHwBinRoi setBin/Roi to ensure proper hw calculations * fixed [Frelon]TacoCcd set/getFilePar and InputChan * reduced overhead calling Frelon::Camera::getInputChan in isChanActive * fixed Frelon::Camera::getImageRoiOffset not taking into account curr. bin git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@206 45c4679d-1946-429d-baad-37912b19538b
-