27
AstroGrid RVO as a AstroGrid RVO as a community center. community center. Distant galaxy discovery Distant galaxy discovery problem problem Alexey Vovchenko Alexey Vovchenko ( ( CMC CMC MSU MSU ) ) RVO Workshop RVO Workshop 10.04.2006 10.04.2006

AstroGrid RVO as a community center. Distant galaxy discovery problem

Embed Size (px)

DESCRIPTION

AstroGrid RVO as a community center. Distant galaxy discovery problem. Alexey Vovchenko ( CMC MSU ) RVO Workshop 10.04.2006. AstroGrid RVO as a community center. - PowerPoint PPT Presentation

Citation preview

Page 1: AstroGrid RVO as a community center. Distant galaxy discovery problem

AstroGrid RVO as a community AstroGrid RVO as a community center.center.

Distant galaxy discovery Distant galaxy discovery problemproblem

Alexey VovchenkoAlexey Vovchenko ( (CMCCMC MSUMSU))

RVO WorkshopRVO Workshop

10.04.200610.04.2006

Page 2: AstroGrid RVO as a community center. Distant galaxy discovery problem

AstroGrid RVO as a community AstroGrid RVO as a community centercenter

• AstroGrid RVO is organized as a community center intended for solving different astronomical problems over distributed repositories of astronomical data accumulated around the world (observations data, problem solution results, services of data and information analysis).

• Put into operation, AstroGrid RVO is considered to be one of the first steps in reaching the objectives of Russian Virtual Observatory informational infrastructure (RVOII).

• The Center has become operational at IPI RAS since October 2005 on the base of the AstroGrid system, developed at the UK and generously granted by the authors to be used for the RVO.

Page 3: AstroGrid RVO as a community center. Distant galaxy discovery problem

Basic facilitiesBasic facilitiesof the AstroGrid RVOof the AstroGrid RVO

• Facilities for problem solving by scientists over information accumulated in the VO (including tools for workflow management, tools for managing common data spaces for the group work, special tools for astronomical data analysis);

• Tools for creating new services for information analysis; • Facilities for setting data management systems and data

sets supported by such systems at the community center;

• Tools for searching in the catalogues of the International Virtual Observatory based on the IVOA standards;

• Tools for publishing astronomical observations results, problem solving results, software services for the RVO Metadata Registries in compliance with the IVOA standards.

Page 4: AstroGrid RVO as a community center. Distant galaxy discovery problem

The first trial of the AstroGrid The first trial of the AstroGrid RVO installation at IPI RASRVO installation at IPI RAS

• In August - September 2005 applying the AstroGrid RVO installation at IPI RAS, as the joint effort of the Special Astrophysical Observatory of RAS (SAO RAS) and IPI RAS, the information processing facilities have been developed and tested for solving the Distant galaxy discovery problem

• The problem statement has been provided by Olga Zhelenkova (SAO RAS)

Page 5: AstroGrid RVO as a community center. Distant galaxy discovery problem

The problem overviewThe problem overview

• The first astronomical problem that has been designed by IPI RAS together with the Special Astrophysical Observatory of RAS (SAO RAS) applying AstroGrid and Aladin is a distant galaxy discovery in the sky strip investigated in the “Cold” deep survey with the RATAN-600 (large Russian radio telescope).

• For the beginning we used RCcatalogue as a list of radio sources.

• The approach applied looks fairly simple. • We need to select optical sources with certain properties

taken from DR 3 SDSS and crosssmatch them with the RCcatalogue.

• The result of the crossmatch may contain candidates for distant galaxies that should be analyzed further applying their images and Aladin capabilities.

Page 6: AstroGrid RVO as a community center. Distant galaxy discovery problem

Information processing steps at Information processing steps at distant galaxy searchdistant galaxy search

1. Radio sources search in RCcatalogue in the given sky area

2. Optical sources search in SDSS DR3 catalogue in the given sky area

3. Optical sources selection on the base of predicates taking into account color values of sources

