PCR A PC based wave front reconstructor for MMT-AO

Size: px
Start display at page:

Download "PCR A PC based wave front reconstructor for MMT-AO"

Transcription

1 PCR A PC based wave front reconstructor for MMT-AO Vidhya Vaitheeswaran 1, Phil Hinz 1, Guido Brusa 2, Doug Miller 2, Thomas Stalcup 3 1. Steward Observatory/Univ. of Arizona, 933 N Cherry Ave., Tucson AZ, 85721, USA 2. Large Binocular Telescope, 933 N Cherry Ave, Tucson, AZ 85721, USA 3. Multiple Mirror Telescope, 933 N cherry Ave, Tucson, AZ 85721, USA ABSTRACT PC Reconstructor (PCR) is the control software for the natural guide star and the laser guide star systems at the 6.5m Multiple Mirror Telescope (MMT) operating with the adaptive secondary mirror on Mt. Hopkins south of Tucson, AZ. The PCR computes and corrects atmospheric turbulence featuring a common interface between the wave front sensor camera control link and the deformable mirror, diagnostic data management, vibration control, closed-loop data distribution & saving routines, and housekeeping modules. We report here on the development, use and the on-sky performance of the PCR. Keywords: Adaptive Optics, Deformable Mirror, and Software 1. SOFTWARE GOALS PC Reconstructor (PCR) was developed as the new PC based software control for the adaptive options program at MMT, which was operating on a VME architecture that required more flexibility in supporting stable science observation, and to enable fast prototyping of new features for on sky experiments. Observing with adaptive optics involves a bright source (natural or artificial guide star), a fast, low-noise wave front sensor to sense atmospheric turbulence, a deformable surface to adapt the wave front to correct the error arising from the turbulence, and a low latency control system to compute the wave front shape to be applied. We describe PCR software as an operational bridge in the adaptive optics based observation at the MMT. 2. GUDE STAR MODES MMT adaptive optics system supports both the Natural Guide Star (NGS) observing mode and the Laser Guide Star (LGS) observing mode. The NGS mode uses the NGS top box mounted at the Cassegrain focus. A dichroic directs the visible light to the NGS wave front sensor and the channels the infrared light directly to the science camera. The LGS AO system consists of a beam projector, a laser wave front sensor, a tip tilt sensor and a host of optics at the Cassegrain package. The beam projector is mounted behind the adaptive secondary and it projects five Rayleigh LGSs as a pentagon of beacons on the sky. The Laser wave front sensor camera is similar to the NGS wave front sensor camera in hardware interface and device driver modules. All the software components that are common to both the observing modes are grouped together to form the PCR software. (a) Figure 1. The Laser guide star pentagon (a) and the natural guide star image (b) as seen by AO real time displays. (b) Advanced Software and Control for Astronomy, edited by Alan Bridger, Nicole M. Radziwill Proc. of SPE Vol. 7019, 70190E, (2008) X/08/$18 doi: / SPE Digital Library -- Subscriber Archive Copy Proc. of SPE Vol E-1

2 3. WAVE FRONT SENSOR Atmospheric turbulence for the adaptive corrections in the NGS mode is measured using a Shack Hartmann based CCD sensor with 4-channel output with 80x80 pixel dimensions. The camera is configured to perform on-chip 3x3 binning to increase the CCD readout rate, and a PC interface card is used in the control computer to read frames at 527Hz. The PC driver employs multiple buffering schemes to increase the speed of the array read out. The binned image forms 2x2 pixel quad cell sub apertures, and the slope error signal is computed by the summing and differencing light in each quad cell. This signal is then linear-ised using a slope look up table resulting in144 pairs of slopes from the 12x12 sub apertures. The LGS mode utilizes a 128x128 pixel camera with 16-channel output and is read at 400Hz 460Hz. A prism array splits pupil into 60 sub apertures. n the ground layer adaptive optics (GLAO) mode, the spots are averaged from the five beacons to correct just the ground-layer turbulence. n the Laser tomography mode (LTAO) all spots from each beacon are used to cancel the turbulence. The interface card and the driver modules are common with the NGS setup. 4. MMT ADAPTVE SECONDARY MRROR MMT adaptive secondary mirror, commissioned in 2003 is a 2-mm thin aspheric shell mounted on a 40mm thick reference plate. There are 336 electromagnetic voice coil actuators controlled by 168 DSP boards housed in 3 separate crates. The crates are placed just above the reference plate and the communications to these crates are routed through a pair of fibers. The position control loop runs at 40kHz and the outer optical loop runs at 527Hz. We have successfully completed 27 observing runs with the MMT adaptive optics system supporting science observations from 4 nfrared cameras. A high-speed communication with the adaptive secondary is crucial to reduce phase lag between the time the error is sensed, and the time the error is corrected. Since any new technology implementation would require an expensive and time consuming upgrade to the mirror controller DSP boards with new commands, we adopted the Large Binocular Telescope (LBT) communication equipment, the Basic Communication Unit (BCU), and developed system libraries to enable gigabit Ethernet network to the BCU. The BCU acts as bridge between the control computer and the adaptive secondary mirror, and converts Ethernet packets from the control computer to mirror commands that were already being supported under the VME architecture. Figure 2. MMT adaptive secondary mirror is shown. The spider arms seen here is part of the support structure. Proc. of SPE Vol E-2

3 5. DGTAL CONTROL A block diagram of the AO system s digital control is presented in Figure 3. The WFS module reads the camera frame, the SSC module computes the slopes, and the RTR module is the real time reconstructor that computes the delta command while the DM is the communication interface module that talks to the adaptive secondary mirror. Each of the modules is connected to the data archiving procedure over UDP network. The MMT adaptive optics system provides extensive continuous data saving at full frame rates for the both NGS and LGS observing modes. spots slopes delta cmd composcur Telemetry Figure 3. Block diagram of the real time control flow is shown. 6. ADAPTVE OPTCS OPERATON AT THE TELESCOPE UML MODEL UML modeling was employed to understand the roles of the astronomer and the AO operators. Use case models and the state transition model were developed using Enterprise Architect, a commercially available package for UML modeling. The division of labor led to the grouping of modules and module properties, which led to the thread functions. All the state variables and the state context blocks were transitioned to the thread context blocks. The header files that are included in our C programs are derivatives of this state context blocks. The development specification document of the PCR details each and every use case in detail including the pre and post condition, steps for each use case, success condition, and exception handling routines. A use case model depicting the observing sequence using adaptive optics is presented in Figure 4. The first step in AO observation is to create an optically flat wave front by setting the adaptive secondary mirror shell at 40-micron gap from the reference plate. This step involves configuration of the DSP boards. The astronomer selects the science target and the guide star, the telescope operator points the telescope, and the adaptive optics operator aligns the f/15 optics to image the wave front sensor camera to the guide star. Once the star is aligned, the optical loop is closed. Several AO related parameters such as the loop gain are tuned to get diffraction-limited images once the loop is closed and a stable AO loop is achieved. The astronomer then observes the science target with the science instrument. Low order modal errors such as tip, tilt and focus are offloaded to the telescope mount and the hexapod in close loop operation. Figure 5 shows the state transition graph for the AO operation on sky. Proc. of SPE Vol E-3

