Skip to content
  1. Mar 25, 2022
  2. Jan 30, 2019
  3. Jan 15, 2019
  4. Jan 10, 2019
  5. Nov 26, 2018
  6. Aug 24, 2015
  7. Aug 13, 2014
  8. Jul 21, 2012
  9. Jul 04, 2011
  10. Jun 28, 2011
  11. Apr 16, 2011
    • Alejandro Homs Puron's avatar
      * Implemented Frelon::Camera::getSPB2ConfigName for a · 7caaad5b
      Alejandro Homs Puron authored
        better debug when setting/getting the SPB2 (HD) config
      * Added FrelonAcq.set/getSPB2Config for a full camera control
      * Added persistent Frelon::Camera m_roi_bin_offset,
        set in setRoiBinOffset and taken into account in setRoi;
        it is reset when changing the binning or disabling the roi
      * Better max. parameter checking in Frelon::Camera::setBin
      7caaad5b
  12. Apr 15, 2011
    • Alejandro Homs Puron's avatar
      * Using proper Frelon implementation of HardTrigDisable · d3a2a598
      Alejandro Homs Puron authored
        when TriggerMode is IntTrig or while Idle (not running),
        implemented through set/getExtSyncEnable methods
      * Always call Frelon::Camera::stop at the end of acq.;
        hardware layer acq. status is now given by the camera
      * Implement automatic register write retry if seq. is BuSY
      * Force an Aurora link reset at startup only if CHAN_UP_LED
        is detected inactive; wait 5 seconds for Frelon AMT resetup
      * Added new Sequencer and AMT (SPB2) status commands,
        including getImageCount method
      * Test seq. & AMT status at startup; perform HardReset if not idle
      * Added SPB2 (HD) Precision/Speed config settings
      * Replaced FrelonAcq.set/getKinPars by set/getRoiBinOffset;
        implemented set/getRoiLineBegin
      * Removed setting (the ignored) RoiFast in Kinetic RoiMode
      * Added E2V_4k / NotMPP chips, as well as the Hamamatsu
        linear detector; implemented (non-tested) variable
        MaxFrameDim depending of the detected chip
      d3a2a598
  13. Jan 20, 2011
  14. Oct 11, 2010
  15. Oct 07, 2010
  16. Sep 06, 2010
  17. Aug 06, 2010
    • ahoms's avatar
      * Using ctypes to call Taco.so dev_error_push and notify client about errors · b856615c
      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
      b856615c
  18. Jul 22, 2010
    • ahoms's avatar
      * Fixed problem catching Exceptions in C++ called from Python · 7ea15f1f
      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
      7ea15f1f
  19. Dec 11, 2009
    • ahoms's avatar
      * set CtSaving m_ready_flag to true in _setSavingError (unblock next start) · f8acd12c
      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
      f8acd12c
  20. Nov 16, 2009
  21. Oct 29, 2009
  22. Jun 25, 2009
  23. Jun 24, 2009
    • ahoms's avatar
      * changed Frelon::Camera Roi protocol: setRoi accepts any Roi, getRoi · 4f5a823f
      ahoms authored
        returns the effective one, and checkRoi does both withouth hw changes
      * finished implementation of Frelon::Camera trigger mode, expusure
        and latency times, nb of frames and start/stop
      * added user FrameCallback to Espia::Acq; renamed AcqStatus -> Status
      * implemented Espia::BufferMgr wich concat frames and callbacks
      * added concat frames in buffer mgrs allocBuffers and getBufferPtr
      * changed [un]registerCallback in HwFrameCallbackGen (and derived)
        to recieve a reference to the callback object instead of its pointer
      * extended and moved GetDefMaxNbBuffers and ClearBuffer to MemUtils;
        buffer managers now have them as default implementation
      * print HwFrameInfoType::frame_timestamp with microsecond resolution;
        added ostream << X/YBorder and Corner operators
      
      
      
      git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@81 45c4679d-1946-429d-baad-37912b19538b
      4f5a823f
  24. Jun 23, 2009
    • ahoms's avatar
      * added global Sleep() in Timestamp · 10cddb0b
      ahoms authored
      * added Corner class based on X/YBorder; added Size::getCornerCoords
      * added C_LIST_SIZE/END/ITERS to MiscUtils.h; used in Frelon tables
      * implemented Frelon::Camera, SerNb, FrameTransferMode and InputChan;
        first implementation of Bin, Flip and Roi (including checkRoi)
      
      
      
      git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@80 45c4679d-1946-429d-baad-37912b19538b
      10cddb0b
  25. Jun 20, 2009
  26. Jun 19, 2009
  27. Jun 18, 2009
    • ahoms's avatar
      * changed Espia enums to signed integer values; · 9fe527e6
      ahoms authored
        using unsigned SCDXIPCI constants in espia_lib calls
      * removed warning in EspiaSerialLine constructor
      * unified all directory Makefiles to use global.inc
        with common sub-dirs all/clean targets
      * implemented detection of Espia driver directories 
        depending on the platform by including espia.inc;
        limit compilation to suse82 and redhate5/x86_64
      * started Frelon code development
      
      
      git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@69 45c4679d-1946-429d-baad-37912b19538b
      9fe527e6