4. CrossMatch of the radio and optical sources, obtained at the previous steps

5. Download the respective images from FIRST and SDSS images archives, and provide their superposition. Analyze the result

Page 7: AstroGrid RVO as a community center. Distant galaxy discovery problem

CEA-applicationCEA-application, , MySpaceMySpace andand DSADSA

• CEA-interface provides access from the AstroGrid system to the external applications

• Application, accessed from the AstroGrid system by the CEA-interface, is known as CEA-Application

• MySpace is a storage file system for a user data: queries, workflows, intermadiate results and final results

• DSA provides access from the AstroGrid system to local data bases (PostgreSQL and MySQL)

Page 8: AstroGrid RVO as a community center. Distant galaxy discovery problem

Information processing steps in Information processing steps in AstroGrid system and AladinAstroGrid system and Aladin

AstroGrid Workflow:• Step1. RCcatalogue Query• Step2. SDSS Query• Step3. CrossMatch the results, obtained on

pervious steps• Step4. Download images and provide

superposition of them

Aladin:• Step5. Image analysis by a specialist

Page 9: AstroGrid RVO as a community center. Distant galaxy discovery problem

StepStep1. RC1. RCcatalogue Querycatalogue Query

• CEA-Application is launched which execute the ADQL query to the data base, containing the RCcatalogue– The local copy of RCcatalogue has been

created at PostgreSQL, and formed as an AstroGrid DSA component

• Result obtained in the VOTable format has been automatically placed into the MySpace

Page 10: AstroGrid RVO as a community center. Distant galaxy discovery problem

StepStep1. RC1. RCcatalogue Querycatalogue Query

Page 11: AstroGrid RVO as a community center. Distant galaxy discovery problem

Step1: Example of the Step1: Example of the ADQL queryADQL query

SELECT crd.ra, crd.de, cat.name

FROM RCCatalog as cat, CoordEQJ as crd

WHERE cat.coord_id = crd.coord_id

Page 12: AstroGrid RVO as a community center. Distant galaxy discovery problem

Step1: Example of a resultStep1: Example of a result

Page 13: AstroGrid RVO as a community center. Distant galaxy discovery problem

Step2Step2. . SDSS QuerySDSS Query

