Numerical and Statistical tools for images analysis. based on the database from Frascati Tokamak Upgrade. Main System Skills

Size: px
Start display at page:

Download "Numerical and Statistical tools for images analysis. based on the database from Frascati Tokamak Upgrade. Main System Skills"

Transcription

1 Numerical and Statistical tools for images analysis based on the database from Frascati Tokamak Upgrade M. Chinnici a, S. Cuomo b, S. Migliori c a ENEA- FIM-INFOPPQ, Casaccia Research Center, Via Anguillarese 301, S.Maria di Galeria, Italy b UNIVERSITA FEDERICO II, Dipartimento di Matematica e Applicazioni R.Caccioppoli Via Cinthia Napoli, Italy c ENEA- FIM, Enea Sede, Lungotevere Thaon di Revel n Roma, Italy Introduction The advent of the internet and extensive digital image libraries has entailed the development of rapid and efficient computerbased image searching and browsing techniques. The term content-based image retrieval refers to automatic recovery of images from a database based on a set of graphic features that qualify the images and that are, loosely speaking, similar to the characteristics of a given query image. This contribution (within the CRESCO Project) concerns the application of retrieval techniques and analysis of plasma images coming from Frascati Tokamak Upgrade (FTU) (Fig.1). Data from FTU are acquired as movies or single frames. The wide number of information available by visual inspection of the data is often a limitation to real time experimental investigation. It appears that the images from the cameras can help to reconstruct some plasma phenomena and real time analysis could be useful for machine operation. On the other hand, due to the large number of data recorded, visual inspection of the movies is time consuming and often insufficient to correlate the images to other experimental findings. For a profitable use of the signals it is desirable to build specific tools for automatic processing of the images. The problems increases in complexity and cost in terms of hardware and software resources. In this research field the growing demand for computational resources has been a persistent goal of computational scientist. The challenge is to solve these problems with a computational power that could be achieved inexpensively with collection of distributed resources. The main goal is to provide both efficient and low cost computing environment by sharing of computational tools. This paper illustrates the acquisition system and the procedures developed for the processing and analysing of FTU images using ENEA-GRID technologies and middleware. In details, data are stored in a suitable database customize to FTU, to be adopt in mathematical and statistical models in order to correlate the images with plasma signals and to search the image information retrieval. Main System Skills The overall software system of FTU (Frascati Tokamak Upgrade) image analysis tool is organized by using open source software. The core of the applicative is a MySQL database (DB), data are stored in a suitable database customize to FTU, to be utilize in mathematical and statistical models both based in order to correlate the images with plasma signals and to search the image information retrieval. Being software development, the DB has been designed taking into that the number of operations on the images may depends on the analysis and the information retrials, and for this reason at each operation suitable performed in the data structure, IMAGE (Fig. 3). In order to better manage the operations on images, the system has been structured into classes: cam, folder, image (Fig. 4). The language chosen is object oriented C + +, as also to interface software with the database through the use of APIs MySQL + + (Fig.5.A- 5. B). In order to manipulate the informations inside the acquired images libraries of Image Magick open source software are used (conversion of an image scale Gray, creation, calculation and display of Histogram, etc...). Graphical libraries for data visualizations are also in our software system. Query q = conn >query(); try{ q << "CREATE TABLE IF NOT EXISTS `cams` (" << "`id_cam` varchar(20) NOT NULL," << "`type` varchar(1) NOT NULL," << "PRIMARY KEY (`id_cam`)" << ") ENGINE=InnoDB DEFAULT CHARSET=latin1;"; q.execute(); } catch(const BadQuery err_qry){ cerr << "Query error: " << err_qry.what() << endl; cout << "Creation table cams error." << endl; return false; } Fig.5.A : Piece of CAMS table code First results try{ q << "INSERT INTO `cams` (`id_cam`, `type`) VALUES" << "('" << name_cam << "', '" << cam_type << "');"; q.execute(); } catch(const BadQuery err_qry){ cout << "Insert item table cams error." << endl; return false; } Fig.5.B: Piece of code for filling CAMS table. The aim this section in the description of the software systems by means simple example. More image processing basics and data a- re developed in the system, here we not speak about it. In the following example, we show the conversion of a colour i- mage of FTU into a grey-scale image. Morever the gray-scale histogram graph is comptued and a suitable text file contain the numerical values. The system is organized in the way that the results of each operation are stored in folders that retain their the structure of the server (Fig.6). We observe that the described toy problem can easily performed in inexpensively way by means collection of distributed resources of ENEA-GRID technologies and middleware. Fig.1: An internal view of the Frascati Tokamak Upgrade class gradia- m gra class m Fig.2: The schematic representation of the twelve cameras of FTU. Fig.3: The figure represents the ER model: there are basic tables (CAMS, FOLDERS, IMAGES) and tables for each operation associated to an image. Example of Application description Fig.4: Class diagram. The table CAM is composed by several FOLDER each of which is a composition of IMAGE. Fig.6 Method HistogramImg(...) calculates histogram of image and save them in folder Histog_img which reproduces the structure: Cam/Folder/Image. The new path is: Histog_img/nomeCam/nomeFold/ hist_nomeimg (nomeimg is the name of input image). Method colortogray( ) converts an image into a gray-scale image and save it in the folder Gray_img which reproduces the structure Cam/Folder/Image. New path of image is Gray_img/nomeCam/nomeFold/gray_nomeImg References - The Definitive Guide to ImageMagick, Michael Still: Books - Digital Image Processing Using Matlab, Gonzalez - Thinking in C++, Bruce Eckel - Image analysis of a nuclear plasma: Frascati Tokamak Upgrade using IDL and ENEA-GRID technologies (poster) - M. Chinnici, S. Migliori, R. De Angelis, S. Borioni, S. Pierattini E-Science conference, Nsaples sp12_graf3d/

