21
First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 http://www. aei .mpg.de/~soma/ dcr _res.html Soma Mukherjee, 20.02.02 08:37:15 PM

First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,

Embed Size (px)

Citation preview

Page 1: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,

First GEO++ pipeline : analysis of the database.

Soma Mukherjee

AEI-MPG, GEO DA Workshop Feb. 21, 2002

http://www.aei.mpg.de/~soma/dcr_res.html

Soma Mukherjee, 20.02.02 11:47:12 AM

Page 2: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,

Soma Mukherjee20.02.02 / 2

Working in the Matlab environment

Database transported to the local machine from Hannover (130.75.117.76, /tmp/dcrdbase.tar.gz)

ODBC (Open DataBase Connectivity) driver installed.

Modes of commands : Visual Query Builder, Matlab database toolbox commands in association with SQL queries.

Database Toolbox

JDBC/ODBC Bridge

ODBC Driver

For MySQL

Database

Page 3: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 4: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 5: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,

VQB snapshot

Page 6: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,

Soma Mukherjee 21.02.02

Matlab script :

conn=database('dcr','ODBC','') % Connect to database

Curs=exec(conn,’SELECT ALL start_time FROM sngl_burst WHERE ifo= …‘SEI _NBC_SEIS-X’ ORDER BY snr ASC; % execute SQL command

curs=fetch(curs,5);

Close(conn)___________________________________________________________

>>curs.Data = [6943333500] [6943556721]

[6945123456] [6946123456] [6948213456]

Page 7: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,

2/20/2002

Page 8: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 9: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 10: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 11: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 12: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 13: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 14: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 15: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 16: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 17: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 18: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,
Page 19: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,

Conclusions :

•Matlab database exercised.•Scripts written.•Simple data mining exercises accomplished.•Data exploration •Entire hardware/software chain in place to start answering questions from experimentalists.•Getting ready for DCR !

Soma Mukherjee 21.02.02

Page 20: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,

MATLABJDBC/ODBC

Bridge. ODBC Driver

Database

Access to database in Matlab :

Soma Mukherjee, 21/02/02

Page 21: First GEO++ pipeline : analysis of the database. Soma Mukherjee AEI-MPG, GEO DA Workshop Feb. 21, 2002 soma/dcr_res.html Soma Mukherjee,