• CEA-Application is launched, which, applying the web-service provided by SDSS (CasService http://voservices.net/CasService/ws_v1_0/CasService.asmx ), executes the query

• Result obtained in the VOTable format has been automatically placed into the MySpace

Page 14: AstroGrid RVO as a community center. Distant galaxy discovery problem

Step2: Example of a queryStep2: Example of a query

SELECT

ra=cast(ra as real), [dec]=cast([dec] as real), objid, u, g, i, r, z,

colorIndexURG=(u+r)/2.0-g

FROM PhotoPrimary

WHERE ra BETWEEN 225.0 AND 225.5

AND [dec] BETWEEN 4.0 AND 5.61

AND r BETWEEN 15.0 AND 23.0

Page 15: AstroGrid RVO as a community center. Distant galaxy discovery problem

Step2Step2. . SDSS QuerySDSS Query

Page 16: AstroGrid RVO as a community center. Distant galaxy discovery problem

StepStep3. 3. CrossMatch the resultsCrossMatch the results

• CrossMatch the result of two previous steps using CrossMatcher provided by AstroGrid (ivo://org.astrogrid/CrossMatcher).

• Result obtained in VOTable format has been automatically placed into the MySpace

• The result of the CrossMatch may contain candidates for distant galaxies

Page 17: AstroGrid RVO as a community center. Distant galaxy discovery problem

StepStep3. 3. CrossMatch the resultsCrossMatch the results

Page 18: AstroGrid RVO as a community center. Distant galaxy discovery problem

StepStep4. 4. Downloading images and Downloading images and providing superposition of themproviding superposition of them

Page 19: AstroGrid RVO as a community center. Distant galaxy discovery problem

Aladin ScriptAladin Script

• reset; grid;• get DSS.ESO(DSS1,14.1,14.1) + adress + 5'; sync;• get NVSS(0.2,15.0,Stokes I,Sine) + adress + 5';• sync; contour 4;• get FIRST(10) + adress + 5';• sync; contour 4;• get SDSSDR3cat + adress + 1';• sync;• get VizieR(2mass) + adress + 1';• sync;• show 1; hide NVSS FIRST;• backup st.aj

Page 20: AstroGrid RVO as a community center. Distant galaxy discovery problem

StepStep4. 4. Downloading images and Downloading images and providing superposition of themproviding superposition of them

Page 21: AstroGrid RVO as a community center. Distant galaxy discovery problem

StepStep5. 5. Image analysisImage analysis by a by a specialistspecialist

• Launching Aladin (version 3.030_votech)

• Launching Workbench

• Opening Aladin stack, saved in MySpace on a previous step

• Viewing, analyzing, probably editing obtained images using Aladin tools

Page 22: AstroGrid RVO as a community center. Distant galaxy discovery problem

Step5: An example of MySpace Step5: An example of MySpace access from Aladinaccess from Aladin

Page 23: AstroGrid RVO as a community center. Distant galaxy discovery problem

Step5: An example of images Step5: An example of images obtained by Aladinobtained by Aladin

Page 24: AstroGrid RVO as a community center. Distant galaxy discovery problem

Step5: An example of images Step5: An example of images obtained by Aladinobtained by Aladin

Page 25: AstroGrid RVO as a community center. Distant galaxy discovery problem

Distant galaxy discovery tools Distant galaxy discovery tools (reported in the talk) applying the (reported in the talk) applying the AstroGrid RVO and Aladin will be AstroGrid RVO and Aladin will be

demonstrated tomorrow at the demonstrated tomorrow at the demo session (starts at 11:50)demo session (starts at 11:50)

Page 26: AstroGrid RVO as a community center. Distant galaxy discovery problem

Как стать пользователем Как стать пользователем системы АстроГрид РВОсистемы АстроГрид РВО

• Для того, чтобы стать пользователем АстроГрид РВО, необходимо послать электронное письмо по адресу [email protected]. Письмо должно содержать следующую информацию:

– имя, фамилия, e-mail, [почтовый адрес, телефон] контактного лица, желающего зарегистрировать пользователя или группу пользователей в АстроГрид РВО;

– наименование, [почтовый адрес, телефон] организации, которую представляет контактное лицо;

– список имен пользователей АстроГрид РВО (имя пользователя должно состоять из символов латинского алфавита, числом не менее 5);

– список желаемых имен групп и желаемое разбиение пользователей на группы.

• В случае, если вся необходимая информация предоставлена в корректном виде, пользователи (группы пользователей) будут зарегистрированы в сообществе ipi.ac.ru АстроГрид РВО. По указанному контактному электронному адресу будут высланы пароли для входа в портал АстроГрид РВО. Вход в портал осуществляется по адресу

• http://astrogrid.ipi.ac.ru:8080/astrogrid-portal/

Page 27: AstroGrid RVO as a community center. Distant galaxy discovery problem

Как стать пользователем Как стать пользователем системы АстроГрид РВОсистемы АстроГрид РВО

• Базы данных, а также программные сервисы могут быть размещены на серверах АстроГрид РВО в ИПИ РАН. Заявку на размещение необходимо послать по адресу [email protected]. Заявка должно содержать следующую информацию: – имя, фамилия, e-mail, [почтовый адрес, телефон] контактного лица,

желающего разместить сервис или базу данных на сервере АстроГрид РВО;

– наименование, [почтовый адрес, телефон] организации, которую представляет контактное лицо;

– краткое описание сервиса или базы данных, предлагаемых для размещения.

• Дальнейшее согласование по вопросам размещения будет проводиться по электронной почте.

• Согласование о порядке проведения возможных консультаций по пользованию АстроГрид РВО осуществляется по электронной почте [email protected] или телефонам в Москве (495) 1292098, 1291843.