4 Operator Astronomer Figure 4. Use case diagram of AO observing procedure is shown UML model done in Enterprise Architect software. 7. SOFTWARE ARCHTECTURE 7.1 The architecture model shown in Figure 6 depicts the order of computation and the operation sequence for AO control. The sequence begins with reading the camera frames using the EDT PC interface controller card connected to the CCD camera. The EDT driver facilitates the digital readout from the camera. Then the slopes are computed and static offsets are applied. The static offsets can be of the form: Static offsets: to dial in a static shape e.g. astigmatism on the deformable mirror Modulation offsets: to put in a modulation signal e.g. to compute reconstructor on sky Science camera offsets: to provide tip tilt corrections on faint guide star that wave front sensor is not able to sense. NGS tip/tilt offsets: To include tip-tilt signal from NGS while observing in LGS mode. Vibration offsets: To compensate for structural vibrations of the telescope. Once the static offsets are applied, the actual reconstruction of the slopes is calculated using a reconstructor matrix. Matrix multiplication is performed using CBLAS routines to maximize the performance and increase the speed of the computation. The output of the matrix multiplication is a 336-element command vector that is ready to be applied to the adaptive secondary mirror through the DSP boards. Any command offsets are also applied at this time. The DSP boards that control the adaptive secondary mirror operate in fixed-point arithmetic while the control computer operates in floating point arithmetic to preserve accuracy. Any high frequency errors arising from floating point truncation errors are filtered using a modal matrix. The output of the modal matrix multiplication is then subtracted from the command vector. Proc. of SPE Vol E-4