2

3 .

4

5 Fig.3 Benefits of multicluster queue.

6

7 ENEA-FIM, C.R. Portici

8

9 References sp12_graf3d/

10

Details and description of Application

Details and description of Application CUDA based implementation of parallelized Pollard's Rho algorithm for ECDLP M. Chinnici a, S. Cuomo b, M. Laporta c, B. Pennacchio d, A. Pizzirani e, S. Migliori f a,d ENEA- FIM-INFOPPQ, Casaccia Research

More information

Parallel programming in Matlab environment on CRESCO cluster, interactive and batch mode

Parallel programming in Matlab environment on CRESCO cluster, interactive and batch mode Parallel programming in Matlab environment on CRESCO cluster, interactive and batch mode Authors: G. Guarnieri a, S. Migliori b, S. Podda c a ENEA-FIM, Portici Research Center, Via Vecchio Macello - Loc.

More information

CUDA based implementation of parallelized Pollard s Rho algorithm for ECDLP

CUDA based implementation of parallelized Pollard s Rho algorithm for ECDLP FINAL WORKSHOP OF GRID PROJECTS, PON RICERCA 2000-2006, AVVISO 1575 1 CUDA based implementation of parallelized Pollard s Rho algorithm for ECDLP M. Chinnici 1, S. Cuomo 2, M. Laporta 2, A. Pizzirani 2,

More information

ENEA, the Italian agency for the energy,

ENEA, the Italian agency for the energy, FINAL WORKSHOP OF GRID PROJECTS, PON RICERCA 2000-2006, AVVISO 1575 1 CRESCO HPC System Integrated into ENEA-GRID Environment G. Bracco 1, S. Podda 1, S. Migliori 1, P. D Angelo 1, A. Quintiliani 1, D.

More information

Examples of Big Data analytics in ENEA: data sources and information extraction strategies

Examples of Big Data analytics in ENEA: data sources and information extraction strategies Examples of Big Data analytics in ENEA: data sources and information extraction strategies Ing. Giovanni Ponti, PhD ENEA DTE-ICT-HPC giovanni.ponti@enea.it DISRUPTIVE DATA 2017 5 Maggio, 2017, Via Santa

More information

MARTe in JET. June 14, June 14, EFDA Feedback Control Working Group Meeting

MARTe in JET. June 14, June 14, EFDA Feedback Control Working Group Meeting June 14, 2010 June 14, 2010 - EFDA Feedback Control Working Group Meeting D. Alves 1 2 A. Neto 1 F. Sartori 3 R. Vitelli 4 L. Zabeo 5 and EFDA-JET PPCC contributors 1 Associação EURATOM/IST, Instituto

More information

MARTe Framework: A Middleware for Real-Time Applications Development

MARTe Framework: A Middleware for Real-Time Applications Development EFDA JET CP(11)06/05 A. Neto, D. Alves, A. Barbalace, L. Boncagni, B.B. Carvalho, P.J. Carvalho, G. De Tommasi, H. Fernandes, G. Manduchi, P. McCullen, F. Sartori, A. Stephen, D. Valcárcel, R. Vitelli,

More information

The ALICE Glance Shift Accounting Management System (SAMS)

The ALICE Glance Shift Accounting Management System (SAMS) Journal of Physics: Conference Series PAPER OPEN ACCESS The ALICE Glance Shift Accounting Management System (SAMS) To cite this article: H. Martins Silva et al 2015 J. Phys.: Conf. Ser. 664 052037 View

More information

Visual support for work assignment in YAWL

Visual support for work assignment in YAWL Visual support for work assignment in YAWL Citation for published version (APA): Cardi, F., Leoni, de, M., Adams, M., Hofstede, ter, A. H. M., & Aalst, van der, W. M. P. (2009). Visual support for work

More information

Creating the Data Layer

Creating the Data Layer Creating the Data Layer When interacting with any system it is always useful if it remembers all the settings and changes between visits. For example, Facebook has the details of your login and any conversations

More information

TESTBEDS Paris

TESTBEDS Paris TESTBEDS 2010 - Paris Rich Internet Application Testing Using Execution Trace Data Dipartimento di Informatica e Sistemistica Università di Napoli, Federico II Naples, Italy Domenico Amalfitano Anna Rita

More information

A semiautomatic method for optical radar probe alignment.

