- 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
-
- 05 Dec, 2009 1 commit
-
-
ahoms authored
* implemented CtAcquisition and CtBuffer reset() * fixed CtHwBinRoi bug not updating CtSwBinRoi max size * do not propagate acq. abort event in Espia::Acq::processFrameCallback * improved FrelonTacoAcq to work with PyFrelonGUI: + fixed getType and set/getKinetics bugs + implemented set/getTrigger, including ExtGate (exp_time=0) + implemented setFileHeader; added empty writeFile + added set/get HwPar, including Kinetic pars git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@211 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 3 commits
-
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@208 45c4679d-1946-429d-baad-37912b19538b
-
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
-
- 30 Nov, 2009 1 commit
-
-
ahoms authored
* set the size of soft. bin/roi given by CtImage::getImageDim() in Data returned by CtControl::Read[Base]Image() * added missing sip /Out/ annotation in CtControl::Read[Base]Image and CtImage::getImageDim * implemented most of the FrelonTacoCcd basic functionality: state/status, bin/roi, exp_time/nb_frames, FTM/input_chan, autosave/filepars, start/stop/current/read git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@205 45c4679d-1946-429d-baad-37912b19538b
-
- 27 Nov, 2009 1 commit
-
-
ahoms authored
* added common/python/Debug.py with debug helpers and decorators, include module as namespace and file name and line number * updated debug testfreloninterface/control.py and [Frelon]TacoCcd.py git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@204 45c4679d-1946-429d-baad-37912b19538b
-
- 26 Nov, 2009 1 commit
-
-
ahoms authored
* added applications/taco common & frelon, included DebModApplication * first skeleton of PyFrelonDS frelon server from PyCcdDS (PyCcd) git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@203 45c4679d-1946-429d-baad-37912b19538b
-
- 25 Nov, 2009 1 commit
-
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@202 45c4679d-1946-429d-baad-37912b19538b
-
- 24 Nov, 2009 5 commits
-
-
ahoms authored
used in testfreloninterface/control.py git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@201 45c4679d-1946-429d-baad-37912b19538b
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@200 45c4679d-1946-429d-baad-37912b19538b
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@199 45c4679d-1946-429d-baad-37912b19538b
-
seb authored
- manage different Saving problem into CtSaving - manage overun for Saving,Processing git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@198 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* finished testfreloncontrol.py; allow to use events or to poll status git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@197 45c4679d-1946-429d-baad-37912b19538b
-
- 23 Nov, 2009 1 commit
-
-
ahoms authored
* differentiate set_roi and real_roi in CtHwBinRoi * wait for m_ready_flag in CtSaving::resetLastFrameNb, call it during CtControl::prepareAcq if autosave * find next_frame in CtSaving::_save_finished instead of m_frame_datas.begin() * removed unregister Frame/MaxImageSizeCallback in destructors, it is automatically done when deleting the callbacks * check !roi.isEmpty() when recalculating CtSw/HwBinRoi setMaxSize/Bin * changed AcqState::State to bit mask, allow to wait for a combination of flags, renamed Running to Acquiring, added Saving * improved testfreloncontrol[.py] with FrelonAcq * restore ostream original parameters (width, fill) after Debug heading * added virtual XXCallbackGen setXXCallbackActive, called in base destruct. git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@196 45c4679d-1946-429d-baad-37912b19538b
-
- 20 Nov, 2009 3 commits
-
-
ahoms authored
more than the MaxNbBuffers to the hw buffer interface git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@195 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* added ImageStatusCallback to CtControl * fixed the CtBuffer to avoid multiple FrameCallback allocations git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@194 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* uncommented and fixed CtMaxImageSizeCB and HwFlipCtrlObj code * removed DEB_CLASS_NAMESPC header from struct CtSaving::Parameters * miscellaneous style changes git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@193 45c4679d-1946-429d-baad-37912b19538b
-
- 19 Nov, 2009 1 commit
-
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@192 45c4679d-1946-429d-baad-37912b19538b
-
- 18 Nov, 2009 1 commit
-
-
ahoms authored
* fixed bug in CtBuffer not initializing m_frame_cb * added applications/taco subdirectories * created HwMaxImageSizeCallbackGen independent of HwDetInfoCtrlObj, the latter only acts as an entry point for [un]registering MaxImageSizeCallback * Simulator/Espia::Focla DetInfoCtrlObj include dummy MaxImageSizeCallbackGen * changed Frelon::Camera to be MaxImageSizeCallbackGen when changing FTM * updated testfreloninterface[.py] to include MaxImageSize change detection * implemented Frelon::SyncCtrlObj::getValidRanges git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@191 45c4679d-1946-429d-baad-37912b19538b
-
- 17 Nov, 2009 1 commit
-
-
ahoms authored
* removed PoolThreadMgr::setNumberOfThread patch in testfrelonspectroscopy * removed Frelon vertical flip to return to real spectroscopy conditions git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@190 45c4679d-1946-429d-baad-37912b19538b
-
- 16 Nov, 2009 1 commit
-
-
ahoms authored
* fixed some object dependency problems in Makefiles * added Flip class in SizeUtils, used by Frelon::Camera * added HwFlipCtrlObj and Frelon::FlipControlObj git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@189 45c4679d-1946-429d-baad-37912b19538b
-
- 15 Nov, 2009 4 commits
-
-
ahoms authored
* improved testfrelonspectroscopy to perform a real Fast Kinetic acquisition * renamed AcqFinished to AcqState with Idle, Running, Finished and Aborted * changed FrameDim multip/division operator to work with Point (instead of Bin) * changed Roi-from-points constructor to work with any pair of corners * fixed DEB_RETURN statements in several Acq methods git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@188 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@187 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* using EXEC_ONCE() in static DebParams objects and checkInit * using thread specific data in thread indent control git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@186 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* added default constructors and/or destructors when missing * added DebFmtThread and per-thread DebFmtIndent (with internal DebTypeExit) * added DebMod HarwdwareSerial and Test * added DEB_GLOBAL[_NAMESPC](), DEB_GLOBAL_FUNCT() and DEB_CLASS() * added MemBuffer class based in posix_memalign(16), used in SoftBufferMgr * fixed bug in Frelon::Camera when setting roi requiring mirrored coords. git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@185 45c4679d-1946-429d-baad-37912b19538b
-
- 13 Nov, 2009 4 commits
-
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@184 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* removed DebModSimu, should use DebModCamera * fixed Debug dependencies in Makefile git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@183 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* changed DEB_XXXX_VARY(...) by DEB_XXXX() << VARY(...) * added DebHex and DEB_HEX for hexadecimal int print * continued adding debug to Frelon::Camera git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@182 45c4679d-1946-429d-baad-37912b19538b
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@181 45c4679d-1946-429d-baad-37912b19538b
-
- 12 Nov, 2009 2 commits
-
-
ahoms authored
* using DebTypeXXXX (instead of DebXXXX) for symmetry with other enums * added static const Flags DebParams::AllFlags * changed DebType/Fmt/Mod enums to flags; removed DebFlag global helper * added destructors in Frelon classes * fixed bug in Frelon::Camera::getEspiaDev creating temp. Espia::SerialLine * fixed warnings/errors in OCopyStream constructors git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@180 45c4679d-1946-429d-baad-37912b19538b
-
seb authored
- wrapped std::vector<std::string> git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@179 45c4679d-1946-429d-baad-37912b19538b
-
- 09 Nov, 2009 2 commits
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@178 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* added debug messages to Espia Dev, Acq and SerialLine classes git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@177 45c4679d-1946-429d-baad-37912b19538b
-
- 04 Nov, 2009 2 commits
-
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@176 45c4679d-1946-429d-baad-37912b19538b
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@175 45c4679d-1946-429d-baad-37912b19538b
-
- 03 Nov, 2009 2 commits
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@174 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@173 45c4679d-1946-429d-baad-37912b19538b
-