5 p. p - - fl[d d_ ttig - r& r & ig. - it : - rb&l d :&o i r ft _ft! + fr >1 + b kg dk: i C i d pj! E - + t,y d 4 (r -p_: r&.bp. thb: + d + d ppy pfft ) tt + ffly + d ::=z=t:t: ar. 'U.' y_d Adt OJl.Sp!M. >f 4 dft h t - - thoo,_flo: + Y + LtUL_fo!ffl ft t!d tht! : php,: i - pig. lt.. i*: - p 'b: m ppy p, h pffi dpy DSF. - f _ppid: i -,jpjs: i THCt h dfft itthd i thgt c2;), 2 2 Figure 5. Stare transition diagram of open loop and close loop sequence is shown. The command vector is then formatted to form UDP packets that will be sent through the high-speed peer-peer communication channel to the mirror. The internal DSP control, programmed in the mirror electronics computes and applies the feed forward forces needed to travel to the new desired position specified in the command vector. Once the shell settles down, the position of the 336 actuators are sampled using the capacitive sensors. Boundary conditions for the position range and forces range check are performed on this data to ensure safety limits and ensure ranges are not exceeded. The data memory of the mirror DSP is then populated with the telemetry consisting of the new position, current and the absolute command vectors. The downlink of the high-speed communication is used to read the telemetry at full frame rate back to the control computer. This data is shared with the AO environment and other users through a distributed DDS computer. 7.2 The interface to the external modules from the control computer is through the socket service, and the closed loop error messages are sent to the subsystem through an interrupt/exception port. The camera frames are sent to a real time display both in open and close loop mode through a stream port. The slope offsets mentioned in section 7.1 are received through the service ports. A dedicated command port handles the entire operational request from the AO operator s interface as all commands and events are logged. Proc. of SPE Vol E-5

6 Matrix Multiplication Camera Driver Modal Fiters WFS camera readout high frequency modes limit checks ii safety checks Date archives & event logs jjlimit checks Apply correction Safety checks to avoid bending the mirror capacitive sensor & feed forward force command DM to move to a new position Teemetry Figure 6. PCR software architecture diagram is shown 7.3 There are ten threads that are spawned to support multi-threading multi tasking of the AO close loop operations. The thread switching is done based on the conditional variables. The threads are dedicated to the following tasks: 1. Camera thread: To continuously read frames from the CCD camera 2. WFSC thread: To stream wave front sensor data to the AO operator s real time display 3. DM read-thread: To read telemetry data from adaptive secondary DSP memory locations 4. DM write-thread: To write the command vector to the adaptive secondary mirror 5. Command Thread: To listen for AO commands from the AO operator s interface 6. Error Thread: To broadcast error messages 7. Tip-Tilt Thread: To listen to tip-tilt port 8. Science camera thread: To listen to tip-tilt information from the science camera 9. Vibration thread: To receive vibration tip-tilt signals from the accelerometer sub system 10. Data thread: To forward close loop telemetry to the DDS computer The DM read-thread and DM write-thread access the same high-speed link to the adaptive secondary mirror and therefore are synchronized and protected using pthread mutex variables. The DDS spawns three threads to support data distribution to the data clients, to save continuous data and to process requests from data clients. The spots, slopes, delta commands, mirror positions, mirror forces and the mirror absolute commands are stored every 20 seconds in close loop mode. The files are stored in FTS format and are available to the observers through a dedicated file system The development environment for the PCR development is as follows: The hardware architecture to support compute-intensive operations is based on dual quad core Xeon X5355 with 2GB memory. The matrix multiplication is performed using CBLAS, a basic linear algebra package for C. All the vector operations for the DM communication are performed using GSL (Gnu Scientific Library) routines. The PC driver for EDT is referenced as a static library from the camera acquisition thread. The design for the DM communication device was adopted from the Large Binocular Telescope architecture. A hardware unit called BCU (Basic Communication Unit) was retrofitted to interface with the MMT adaptive optics control electronics. Microgate, taly developed the firmware and software used in this box. The communication to the DM is carried over UDP stack. The top-level application performs packet acknowledgment operations, as UDP is a connection-less protocol. Proc. of SPE Vol E-6

7 8. LATENCY The latency of the PCR systems plays a critical role in the atmospheric turbulence corrections of the AO system and the quality of science images. The time lag between the last pixel of the frame arrival and the last command sent to the DM was measured using logic analyzer and the JTAG debug interface of the communication hardware interface. The time lag for each module is shown in Figure 7. The camera integrates on the star for a period of 1800 microseconds. The slopes calculations take 60 microseconds. The matrix-vector multiplication takes 165 microseconds. The UDP uplink to command the DM to travel to a new position takes 100 microseconds. The DM write thread hands over the control to the DM read thread. While the DM thread waits to read back the telemetry, the camera thread continues with the next frame to minimize the time lag. The DM read and the write thread are protected by mutex and are governed by the safety check flag set by the DM read thread. f the read thread finds the DM to be close to or at the safety boundary conditions, the safety flag is latched on and the loop is opened. The DM write thread is locked from commanding the DM. n>l camera integration & readout 1.8 ms reconstructor Matrix C Slope Calculations Multiplication Write DM commands 6Ops l6sps loops Read DM telemetry (UDP jumbo frame traffic ( uplink for data request + downlink for data) C 100 ps (uplink request) ps Figure 7. NGS computation latency in closed loop state is shown. 9. ON SKY PERFORMANCE The first closed loop tests on sky with PCR was conducted in March of The VME system was completely decommissioned in April of There have been total of 12 observing runs scheduled with PCR to support NGS and LGS observations between April of 07 and June of 08. The PCR system has performed well in all of those observing runs. The adaptive optics system at MMT supports three science cameras in NGS mode and one science camera in LGS mode. They are listed below: ARES: 1-2.5µm imager and spectrograph BLNC/MRAC: 10 µm imager with 2µm nuller CLO: 3-5µm imager PSECS: 2-5µm wide field imager Proc. of SPE Vol E-7

8 The structural vibrations on the MMT telescope are limiting the performance of the AO system drastically. The tip tilt residuals shown in Figure 8 demonstrate the 20Hz telescope vibrations. The vibrations are outside the close loop bandwidth of 20Hz and as a result not corrected by the AO loop. The average amplitude of this vibration is found to be around 20 mille arcs seconds depending on the wind direction and the elevation of the telescope. This contributes the reduction in the strehl ratio significantly. Even with this vibration PCR is shown to achieve up to 40% strehl in K band and 25% strehl in H band. To mitigate the issue of vibration, four accelerometers are mounted on the back of the cold plate of the DM Work is in progress to integrate the vibration feed forward signal into the close loop. The will allow for dynamic correction of structural vibration of any frequency in the future. Op.n Loop Tp flit Dath May27200&05101L Co..d Loop np flit Data May27200&051019_ tip - tip tilt 0.5 0_DO l l 0 2 (a) (b) (c) Figure 8. Tip-Tilt corrections for 20 s time scales in open loop (a) and close loop (b) are shown. The 2 Hz vibrations seen in open loop is removed in close loop mode, but the 20 Hz vibrations can still be seen. (c). Close loop image of FK taken with CLO during the same time is shown. 10. FUTURE WORK The PCR system is fully operational supporting both the NGS and the LGS mode of AO. Observing with the adaptive secondary mirror using the PCR has become a standard mode of operation. There are few developments planned for the future to make the system more robust and efficient. Close loop data analysis has shown oscillations in the loop during certain user gain. This oscillation is undetectable due to lack of tools to analyze the close loop data. A new PD control Proc. of SPE Vol E-8

9 algorithm is being currently being developed to include the proportional and derivative path to the existing integral control. This new control should remove the overshoots and oscillations in the AO system. ncluding the accelerometer feed forward is also under development. Work is also underway to support Laser Tomography Adaptive Optics mode. We have demonstrated that control of adaptive optics can be done with simple hardware and software setup backed by well-designed and well-organized software programming techniques. 11. ACKNOWLEDGEMENTS Observations reported here were made at MMT, a joint facility of the University of Arizona and the Smithsonian nstitution. We thank Manny Montoya, Matthew Kenworthy, Richard Sosa and the MMT operators for their valuable contributions. 12. REFERENCES 1. Guido Brusa, Armando Riccardi, Francois P.Wildi, Michael Lloyd-Hart, Hubert M. Martin, Richard Allen, Donald L. Fisher, Douglas L. Miller, Roberto Biasi, Daniele Galliei, Fabio Zocchi, MMT adaptive secondary: first AO closed-loop results, Proc. SPE 5169, pp.26, Christoph Baranac, Michael Llyod-Hart, N. Mark Milton, Thomas Stalcup, Miguel Snyder, Vidhya Vaitheeswaran, Don McCarthy, and Roger Anger, Astronomical imaging using ground-layer adaptive optics, Proc.SPE Proc. of SPE Vol E-9

National Adaptive Optics Roadmap 2004 Revision. TMT Adaptive Optics Requirements

National Adaptive Optics Roadmap 2004 Revision. TMT Adaptive Optics Requirements National Adaptive Optics Roadmap 2004 Revision TMT Adaptive Optics Requirements Richard Dekany California Institute of Technology w/ input from M. Britton (Caltech), B. Ellerbroek (AURA), D. Gavel (UCSC),

More information

End-to-end simulations of a near-infrared pyramid sensor on Keck II

End-to-end simulations of a near-infrared pyramid sensor on Keck II End-to-end simulations of a near-infrared pyramid sensor on Keck II C. Plantet a, G. Agapito a, C. Giordano a, S. Esposito a, P. Wizinowich b, and C. Bond c a INAF - Osservatorio di Arcetri, 50125 Firenze,

More information

The Effect of Plate Deformable Mirror Actuator Grid Misalignment on the Compensation of Kolmogorov Turbulence

The Effect of Plate Deformable Mirror Actuator Grid Misalignment on the Compensation of Kolmogorov Turbulence The Effect of Plate Deformable Mirror Actuator Grid Misalignment on the Compensation of Kolmogorov Turbulence AN027 Author: Justin Mansell Revision: 4/18/11 Abstract Plate-type deformable mirrors (DMs)

More information

Towards 1 st light of the 6.5m MMT adaptive optics system with deformable secondary mirror

Towards 1 st light of the 6.5m MMT adaptive optics system with deformable secondary mirror Towards 1 st light of the 6.5m MMT adaptive optics system with deformable secondary mirror F. Wildi 1, G. Brusa 1, A. Riccardi 2, M. Lloyd-Hart 1, H. M. Martin 1, L. Close 1 1 Steward Observatory, Tucson,

More information

SPATIAL LIGHT MODULATORS

SPATIAL LIGHT MODULATORS SPATIAL LIGHT MODULATORS Reflective XY Series Phase and Amplitude 512x512 A spatial light modulator (SLM) is an electrically programmable device that modulates light according to a fixed spatial (pixel)

More information

Acquisition Control System Design Requirement Document

Acquisition Control System Design Requirement Document Project Documentation SPEC-0188 Rev A Acquisition Control System Design Requirement Document Bret Goodrich, David Morris HLSC Group November 2018 Released By: Name M. Warner Project Manager Date 28-Nov-2018

More information

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer by: Matt Mazzola 12222670 Abstract The design of a spectrum analyzer on an embedded device is presented. The device achieves minimum

More information

Ensemble QLAB. Stand-Alone, 1-4 Axes Piezo Motion Controller. Control 1 to 4 axes of piezo nanopositioning stages in open- or closed-loop operation

Ensemble QLAB. Stand-Alone, 1-4 Axes Piezo Motion Controller. Control 1 to 4 axes of piezo nanopositioning stages in open- or closed-loop operation Ensemble QLAB Motion Controllers Ensemble QLAB Stand-Alone, 1-4 Axes Piezo Motion Controller Control 1 to 4 axes of piezo nanopositioning stages in open- or closed-loop operation Configurable open-loop

More information

WE MUST BE MAD Pushing FIERA to its Limits

WE MUST BE MAD Pushing FIERA to its Limits WE MUST BE MAD Pushing FIERA to its Limits Roland Reiss, Andrea Balestra, Claudio Cumani, Christoph Geimer, Javier Reyes, Enrico Marchetti, Joana Santos European Southern Observatory, Karl-Schwarzschild-Str.

More information

GTCAO Real Time Control System software design

GTCAO Real Time Control System software design GTCAO Real Time Control System software design J. Marco de la Rosa a, J. Rosich a, M. Núñez Cagigal a, O. Tubío a, J.C. López a, L. F. Rodríguez- Ramos a, A. Basden b, J. Patrón a, I. Montilla a, R. L.

More information

AR SWORD Digital Receiver EXciter (DREX)

AR SWORD Digital Receiver EXciter (DREX) Typical Applications Applied Radar, Inc. Radar Pulse-Doppler processing General purpose waveform generation and collection Multi-channel digital beamforming Military applications SIGINT/ELINT MIMO and

More information

THE DIAGNOSTICS BACK END SYSTEM BASED ON THE IN HOUSE DEVELOPED A DA AND A D O BOARDS

THE DIAGNOSTICS BACK END SYSTEM BASED ON THE IN HOUSE DEVELOPED A DA AND A D O BOARDS THE DIAGNOSTICS BACK END SYSTEM BASED ON THE IN HOUSE DEVELOPED A DA AND A D O BOARDS A. O. Borga #, R. De Monte, M. Ferianis, L. Pavlovic, M. Predonzani, ELETTRA, Trieste, Italy Abstract Several diagnostic

More information

Automatic Projector Tilt Compensation System

Automatic Projector Tilt Compensation System Automatic Projector Tilt Compensation System Ganesh Ajjanagadde James Thomas Shantanu Jain October 30, 2014 1 Introduction Due to the advances in semiconductor technology, today s display projectors can

More information

National Park Service Photo. Utah 400 Series 1. Digital Routing Switcher.

National Park Service Photo. Utah 400 Series 1. Digital Routing Switcher. National Park Service Photo Utah 400 Series 1 Digital Routing Switcher Utah Scientific has been involved in the design and manufacture of routing switchers for audio and video signals for over thirty years.

More information

CHARACTERIZATION OF END-TO-END DELAYS IN HEAD-MOUNTED DISPLAY SYSTEMS

CHARACTERIZATION OF END-TO-END DELAYS IN HEAD-MOUNTED DISPLAY SYSTEMS CHARACTERIZATION OF END-TO-END S IN HEAD-MOUNTED DISPLAY SYSTEMS Mark R. Mine University of North Carolina at Chapel Hill 3/23/93 1. 0 INTRODUCTION This technical report presents the results of measurements

More information

Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface

Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface DIAS Infrared GmbH Publications No. 19 1 Microbolometer based infrared cameras PYROVIEW with Fast Ethernet interface Uwe Hoffmann 1, Stephan Böhmer 2, Helmut Budzier 1,2, Thomas Reichardt 1, Jens Vollheim

More information

ABSTRACT. 1 IfA Manoa, 2680 Woodlawn Drive, Honolulu, HI IfA Hilo, 640 North A ohoku Place, Hilo, Hawaii

ABSTRACT. 1 IfA Manoa, 2680 Woodlawn Drive, Honolulu, HI IfA Hilo, 640 North A ohoku Place, Hilo, Hawaii Curvature adaptive optics and low light imaging Christ Ftaclas 1, Mark Chun 2, Jeffrey Kuhn 1,3, Joseph Ritter 3 Institute for Astronomy, University of Hawaii ABSTRACT We review the basic approach of curvature

More information

VXI RF Measurement Analyzer

VXI RF Measurement Analyzer VXI RF Measurement Analyzer Mike Gooding ARGOSystems, Inc. A subsidiary of the Boeing Company 324 N. Mary Ave, Sunnyvale, CA 94088-3452 Phone (408) 524-1796 Fax (408) 524-2026 E-Mail: Michael.J.Gooding@Boeing.com

More information

Dynamic IR Scene Projector Based Upon the Digital Micromirror Device

Dynamic IR Scene Projector Based Upon the Digital Micromirror Device Dynamic IR Scene Projector Based Upon the Digital Micromirror Device D. Brett Beasley, Matt Bender, Jay Crosby, Tim Messer, and Daniel A. Saylor Optical Sciences Corporation www.opticalsciences.com P.O.

More information

Innovations in PON Cost Reduction

Innovations in PON Cost Reduction Innovations in PON Cost Reduction Abstract Passive Optical Network (PON) deployments become a reality only when the promised price of a Fiber To The Premise (FTTP) network met the carrier s objectives

More information

Instrument Status Review. GSC Meeting October 2009

Instrument Status Review. GSC Meeting October 2009 Instrument Status Review GSC Meeting October 2009 1 Quick Status NICI Campaign and Open Science going well Efficiency enhancements considered for 2 nd quarter 2010 Flamingos 2 Now undergoing on-site Acceptance

More information

PRODUCT GUIDE CEL5500 LIGHT ENGINE. World Leader in DLP Light Exploration. A TyRex Technology Family Company

PRODUCT GUIDE CEL5500 LIGHT ENGINE. World Leader in DLP Light Exploration. A TyRex Technology Family Company A TyRex Technology Family Company CEL5500 LIGHT ENGINE PRODUCT GUIDE World Leader in DLP Light Exploration Digital Light Innovations (512) 617-4700 dlinnovations.com CEL5500 Light Engine The CEL5500 Compact

More information

Durham Magneto Optics Ltd. NanoMOKE 3 Wafer Mapper. Specifications

Durham Magneto Optics Ltd. NanoMOKE 3 Wafer Mapper. Specifications Durham Magneto Optics Ltd NanoMOKE 3 Wafer Mapper Specifications Overview The NanoMOKE 3 Wafer Mapper is an ultrahigh sensitivity Kerr effect magnetometer specially configured for measuring magnetic hysteresis

More information

Features of the 745T-20C: Applications of the 745T-20C: Model 745T-20C 20 Channel Digital Delay Generator

Features of the 745T-20C: Applications of the 745T-20C: Model 745T-20C 20 Channel Digital Delay Generator 20 Channel Digital Delay Generator Features of the 745T-20C: 20 Independent delay channels - 100 ps resolution - 25 ps rms jitter - 10 second range Output pulse up to 6 V/50 Ω Independent trigger for every

More information

Release Notes for LAS AF version 1.8.0

Release Notes for LAS AF version 1.8.0 October 1 st, 2007 Release Notes for LAS AF version 1.8.0 1. General Information A new structure of the online help is being implemented. The focus is on the description of the dialogs of the LAS AF. Configuration

More information

PITZ Introduction to the Video System

PITZ Introduction to the Video System PITZ Introduction to the Video System Stefan Weiße DESY Zeuthen June 10, 2003 Agenda 1. Introduction to PITZ 2. Why a video system? 3. Schematic structure 4. Client/Server architecture 5. Hardware 6. Software

More information

An Overview of Beam Diagnostic and Control Systems for AREAL Linac

An Overview of Beam Diagnostic and Control Systems for AREAL Linac An Overview of Beam Diagnostic and Control Systems for AREAL Linac Presenter G. Amatuni Ultrafast Beams and Applications 04-07 July 2017, CANDLE, Armenia Contents: 1. Current status of existing diagnostic

More information

Digital SWIR Scanning Laser Doppler Vibrometer

Digital SWIR Scanning Laser Doppler Vibrometer Digital SWIR Scanning Laser Doppler Vibrometer Scan-Series OptoMET Scanning SWIR Laser Doppler Vibrometer (SLDV) is used for non-contact measurement, visualization and analysis of structural vibrations.

More information

Digital SWIR Scanning Laser Doppler Vibrometer

Digital SWIR Scanning Laser Doppler Vibrometer Digital SWIR Scanning Laser Doppler Vibrometer Scan-Series OptoMET Scanning SWIR Laser Doppler Vibrometer (SLDV) is used for non-contact measurement, visualization and analysis of structural vibrations.

More information

GFT Channel Digital Delay Generator

GFT Channel Digital Delay Generator Features 20 independent delay Channels 100 ps resolution 25 ps rms jitter 10 second range Output pulse up to 6 V/50 Ω Independent trigger for every channel Fours Triggers Three are repetitive from three

More information

4 MHz Lock-In Amplifier

4 MHz Lock-In Amplifier 4 MHz Lock-In Amplifier SR865A 4 MHz dual phase lock-in amplifier SR865A 4 MHz Lock-In Amplifier 1 mhz to 4 MHz frequency range Low-noise current and voltage inputs Touchscreen data display - large numeric

More information

Spatial Light Modulators XY Series

Spatial Light Modulators XY Series Spatial Light Modulators XY Series Phase and Amplitude 512x512 and 256x256 A spatial light modulator (SLM) is an electrically programmable device that modulates light according to a fixed spatial (pixel)

More information

Beam test of the QMB6 calibration board and HBU0 prototype

Beam test of the QMB6 calibration board and HBU0 prototype Beam test of the QMB6 calibration board and HBU0 prototype J. Cvach 1, J. Kvasnička 1,2, I. Polák 1, J. Zálešák 1 May 23, 2011 Abstract We report about the performance of the HBU0 board and the optical

More information

I. Introduction. II. Problem

I. Introduction. II. Problem Wiring Deformable Mirrors for Curvature Adaptive Optics Systems Joshua Shiode Boston University, IfA REU 2005 Sarah Cook University of Hawaii, IfA REU 2005 Mentor: Christ Ftaclas Institute for Astronomy,

More information

Improving EPICS IOC Application (EPICS user experience)

Improving EPICS IOC Application (EPICS user experience) Improving EPICS IOC Application (EPICS user experience) Shantha Condamoor Instrumentation and Controls Division 1 to overcome some Software Design limitations A specific use case will be taken as an example

More information

Instrument characterization from metadata & telemetry

Instrument characterization from metadata & telemetry Instrument characterization from metadata & telemetry Vanessa Bailey Jet Propulsion Laboratory, California Institute of Technology 2018 California Institute of Technology. Government sponsorship acknowledged.

More information

TIME-COMPENSATED REMOTE PRODUCTION OVER IP

TIME-COMPENSATED REMOTE PRODUCTION OVER IP TIME-COMPENSATED REMOTE PRODUCTION OVER IP Ed Calverley Product Director, Suitcase TV, United Kingdom ABSTRACT Much has been said over the past few years about the benefits of moving to use more IP in

More information

IEEE Santa Clara ComSoc/CAS Weekend Workshop Event-based analog sensing

IEEE Santa Clara ComSoc/CAS Weekend Workshop Event-based analog sensing IEEE Santa Clara ComSoc/CAS Weekend Workshop Event-based analog sensing Theodore Yu theodore.yu@ti.com Texas Instruments Kilby Labs, Silicon Valley Labs September 29, 2012 1 Living in an analog world The

More information

Optimization and Deployment of the e2v L3-Vision CCD220 Mark Downing 1, Javier Reyes1, Leander Mehrgan1, Jorge Romero 2,

Optimization and Deployment of the e2v L3-Vision CCD220 Mark Downing 1, Javier Reyes1, Leander Mehrgan1, Jorge Romero 2, Optimization and Deployment of the e2v L3-Vision CCD220 Mark Downing 1, Javier Reyes 1, Leander Mehrgan 1, Jorge Romero 2, Joerg Stegmeier 1, Mirko Todorovic 1. 1 ESO, Karl Schwartzschild Strasse-2, 85748

More information

Product Information. EIB 700 Series External Interface Box

Product Information. EIB 700 Series External Interface Box Product Information EIB 700 Series External Interface Box June 2013 EIB 700 Series The EIB 700 units are external interface boxes for precise position measurement. They are ideal for inspection stations

More information

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS P. Th. Savvopoulos. PhD., A. Apostolopoulos, L. Dimitrov 3 Department of Electrical and Computer Engineering, University of Patras, 65 Patras,

More information

Mahdad Manavi LOTS Technology, Inc.

Mahdad Manavi LOTS Technology, Inc. Presented by Mahdad Manavi LOTS Technology, Inc. 1 Authors: Mahdad Manavi, Aaron Wegner, Qi-Ze Shu, Yeou-Yen Cheng Special Thanks to: Dan Soo, William Oakley 2 25 MB/sec. user data transfer rate for both

More information

MEMS Mirror: A8L AU-TINY48.4

MEMS Mirror: A8L AU-TINY48.4 MEMS Mirror: A8L2.2-4600AU-TINY48.4 Description: The new A8L2 actuator is based on an established robust two-axis MEMS design which supports various bonded mirror sizes in largeangle beam steering. Previous

More information

1 Digital BPM Systems for Hadron Accelerators

1 Digital BPM Systems for Hadron Accelerators Digital BPM Systems for Hadron Accelerators Proton Synchrotron 26 GeV 200 m diameter 40 ES BPMs Built in 1959 Booster TT70 East hall CB Trajectory measurement: System architecture Inputs Principles of

More information

DT9837 Series. High Performance, USB Powered Modules for Sound & Vibration Analysis. Key Features:

DT9837 Series. High Performance, USB Powered Modules for Sound & Vibration Analysis. Key Features: DT9837 Series High Performance, Powered Modules for Sound & Vibration Analysis The DT9837 Series high accuracy dynamic signal acquisition modules are ideal for portable noise, vibration, and acoustic measurements.

More information

THE LXI IVI PROGRAMMING MODEL FOR SYNCHRONIZATION AND TRIGGERING

THE LXI IVI PROGRAMMING MODEL FOR SYNCHRONIZATION AND TRIGGERING THE LXI IVI PROGRAMMIG MODEL FOR SCHROIZATIO AD TRIGGERIG Lynn Wheelwright 3751 Porter Creek Rd Santa Rosa, California 95404 707-579-1678 lynnw@sonic.net Abstract - The LXI Standard provides three synchronization

More information

GigE Vision. Henning Tiarks Strategic Product Manager Stuttgart, Vision Show 2007

GigE Vision. Henning Tiarks Strategic Product Manager Stuttgart, Vision Show 2007 GigE Vision Henning Tiarks Strategic Product Manager Stuttgart, Vision Show 2007 That s GigE Vision Technology Standard Data Security and Integrity Camera Handling Standard Features Flexibility in cable

More information

40-Meter Subsystems: As LIGO-Like as Possible

40-Meter Subsystems: As LIGO-Like as Possible 40-Meter Subsystems: As LIGO-Like as Possible PSL» Commissioning» Noise performance Vacuum» Operating pressure goal» EPICS control system PEM» Weather, seismic monitoring» Cable flexibility testing» STACIS

More information

Overview of All Pixel Circuits for Active Matrix Organic Light Emitting Diode (AMOLED)

Overview of All Pixel Circuits for Active Matrix Organic Light Emitting Diode (AMOLED) Chapter 2 Overview of All Pixel Circuits for Active Matrix Organic Light Emitting Diode (AMOLED) ---------------------------------------------------------------------------------------------------------------

More information

A MISSILE INSTRUMENTATION ENCODER

A MISSILE INSTRUMENTATION ENCODER A MISSILE INSTRUMENTATION ENCODER Item Type text; Proceedings Authors CONN, RAYMOND; BREEDLOVE, PHILLIP Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

UNIT V 8051 Microcontroller based Systems Design

UNIT V 8051 Microcontroller based Systems Design UNIT V 8051 Microcontroller based Systems Design INTERFACING TO ALPHANUMERIC DISPLAYS Many microprocessor-controlled instruments and machines need to display letters of the alphabet and numbers. Light

More information

Application Note #63 Field Analyzers in EMC Radiated Immunity Testing

Application Note #63 Field Analyzers in EMC Radiated Immunity Testing Application Note #63 Field Analyzers in EMC Radiated Immunity Testing By Jason Galluppi, Supervisor Systems Control Software In radiated immunity testing, it is common practice to utilize a radio frequency

More information

Digital BPMs and Orbit Feedback Systems

Digital BPMs and Orbit Feedback Systems Digital BPMs and Orbit Feedback Systems, M. Böge, M. Dehler, B. Keil, P. Pollet, V. Schlott Outline stability requirements at SLS storage ring digital beam position monitors (DBPM) SLS global fast orbit

More information

Analysis of WFS Measurements from first half of 2004

Analysis of WFS Measurements from first half of 2004 Analysis of WFS Measurements from first half of 24 (Report4) Graham Cox August 19, 24 1 Abstract Described in this report is the results of wavefront sensor measurements taken during the first seven months

More information

1ms Column Parallel Vision System and It's Application of High Speed Target Tracking

1ms Column Parallel Vision System and It's Application of High Speed Target Tracking Proceedings of the 2(X)0 IEEE International Conference on Robotics & Automation San Francisco, CA April 2000 1ms Column Parallel Vision System and It's Application of High Speed Target Tracking Y. Nakabo,

More information

Illumination-based Real-Time Contactless Synchronization of High-Speed Vision Sensors

Illumination-based Real-Time Contactless Synchronization of High-Speed Vision Sensors Proceedings of the 2008 IEEE International Conference on Robotics and Biomimetics Bangkok, Thailand, February 21-26, 2009 Illumination-based Real-Time Contactless Synchronization of High-Speed Vision Sensors

More information

Fast Orbit Feedback at the SLS. Outline

Fast Orbit Feedback at the SLS. Outline Fast Orbit Feedback at the SLS 2nd Workshop on Beam Orbit Stabilisation (December4-6, 2002, SPring-8) T. Schilcher Outline Noise Sources at SLS Stability / System Requirements Fast Orbit Feedback Implementation

More information

MTI-2100 FOTONIC SENSOR. High resolution, non-contact. measurement of vibration. and displacement

MTI-2100 FOTONIC SENSOR. High resolution, non-contact. measurement of vibration. and displacement A worldwide leader in precision measurement solutions MTI-2100 FOTONIC SENSOR High resolution, non-contact measurement of vibration and displacement MTI-2100 Fotonic TM Sensor Unmatched Resolution and

More information

Supercam Spectrometer Synchronization at the SMT 7 February 2007 Craig Kulesa

Supercam Spectrometer Synchronization at the SMT 7 February 2007 Craig Kulesa Supercam Spectrometer Synchronization at the SMT 7 February 2007 Craig Kulesa Summary of basic needs: 1. External (hardware) synchronization: We will need to monitor or set numerous TTLlevel digital signals

More information

Users Manual FWI HiDef Sync Stripper

Users Manual FWI HiDef Sync Stripper Users Manual FWI HiDef Sync Stripper Allows "legacy" motion control and film synchronizing equipment to work with modern HDTV cameras and monitors providing Tri-Level sync signals. Generates a film-camera

More information

Digital Video Telemetry System

Digital Video Telemetry System Digital Video Telemetry System Item Type text; Proceedings Authors Thom, Gary A.; Snyder, Edwin Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

Digital Correction for Multibit D/A Converters

Digital Correction for Multibit D/A Converters Digital Correction for Multibit D/A Converters José L. Ceballos 1, Jesper Steensgaard 2 and Gabor C. Temes 1 1 Dept. of Electrical Engineering and Computer Science, Oregon State University, Corvallis,

More information

PEP-II longitudinal feedback and the low groupdelay. Dmitry Teytelman

PEP-II longitudinal feedback and the low groupdelay. Dmitry Teytelman PEP-II longitudinal feedback and the low groupdelay woofer Dmitry Teytelman 1 Outline I. PEP-II longitudinal feedback and the woofer channel II. Low group-delay woofer topology III. Why do we need a separate

More information

LOW POWER DIGITAL EQUALIZATION FOR HIGH SPEED SERDES. Masum Hossain University of Alberta

LOW POWER DIGITAL EQUALIZATION FOR HIGH SPEED SERDES. Masum Hossain University of Alberta LOW POWER DIGITAL EQUALIZATION FOR HIGH SPEED SERDES Masum Hossain University of Alberta 0 Outline Why ADC-Based receiver? Challenges in ADC-based receiver ADC-DSP based Receiver Reducing impact of Quantization

More information

RF Semiconductor Test AXRF RF Port Upgrade Kits

RF Semiconductor Test AXRF RF Port Upgrade Kits RF Semiconductor Test AXRF RF Port Upgrade Kits 2017 Datasheet The most important thing we build is trust Overview AXRF RF Port Upgrade Kits are designed to improve and extend the capability of an existing

More information

Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of

Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of applications such as home appliances, medical, automotive,

More information

ExtIO Plugin User Guide

ExtIO Plugin User Guide Overview The SDRplay Radio combines together the Mirics flexible tuner front-end and USB Bridge to produce a SDR platform capable of being used for a wide range of worldwide radio and TV standards. This

More information

EAN-Performance and Latency

EAN-Performance and Latency EAN-Performance and Latency PN: EAN-Performance-and-Latency 6/4/2018 SightLine Applications, Inc. Contact: Web: sightlineapplications.com Sales: sales@sightlineapplications.com Support: support@sightlineapplications.com

More information

SRV02-Series. Ball & Beam. User Manual

SRV02-Series. Ball & Beam. User Manual SRV02-Series Ball & Beam User Manual Table of Contents 1. Description...3 1.1 Modular Options...4 2. System Nomenclature and Components...5 3. System Setup and Assembly...6 3.1 Typical Connections for

More information

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur Module 8 VIDEO CODING STANDARDS Lesson 27 H.264 standard Lesson Objectives At the end of this lesson, the students should be able to: 1. State the broad objectives of the H.264 standard. 2. List the improved

More information

VOB - data over Video Overlay Box

VOB - data over Video Overlay Box VOB - data over Video Overlay Box Real time data overlayed onto video, both PAL and NTSC versions available Real time lap and sector times without a track side optical beacon User configurable display,

More information

Scanning For Photonics Applications

Scanning For Photonics Applications Scanning For Photonics Applications 1 - Introduction The npoint LC.400 series of controllers have several internal functions for use with raster scanning. A traditional raster scan can be generated via

More information

Embedded System Design

Embedded System Design Embedded System Design Stephen A. Edwards Columbia University Spring 2013 Spot the Computer Embedded Systems: Ubiquitous Computers iphone Laser Keyboard Nikon D300 Video Watch GPS Playstation 3 PC Keyboard

More information

LCD Colour Analyser, PM 5639/06, handheld LCD Colour Analyser, PM 5639/26, industrial LCD Colour Sensor, PM 5639/94

LCD Colour Analyser, PM 5639/06, handheld LCD Colour Analyser, PM 5639/26, industrial LCD Colour Sensor, PM 5639/94 LCD Colour Analyser, PM 5639/06, handheld LCD Colour Analyser, PM 5639/26, industrial LCD Colour Sensor, PM 5639/94 Colour balance alignment of LCD/EL displays Optical system for spot measurements High

More information

LD OEM/LD PDS/LD PeCo

LD OEM/LD PDS/LD PeCo LD OEM/LD PDS/LD PeCo Features LD OEM/PDS: 360 field of view LD OEM: the basic platform to LD PeCo: 90 field of view provide customized software 14,400 Hz scan rate programs on board and offers the Class

More information

Understanding Compression Technologies for HD and Megapixel Surveillance

Understanding Compression Technologies for HD and Megapixel Surveillance When the security industry began the transition from using VHS tapes to hard disks for video surveillance storage, the question of how to compress and store video became a top consideration for video surveillance

More information

Brilliance. Electron Beam Position Processor

Brilliance. Electron Beam Position Processor Brilliance Electron Beam Position Processor Many instruments. Many people. Working together. Stability means knowing your machine has innovative solutions. For users, stability means a machine achieving

More information

CMS Conference Report

CMS Conference Report Available on CMS information server CMS CR 1997/017 CMS Conference Report 22 October 1997 Updated in 30 March 1998 Trigger synchronisation circuits in CMS J. Varela * 1, L. Berger 2, R. Nóbrega 3, A. Pierce

More information

Synthesized Clock Generator

Synthesized Clock Generator Synthesized Clock Generator CG635 DC to 2.05 GHz low-jitter clock generator Clocks from DC to 2.05 GHz Random jitter

More information

Connection for filtered air

Connection for filtered air BeamWatch Non-contact, Focus Spot Size and Position monitor for high power YAG, Diode and Fiber lasers Instantly measure focus spot size Dynamically measure focal plane location during start-up From 1kW

More information

ON-THE-FLY SCANS FOR FAST TOMOGRAPHY AT LNLS IMAGING BEAMLINE. Gabriel B. Z. L. Moreno X-Ray Imaging Beamline Group, LNLS

ON-THE-FLY SCANS FOR FAST TOMOGRAPHY AT LNLS IMAGING BEAMLINE. Gabriel B. Z. L. Moreno X-Ray Imaging Beamline Group, LNLS ON-THE-FLY SCANS FOR FAST TOMOGRAPHY AT LNLS IMAGING BEAMLINE Gabriel B. Z. L. Moreno X-Ray Imaging Beamline Group, LNLS Experiment Control, ICALEPCS 2015 LNLS 1 d 3 h 2 Sirius Construction Site (July

More information

DML Creativity at your fingertips

DML Creativity at your fingertips DML-1200 Creativity at your fingertips Key Benefits All the benefits of a conventional moving light DLP video projection capabilities Exceptional brightness in both video and light modes Digital image

More information

THE NEW LASER FAMILY FOR FINE WELDING FROM FIBER LASERS TO PULSED YAG LASERS

THE NEW LASER FAMILY FOR FINE WELDING FROM FIBER LASERS TO PULSED YAG LASERS FOCUS ON FINE SOLUTIONS THE NEW LASER FAMILY FOR FINE WELDING FROM FIBER LASERS TO PULSED YAG LASERS Welding lasers from ROFIN ROFIN s laser sources for welding satisfy all criteria for the optimized laser

More information

Booya16 SDR Datasheet

Booya16 SDR Datasheet Booya16 SDR Radio Receiver Description The Booya16 SDR radio receiver samples RF signals at 16MHz with 14 bits and streams the sampled signal into PC memory continuously in real time. The Booya software

More information

DT9857E. Key Features: Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels

DT9857E. Key Features: Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels DT9857E Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels The DT9857E is a high accuracy dynamic signal acquisition module for noise, vibration, and acoustic measurements

More information

A Terabyte Linear Tape Recorder

A Terabyte Linear Tape Recorder A Terabyte Linear Tape Recorder John C. Webber Interferometrics Inc. 8150 Leesburg Pike Vienna, VA 22182 +1-703-790-8500 webber@interf.com A plan has been formulated and selected for a NASA Phase II SBIR

More information

CHAPTER 3 SEPARATION OF CONDUCTED EMI

CHAPTER 3 SEPARATION OF CONDUCTED EMI 54 CHAPTER 3 SEPARATION OF CONDUCTED EMI The basic principle of noise separator is described in this chapter. The construction of the hardware and its actual performance are reported. This chapter proposes

More information

Commissioning and Initial Performance of the Belle II itop PID Subdetector

Commissioning and Initial Performance of the Belle II itop PID Subdetector Commissioning and Initial Performance of the Belle II itop PID Subdetector Gary Varner University of Hawaii TIPP 2017 Beijing Upgrading PID Performance - PID (π/κ) detectors - Inside current calorimeter

More information

Installation & Operational Manual

Installation & Operational Manual Radiant Communications Corporation 5001 Hadley Road South Plainfield NJ 07080 Tel (908) 757-7444 Fax (908) 757-8666 WWW.RCCFIBER.COM QRF5000M MDU ENCODER Installation & Operational Manual Rev.A2 1. Introduction

More information

Digital Lock-In Amplifiers SR850 DSP lock-in amplifier with graphical display

Digital Lock-In Amplifiers SR850 DSP lock-in amplifier with graphical display Digital Lock-In Amplifiers SR850 DSP lock-in amplifier with graphical display SR850 DSP Lock-In Amplifier 1 mhz to 102.4 khz frequency range >100 db dynamic reserve 0.001 degree phase resolution Time constants

More information

Application Note AN-708 Vibration Measurements with the Vibration Synchronization Module

Application Note AN-708 Vibration Measurements with the Vibration Synchronization Module Application Note AN-708 Vibration Measurements with the Vibration Synchronization Module Introduction The vibration module allows complete analysis of cyclical events using low-speed cameras. This is accomplished

More information

Luis Cogan, Dave Harbour., Claude Peny Kern & Co., Ltd 5000 Aarau switzerland Commission II, ISPRS Kyoto, July 1988

Luis Cogan, Dave Harbour., Claude Peny Kern & Co., Ltd 5000 Aarau switzerland Commission II, ISPRS Kyoto, July 1988 KRSS KERN RASTER MAGE SUPERMPOSTON SYSTEM Luis Cogan, Dave Harbour., Claude Peny Kern & Co., Ltd 5000 Aarau switzerland Commission, SPRS Kyoto, July 1988 1.. ntroduction n the past few years, there have

More information

IMAGING GROUP. * With dual port readout at 16MHz/port Detector shown with a C-mount nose and lens, sold separately

IMAGING GROUP. * With dual port readout at 16MHz/port Detector shown with a C-mount nose and lens, sold separately The from Princeton Instruments is the ultimate scientific, intensified CCD camera (ICCD) system, featuring a 1k x 1k interline CCD fiberoptically coupled to Gen III filmless intensifiers. These intensifiers

More information

8 DIGITAL SIGNAL PROCESSOR IN OPTICAL TOMOGRAPHY SYSTEM

8 DIGITAL SIGNAL PROCESSOR IN OPTICAL TOMOGRAPHY SYSTEM Recent Development in Instrumentation System 99 8 DIGITAL SIGNAL PROCESSOR IN OPTICAL TOMOGRAPHY SYSTEM Siti Zarina Mohd Muji Ruzairi Abdul Rahim Chiam Kok Thiam 8.1 INTRODUCTION Optical tomography involves

More information

METHOD, COMPUTER PROGRAM AND APPARATUS FOR DETERMINING MOTION INFORMATION FIELD OF THE INVENTION

METHOD, COMPUTER PROGRAM AND APPARATUS FOR DETERMINING MOTION INFORMATION FIELD OF THE INVENTION 1 METHOD, COMPUTER PROGRAM AND APPARATUS FOR DETERMINING MOTION INFORMATION FIELD OF THE INVENTION The present invention relates to motion 5tracking. More particularly, the present invention relates to

More information

2 MHz Lock-In Amplifier

2 MHz Lock-In Amplifier 2 MHz Lock-In Amplifier SR865 2 MHz dual phase lock-in amplifier SR865 2 MHz Lock-In Amplifier 1 mhz to 2 MHz frequency range Dual reference mode Low-noise current and voltage inputs Touchscreen data display

More information

Techniques for Extending Real-Time Oscilloscope Bandwidth

Techniques for Extending Real-Time Oscilloscope Bandwidth Techniques for Extending Real-Time Oscilloscope Bandwidth Over the past decade, data communication rates have increased by a factor well over 10X. Data rates that were once 1Gb/sec and below are now routinely

More information

Real-time Chatter Compensation based on Embedded Sensing Device in Machine tools

Real-time Chatter Compensation based on Embedded Sensing Device in Machine tools International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869 (O) 2454-4698 (P), Volume-3, Issue-9, September 2015 Real-time Chatter Compensation based on Embedded Sensing Device

More information

ni.com Digital Signal Processing for Every Application

ni.com Digital Signal Processing for Every Application Digital Signal Processing for Every Application Digital Signal Processing is Everywhere High-Volume Image Processing Production Test Structural Sound Health and Vibration Monitoring RF WiMAX, and Microwave

More information

Signal Stability Analyser

Signal Stability Analyser Signal Stability Analyser o Real Time Phase or Frequency Display o Real Time Data, Allan Variance and Phase Noise Plots o 1MHz to 65MHz medium resolution (12.5ps) o 5MHz and 10MHz high resolution (50fs)

More information