A semiautomatic method for optical radar probe alignment. Proceedings of the 5th WSEAS Int. Conf. on Signal Processing, Computational Geometry & Artificial Vision, Malta, September 5-7, 005 (pp-7 A semiautomatic method for optical radar probe alignment. FABIO

More information

Magic-5. Medical Applications in a GRID Infrastructure Connection. Ivan De Mitri* on behalf of MAGIC-5 collaboration

Magic-5. Medical Applications in a GRID Infrastructure Connection. Ivan De Mitri* on behalf of MAGIC-5 collaboration Magic-5 Medical Applications in a GRID Infrastructure Connection * on behalf of MAGIC-5 collaboration *Dipartimento di Fisica dell Università di Lecce and INFN Lecce, Italy ivan.demitri@le.infn.it HEALTHGRID

More information

Moose for Java Enterprise Application

Moose for Java Enterprise Application Moose for Java Enterprise Application Perin Fabrizio SCG - Software Composition Group Institut für Informatik und Angewandte Mathematik University of Bern, Switzerland 18/03/10 Revision History Date Ver.

More information

The TDAQ Analytics Dashboard: a real-time web application for the ATLAS TDAQ control infrastructure

The TDAQ Analytics Dashboard: a real-time web application for the ATLAS TDAQ control infrastructure The TDAQ Analytics Dashboard: a real-time web application for the ATLAS TDAQ control infrastructure Giovanna Lehmann Miotto, Luca Magnoni, John Erik Sloper European Laboratory for Particle Physics (CERN),

More information

Outline. Quick Introduction to Database Systems. Data Manipulation Tasks. What do they all have in common? CSE142 Wi03 G-1

Outline. Quick Introduction to Database Systems. Data Manipulation Tasks. What do they all have in common? CSE142 Wi03 G-1 Outline Quick Introduction to Database Systems Why do we need a different kind of system? What is a database system? Separating the what the how: The relational data model Querying the databases: SQL May

More information

Availability Study of the Italian Electricity SCADA System in the Cloud

Availability Study of the Italian Electricity SCADA System in the Cloud Availability Study of the Italian Electricity SCADA System in the Cloud Stefano Sebastio a, Antonio Scala b,a, and Gregorio D Agostino c,a a LIMS London Institute of Mathematical Sciences, London, UK b

More information

RADIOMICS: potential role in the clinics and challenges

RADIOMICS: potential role in the clinics and challenges 27 giugno 2018 Dipartimento di Fisica Università degli Studi di Milano RADIOMICS: potential role in the clinics and challenges Dr. Francesca Botta Medical Physicist Istituto Europeo di Oncologia (Milano)

More information

The CMS data quality monitoring software: experience and future prospects

The CMS data quality monitoring software: experience and future prospects The CMS data quality monitoring software: experience and future prospects Federico De Guio on behalf of the CMS Collaboration CERN, Geneva, Switzerland E-mail: federico.de.guio@cern.ch Abstract. The Data

More information

OKC MySQL Users Group

OKC MySQL Users Group OKC MySQL Users Group OKC MySQL Discuss topics about MySQL and related open source RDBMS Discuss complementary topics (big data, NoSQL, etc) Help to grow the local ecosystem through meetups and events

More information

Bottom line: A database is the data stored and a database system is the software that manages the data. COSC Dr.

Bottom line: A database is the data stored and a database system is the software that manages the data. COSC Dr. COSC 304 Introduction to Systems Introduction Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc.ca What is a database? A database is a collection of logically related data for

More information

Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision

Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision 09 nd International Conference on Computer Science and Advanced Materials (CSAM 09) Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision Zhang Wenqian, Zhang Jinhong Department of

More information

COSC 304 Introduction to Database Systems. Database Introduction. Dr. Ramon Lawrence University of British Columbia Okanagan

COSC 304 Introduction to Database Systems. Database Introduction. Dr. Ramon Lawrence University of British Columbia Okanagan COSC 304 Introduction to Database Systems Database Introduction Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc.ca What is a database? A database is a collection of logically

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 02 130124 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Basics Image Formation Image Processing 3 Intelligent

More information

Comparison of Stereo Vision Techniques for cloud-top height retrieval

Comparison of Stereo Vision Techniques for cloud-top height retrieval Comparison of Stereo Vision Techniques for cloud-top height retrieval Anna Anzalone *,, Francesco Isgrò^, Domenico Tegolo *INAF-Istituto Istituto di Astrofisica e Fisica cosmica di Palermo, Italy ^Dipartimento

More information

+ + a journey to zero-downtime

+ + a journey to zero-downtime + + a journey to zero-downtime James Halsall Technical Team Lead @ Inviqa Christian Dornhoff Head of IT (cross-channel) @ toom A bit about toom baumarkt One of Germany s biggest DIY companies Annual turnover

More information

InControl 2 Software Appliance Setup Guide

InControl 2 Software Appliance Setup Guide InControl 2 Software Appliance Setup Guide (Last updated: 2017-11) Contents 1. Introduction Minimum Hardware Requirements 2. For VMware ESXi 6.0 and ESXi 5.5 (SCSI) Networking Creating InControl and DB

More information

Database Management Systems

Database Management Systems DATABASE CONCEPTS & APPLICATIONS Database Management Systems A Database Management System (DBMS) is a software package designed to store and manage databases through database applications. User Database

More information

MySQL Installation Guide (Windows)

MySQL Installation Guide (Windows) Step1- Install MySQL MySQL Installation Guide (Windows) The following description is based on MySQL 5.7.17 for Windows. Go to MySQL download page ( http://dev.mysql.com/downloads/mysql/ ). Click the Go

More information

Communication Ontological Description Process Fragment

Communication Ontological Description Process Fragment Consiglio Nazionale delle Ricerche Istituto di Calcolo e Reti ad Alte Prestazioni Communication Ontological Description Process Fragment M. Cossentino, V. Seidita Rapporto Tecnico N.: RT-ICAR-PA-10-01

More information

P 2 S t a t u s l o g g e r for Win d o w s U S E R S G U I D E

P 2 S t a t u s l o g g e r for Win d o w s U S E R S G U I D E P 2 S t a t u s l o g g e r for Win d o w s U S E R S G U I D E 1 The P2 status logger is an inspection tool which allows users to performing "easy firmware search" and "automated information update in

More information

GA A26400 CUSTOMIZABLE SCIENTIFIC WEB-PORTAL FOR DIII-D NUCLEAR FUSION EXPERIMENT

GA A26400 CUSTOMIZABLE SCIENTIFIC WEB-PORTAL FOR DIII-D NUCLEAR FUSION EXPERIMENT GA A26400 CUSTOMIZABLE SCIENTIFIC WEB-PORTAL FOR DIII-D NUCLEAR FUSION EXPERIMENT by G. ABLA, N. KIM, and D.P. SCHISSEL APRIL 2009 DISCLAIMER This report was prepared as an account of work sponsored by

More information

Real-time control systems: an application to fusion experimental devices

Real-time control systems: an application to fusion experimental devices : an application to fusion experimental devices Università degli Studi di Salerno, April 21, 2016 control RT in From to 1 1 DIETI, Università di Napoli Federico II 1 control in a tokamak device A real-time

More information

Mobile robots and appliances to support the elderly people

Mobile robots and appliances to support the elderly people Microsoft Research Embedded Systems Invitation for Proposal Mobile robots and appliances to support the elderly people Luca Iocchi, Daniele Nardi Dipartimento di Informatica e Sistemistica Università di

More information

Implementing GRID interoperability

Implementing GRID interoperability AFS & Kerberos Best Practices Workshop University of Michigan, Ann Arbor June 12-16 2006 Implementing GRID interoperability G. Bracco, P. D'Angelo, L. Giammarino*, S.Migliori, A. Quintiliani, C. Scio**,

More information

Cloud Computing introduction

Cloud Computing introduction Cloud and Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica

More information

MySQL Installation Guide (Windows)

MySQL Installation Guide (Windows) Step1- Install MySQL MySQL Installation Guide (Windows) The following description is based on MySQL 5.7.10 for Windows. Go to MySQL download page (http://dev.mysql.com/downloads/mysql/). Click the Windows

More information

A new predictive image compression scheme using histogram analysis and pattern matching

A new predictive image compression scheme using histogram analysis and pattern matching University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai 00 A new predictive image compression scheme using histogram analysis and pattern matching

More information

T-SQL Training: T-SQL for SQL Server for Developers

T-SQL Training: T-SQL for SQL Server for Developers Duration: 3 days T-SQL Training Overview T-SQL for SQL Server for Developers training teaches developers all the Transact-SQL skills they need to develop queries and views, and manipulate data in a SQL

More information

Research on an Adaptive Terrain Reconstruction of Sequence Images in Deep Space Exploration

Research on an Adaptive Terrain Reconstruction of Sequence Images in Deep Space Exploration , pp.33-41 http://dx.doi.org/10.14257/astl.2014.52.07 Research on an Adaptive Terrain Reconstruction of Sequence Images in Deep Space Exploration Wang Wei, Zhao Wenbin, Zhao Zhengxu School of Information

More information

DA ΦNE TECHNICAL NOTE

DA ΦNE TECHNICAL NOTE K K DA ΦNE TECHNICAL NOTE INFN - LNF, Accelerator Division Frascati, 07/02/2014 Note: C-21 DJANGO: A TOOL FOR THE ANALYSIS AND PRESENTATION OF THE DAΦNE BEAM INTEGRATED CHARGE DATA F. Agostini, P. Ciuffetti,

More information

SporeTrackerX N. Vischer 18-Mar-2018

SporeTrackerX N. Vischer 18-Mar-2018 SporeTrackerX N. Vischer 18-Mar-2018 1 SporeTrackerX is an ImageJ/ObjectJ project for the analysis of the germination process of bacterial spores. It is suitable to handle large data sets (terabytes) on

More information

Chapter 13 XML: Extensible Markup Language

Chapter 13 XML: Extensible Markup Language Chapter 13 XML: Extensible Markup Language - Internet applications provide Web interfaces to databases (data sources) - Three-tier architecture Client V Application Programs Webserver V Database Server

More information

AN INTRODUCTION TO WEB PROGRAMMING. Dr. Hossein Hakimzadeh Department of Computer and Information Sciences Indiana University South Bend, IN

AN INTRODUCTION TO WEB PROGRAMMING. Dr. Hossein Hakimzadeh Department of Computer and Information Sciences Indiana University South Bend, IN AN INTRODUCTION TO WEB PROGRAMMING Dr. Hossein Hakimzadeh Department of Computer and Information Sciences Indiana University South Bend, IN HISTORY Developed by Michael Widenius. Initially release in 1995.

More information

A framework to evaluate 5G networks for smart and fail-safe communications

A framework to evaluate 5G networks for smart and fail-safe communications A framework to evaluate 5G networks for smart and fail-safe communications in ERTMS/ETCS Roberto Canonico (*), Stefano Marrone (**), Roberto Nardone (*), and Valeria Vittorini (*) (*) Università degli

More information

Supporting Scalability and Adaptability via ADAptive Middleware And Network Transports (ADAMANT)

Supporting Scalability and Adaptability via ADAptive Middleware And Network Transports (ADAMANT) Supporting Scalability and Adaptability via ADAptive Middleware And Network Transports (ADAMANT) Joe Hoffert, Doug Schmidt Vanderbilt University Mahesh Balakrishnan, Ken Birman Cornell University Motivation

More information

Children needing support to achieve key skills. Children surpassing key skills. Computing Progression in Skills Lower Key Stage Two

Children needing support to achieve key skills. Children surpassing key skills. Computing Progression in Skills Lower Key Stage Two Computing Progression in Skills Lower Key Stage Two Skills Year 3: Understanding Algorithms (programming, coding and control) Solve open ended problems with a floor robot, screen turtle and other programmable

More information

Mine Pit Stability Analysis Using Remote Mapping - A Multidisciplinary Matlab Application

Mine Pit Stability Analysis Using Remote Mapping - A Multidisciplinary Matlab Application Mine Pit Stability Analysis Using Remote Mapping - A Multidisciplinary Matlab Application George Poropat 20 August 2014 ENERGY FLAGSHIP Objective Remote mapping of the orientation and position of exposed

More information

AUTOMATION OF NEUTRON SPECTROMETRY EXPERIMENTS USING NETWORK TECHNOLOGIES

AUTOMATION OF NEUTRON SPECTROMETRY EXPERIMENTS USING NETWORK TECHNOLOGIES AUTOMATION OF NEUTRON SPECTROMETRY EXPERIMENTS USING NETWORK TECHNOLOGIES Ignatovich V.K. a, Salamatin I.M. a, Salamatin K.M. b, Senner A.E. b a JINR, FLNP, Joliot-Kurie 6, Dubna, Moscow reg., 141980 Russia

More information

EARLY PREDICTION OF HARDWARE COMPLEXITY IN HLL-TO-HDL TRANSLATION

EARLY PREDICTION OF HARDWARE COMPLEXITY IN HLL-TO-HDL TRANSLATION UNIVERSITA DEGLI STUDI DI NAPOLI FEDERICO II Facoltà di Ingegneria EARLY PREDICTION OF HARDWARE COMPLEXITY IN HLL-TO-HDL TRANSLATION Alessandro Cilardo, Paolo Durante, Carmelo Lofiego, and Antonino Mazzeo

More information

Importing data in a database with levels

Importing data in a database with levels BioNumerics Tutorial: Importing data in a database with levels 1 Aim In this tutorial you will learn how to import data in a BioNumerics database with levels and how to replicate and summarize level-specific

More information

APPLICATION OF RADON TRANSFORM IN CT IMAGE MATCHING Yufang Cai, Kuan Shen, Jue Wang ICT Research Center of Chongqing University, Chongqing, P.R.

APPLICATION OF RADON TRANSFORM IN CT IMAGE MATCHING Yufang Cai, Kuan Shen, Jue Wang ICT Research Center of Chongqing University, Chongqing, P.R. APPLICATION OF RADON TRANSFORM IN CT IMAGE MATCHING Yufang Cai, Kuan Shen, Jue Wang ICT Research Center of Chongqing University, Chongqing, P.R.China Abstract: When Industrial Computerized Tomography (CT)

More information

XA Transactions in MySQL

XA Transactions in MySQL XA Transactions in MySQL An overview and troubleshooting guide to distributed transactions Dov Endress Senior MySQL DBA July 25th 2018 1 2016 Percona ACID Compliant Distributed Transactions Distributed

More information

N. Marusov, I. Semenov

N. Marusov, I. Semenov GRID TECHNOLOGY FOR CONTROLLED FUSION: CONCEPTION OF THE UNIFIED CYBERSPACE AND ITER DATA MANAGEMENT N. Marusov, I. Semenov Project Center ITER (ITER Russian Domestic Agency N.Marusov@ITERRF.RU) Challenges

More information

Study of data statistics and retrieval for EAST MDSplus data system

Study of data statistics and retrieval for EAST MDSplus data system 11 th IAEA Technical Meeting on Control, Data Acquisition and Remote Participation for Fusion Research 8-12 May 2017, Greifswald, Germany Study of data statistics and retrieval for EAST MDSplus data system

More information

Introduction. Example Databases

Introduction. Example Databases Introduction Example databases Overview of concepts Why use database systems Example Databases University Data: departments, students, exams, rooms,... Usage: creating exam plans, enter exam results, create

More information

Swammerdam Institute for Life Sciences (Universiteit van Amsterdam), 1098 XH Amsterdam, The Netherland

Swammerdam Institute for Life Sciences (Universiteit van Amsterdam), 1098 XH Amsterdam, The Netherland Sparse deconvolution of high-density super-resolution images (SPIDER) Siewert Hugelier 1, Johan J. de Rooi 2,4, Romain Bernex 1, Sam Duwé 3, Olivier Devos 1, Michel Sliwa 1, Peter Dedecker 3, Paul H. C.

More information

Computing Key Skills

Computing Key Skills Expected Year 1 Can they create a simple series of instructions - left and right? Can they record their routes? Do they understand forwards, backwards, up and down? Can they put two instructions together

More information

Data Entry, and Manipulation. DataONE Community Engagement & Outreach Working Group

Data Entry, and Manipulation. DataONE Community Engagement & Outreach Working Group Data Entry, and Manipulation DataONE Community Engagement & Outreach Working Group Lesson Topics Best Practices for Creating Data Files Data Entry Options Data Integration Best Practices Data Manipulation

More information

Database Systems. phpmyadmin Tutorial

Database Systems. phpmyadmin Tutorial phpmyadmin Tutorial Please begin by logging into your Student Webspace. You will access the Student Webspace by logging into the Campus Common site. Go to the bottom of the page and click on the Go button

More information

Continuous Data Recording on Fast Real-Time Systems

Continuous Data Recording on Fast Real-Time Systems EFDA JET CP(09)04/07 L. Zabeo, F. Sartori, A. Neto, F. Piccolo, D. Alves, R. Vitelli, A. Barbalace, G. De Tommasi and JET EFDA contributors Continuous Data Recording on Fast Real-Time Systems This document

More information

Brief history of the MARTe framework

Brief history of the MARTe framework History Brief history of the framework CODAC Meeting Barcelona, September 30, 2013 From to 1 1 CREATE, Università di Napoli Federico II 1 History - From to From to 2 PPCC Control systems in the mid 90s

More information

AimBetter Database Monitor - Version

AimBetter Database Monitor - Version Upgrade Guide v2.0.18.4 AimBetter Database Monitor - Version 2.0.18.4 AimBetter is pleased to bring you this release document with details of our new version v.2.0.18.4 Important Note: In order for the

More information

A statistical database for the trade sector. A prototype of a new data collection tool

A statistical database for the trade sector. A prototype of a new data collection tool COMPSTAT 2004, 16th Symposium of IASC PRAGUE, August 23-27, 2004 A statistical database for the trade sector. A prototype of a new data collection tool Biffignandi S. Dipartimento di Matematica Statistica,

More information

Different Shape Manual Data Processing To Mechanical Data Processing From Electronic Data Processing

Different Shape Manual Data Processing To Mechanical Data Processing From Electronic Data Processing Different Shape Manual Data Processing To Mechanical Data Processing From Electronic Data Processing 1 BUSINESS DATA PROCESSING How to process a business. 3 VARIOUS BUSINESS SYSTEMS:- Payroll or wage control

More information

A Recommender System for Telecom Users

A Recommender System for Telecom Users A Recommender System for Telecom Users Paolo Falcarin, Antonio Vetrò, Jianwu Wang, Jian Yu, Maurizio Morisio Software Engineering Research Group, Dept. of Control and Computer Engineering, Politecnico

More information

Higher National Unit Specification. General information for centres. Unit code: DX33 35

Higher National Unit Specification. General information for centres. Unit code: DX33 35 Higher National Unit Specification General information for centres Unit title: Digital Imaging Project Unit code: DX33 35 Unit purpose: This Unit is designed to apply digital and computer technology within

More information

An introduction to CPLEX And its C++ API

An introduction to CPLEX And its C++ API An introduction to CPLEX And its C++ API Who? Alberto Santini 1 From? 1 Dipartimento di Ingegneria dell Energia Elettrica e dell Informazione, Università di Bologna When? September 29, 2014 Summary What

More information

Representing Graphical Data

Representing Graphical Data Representing Graphical Data Chapman & Chapman, chapters 3,4,5 Richardson 1 Graphics in IT82 What does computer graphics cover? IT82 Input, output, and representation of graphical data Creation of graphics

More information

Unit 29. Installing and Upgrading Software Level 3

Unit 29. Installing and Upgrading Software Level 3 Unit 29 Installing and Upgrading Software Level 3 Todays Session What is software? Types of software Software uses What is software? Software is a collection of instructions that enable the user to interact

More information

Chapter 12. WinGP. Chapter 12 WinGP. Otasuke GP-EX! Acquire WinGP Information or Operate WinGP from User Application 12-5.

Chapter 12. WinGP. Chapter 12 WinGP. Otasuke GP-EX! Acquire WinGP Information or Operate WinGP from User Application 12-5. Chapter 12 WinGP WinGP 12-1 Settings on IPC 12-2 Settings on PC for Screen Creation 12-3 Acquire WinGP Information or Operate WinGP from User Application 12-5 12-0 WinGP WinGP WinGP is an application(*1)

More information

Ing. José A. Mejía Villar M.Sc. Computing Center of the Alfred Wegener Institute for Polar and Marine Research

Ing. José A. Mejía Villar M.Sc. Computing Center of the Alfred Wegener Institute for Polar and Marine Research Ing. José A. Mejía Villar M.Sc. jmejia@awi.de Computing Center of the Alfred Wegener Institute for Polar and Marine Research 29. November 2011 Contents 1. Fedora Commons Repository 2. Federico 3. Federico's

More information

Part III. Issues in Search Computing

Part III. Issues in Search Computing Part III Issues in Search Computing Introduction to Part III: Search Computing in a Nutshell Prior to delving into chapters discussing search computing in greater detail, we give a bird s eye view of its

More information

Access Test Chapters 1 and 2

Access Test Chapters 1 and 2 Access Test Chapters 1 and 2 True/False Indicate whether the statement is true or false. 1. A collection of fields describing a person, place, object, event, or idea is a table. 2. A single set of field

More information

Tomo Tool v.2.0 USER MANUAL. Developed by

Tomo Tool v.2.0 USER MANUAL. Developed by Via G. Puccini, 12/A - 80026 - Casoria (NA) tel. 0817583566 - fax 0817587857 Via Rho, 56-20020 - Lainate (MI) tel. 0293799240 - fax 0293301029 e-mail: info@boviar.com web-site: www.boviar.com Tomo Tool

More information

Database Management Systems MIT Introduction By S. Sabraz Nawaz

Database Management Systems MIT Introduction By S. Sabraz Nawaz Database Management Systems MIT 22033 Introduction By S. Sabraz Nawaz Recommended Reading Database Management Systems 3 rd Edition, Ramakrishnan, Gehrke Murach s SQL Server 2008 for Developers Any book

More information

Year 8 Computing Science End of Term 3 Revision Guide

Year 8 Computing Science End of Term 3 Revision Guide Year 8 Computing Science End of Term 3 Revision Guide Student Name: 1 Hardware: any physical component of a computer system. Input Device: a device to send instructions to be processed by the computer

More information

MATRIX BASED INDEXING TECHNIQUE FOR VIDEO DATA

MATRIX BASED INDEXING TECHNIQUE FOR VIDEO DATA Journal of Computer Science, 9 (5): 534-542, 2013 ISSN 1549-3636 2013 doi:10.3844/jcssp.2013.534.542 Published Online 9 (5) 2013 (http://www.thescipub.com/jcs.toc) MATRIX BASED INDEXING TECHNIQUE FOR VIDEO

More information

Dr Richard Greenaway

Dr Richard Greenaway SCHOOL OF PHYSICS, ASTRONOMY & MATHEMATICS 4PAM1008 MATLAB 1 Introduction to MATLAB Dr Richard Greenaway 1 Introduction to MATLAB 1.1 What is MATLAB? MATLAB is a high-level technical computing language

More information

Data acquisition hardware

Data acquisition hardware Data acquisition hardware Data acquisition (DAQ) is the process of sampling signals that measure real world physical conditions and converting the resulting samples into digital numeric values that can

More information

1. COURSE TITLE Multimedia Signal Processing I: visual signals Course number Course area Course type Course level. 1.5.

1. COURSE TITLE Multimedia Signal Processing I: visual signals Course number Course area Course type Course level. 1.5. 1. COURSE TITLE Multimedia Signal Processing I: visual signals 1.1. Course number 18768 1.2. Course area Computer Science Engineering 1.3. Course type Elective course 1.4. Course level Graduate 1.5. Year

More information

Image Retrieval by Example: Techniques and Demonstrations

Image Retrieval by Example: Techniques and Demonstrations Image Retrieval by Example: Techniques and Demonstrations Elena Stringa, Paul Meylemans 1 and João G.M. Gonçalves Joint Research Centre, 21020 Ispra (VA), ITALY 1 Euratom Safeguards Office, LUXEMBOURG

More information

Development of 3D Image Manipulation Software Utilizing the Microsoft Kinect

Development of 3D Image Manipulation Software Utilizing the Microsoft Kinect Development of 3D Image Manipulation Software Utilizing the Microsoft Kinect A report submitted to the School of Engineering and Energy, Murdoch University in partial fulfilment of the requirements for

More information

AUTODESK ECOTECT ANALYSIS Desktop Component Interface

AUTODESK ECOTECT ANALYSIS Desktop Component Interface AUTODESK ECOTECT ANALYSIS Desktop Component Interface UNIVERSITÀ DEGLI STUDI DI NAPOLI FEDERICO II DiARC DIPARTIMENTO DI ARCHITETTURA arch. Ph.D. Enza Tersigni Master di II livello in Progettazione e riqualificazione

More information

Course Outline. MySQL Database Administration & Design. Course Description: Pre-requisites: Course Content:

Course Outline. MySQL Database Administration & Design. Course Description: Pre-requisites: Course Content: MySQL Database Administration & Design Course Description: MySQL is the open source community's most popular Relational Database Management System (RDBMS) offering, and is a key part of LAMP - Linux, Apache,

More information

Advanced ASP.NET Identity. Brock Allen

Advanced ASP.NET Identity. Brock Allen Advanced ASP.NET Identity Brock Allen brockallen@gmail.com http://brockallen.com @BrockLAllen Advanced The complicated bits of ASP.NET Identity Brock Allen brockallen@gmail.com http://brockallen.com @BrockLAllen

More information

Cloud Storage Submitted in partial fulfillment of the requirement for the award of degree of Bachelor of Technology in Computer Science

Cloud Storage Submitted in partial fulfillment of the requirement for the award of degree of Bachelor of Technology in Computer Science A Seminar report On Cloud Storage Submitted in partial fulfillment of the requirement for the award of degree of Bachelor of Technology in Computer Science SUBMITTED TO: SUBMITTED BY: Acknowledgement I

More information

Emergency Services: Process, Rules and Events

Emergency Services: Process, Rules and Events Emergency Services: Process, Rules and Events Mauricio Salatino, Esteban Aliverti, and Demian Calcaprina Plugtree salaboy@gmail.com Abstract. The Emergency Service Application was built as a blue print

More information

A Novel Triangle-based Method for Scattered Data Interpolation

A Novel Triangle-based Method for Scattered Data Interpolation Applied Mathematical Sciences Vol. 8, 24, no. 34, 677-6724 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ams.24.49686 A Novel Triangle-based Method for Scattered Data Interpolation Salvatore Cuomo,

More information

Relational databases and SQL

Relational databases and SQL Relational databases and SQL Relational Database Management Systems Most serious data storage is in RDBMS Oracle, MySQL, SQL Server, PostgreSQL Why so popular? Based on strong theory, well-understood performance

More information

SELECTED TOPICS in APPLIED COMPUTER SCIENCE

SELECTED TOPICS in APPLIED COMPUTER SCIENCE A Tool for Detecting Detects on Class Implementation in Object Oriented Program on the Basis of the Law of Demeter: Focusing on Dependency between Packages RYOTA CHIBA, HIROAKI HASHIURA and SEIICHI KOMIYA

More information

2.1 What are distributed systems? What are systems? Different kind of systems How to distribute systems? 2.2 Communication concepts

2.1 What are distributed systems? What are systems? Different kind of systems How to distribute systems? 2.2 Communication concepts Chapter 2 Introduction to Distributed systems 1 Chapter 2 2.1 What are distributed systems? What are systems? Different kind of systems How to distribute systems? 2.2 Communication concepts Client-Server

More information

Consumer graphics cards for fast image processing based on the Pixel Shader 3.0 standard

Consumer graphics cards for fast image processing based on the Pixel Shader 3.0 standard Consumer graphics cards for fast image processing based on the Pixel Shader 3.0 standard G. Monti, C. Lindner, F. Puente León, A. W. Koch Technische Universität München, Institute for Measurement Systems

More information

Elena Baralis and Tania Cerquitelli 2013 Politecnico di Torino 1

Elena Baralis and Tania Cerquitelli 2013 Politecnico di Torino 1 Databases Databases Data model Data access Advantages and disadvantages of DBMS Unit 1 Introduction DB M BG2 Information is recorded and exchanged in different forms D B M G4 Information is recorded and

More information

Today Learning outcomes LO2

Today Learning outcomes LO2 2015 2016 Phil Smith Today Learning outcomes LO2 On successful completion of this unit you will: 1. Be able to design and implement relational database systems. 2. Requirements. 3. User Interface. I am

More information

G64DBS Database Systems. G64DBS Module. Recommended Textbook. Assessment. Recommended Textbook. Recommended Textbook.

G64DBS Database Systems. G64DBS Module. Recommended Textbook. Assessment. Recommended Textbook. Recommended Textbook. G64DBS Database Systems Tim Brailsford G64DBS Module Lectures Mondays, 3pm in LT2 Fridays, 4pm in LT3 Labs - TBA Will NOT start until approximately Week 4 Wednesdays, 2-4pm in A32 Tim Brailsford (tjb@cs.nott.ac.uk)

More information

A Login Shell interface for INFN-GRID

A Login Shell interface for INFN-GRID A Login Shell interface for INFN-GRID S.Pardi2,3, E. Calloni1,2, R. De Rosa1,2, F. Garufi1,2, L. Milano1,2, G. Russo1,2 1Università degli Studi di Napoli Federico II, Dipartimento di Scienze Fisiche, Complesso

More information

Course Outline. Querying Data with Transact-SQL Course 20761B: 5 days Instructor Led

Course Outline. Querying Data with Transact-SQL Course 20761B: 5 days Instructor Led Querying Data with Transact-SQL Course 20761B: 5 days Instructor Led About this course This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL 20761B; 5 Days; Instructor-led Course Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can

More information

Shape Modeling of A String And Recognition Using Distance Sensor

Shape Modeling of A String And Recognition Using Distance Sensor Proceedings of the 24th IEEE International Symposium on Robot and Human Interactive Communication Kobe, Japan, Aug 31 - Sept 4, 2015 Shape Modeling of A String And Recognition Using Distance Sensor Keisuke

More information