Euclid Consortium The Euclid Challenges. Pierre Dubath SDC-CH Department of Astronomy University of Geneva. IAU Symposium 325.

Size: px
Start display at page:

Download "Euclid Consortium The Euclid Challenges. Pierre Dubath SDC-CH Department of Astronomy University of Geneva. IAU Symposium 325."

Transcription

1 The Challenges Pierre Dubath SDC-CH Department of Astronomy University of Geneva IAU Symposium 325 Astroinformatics Sorrento (Italy), October 20-24, 2016 data processing challenges 1

2 List of Collaborators Nikolaos Apostolakos, Andrea Bonchi, Andrey Belikov, Massimo Brescia, Peter Capak, Jean Coupon, Christophe Dabin, Hubert Degaudenzi, Shantanu Desai, Florian Dubath, Adriano Fontana, Sotiria Fotopoulou, Marco Frailis, Audrey Galametz, Catherine Grenet, John Hoar, Mark Holliman, Ben Hoyle, Olivier Ilbert, Martin Kuemmel, Clotilde Laigle, Giuseppe Longo, Henry Joy McCracken, Martin Melchior, Yannick Mellier, Joe Mohr, Nicolas Morisset, Stéphane Paltani, Roser Pello, Stefano Pilo, Gianluca Polenta, Maurice Poncet, Roberto Saglia, Mara Salvato, Marc Sauvage, Marc Schefer, Marco Scodeggio, Stella Seitz, Santiago Serrano, Marco Soldati, Andrea Tramacere, Rees Williams, Andrea Zacchei, etc. data processing challenges 2

3 Outline 1.Science and mission overview 2.Instruments and data analysis 3.Software development 4.Software integration and operation preparation 5.Swiss Science Data Center (SDC-CH) major tasks This presentation targets a non- audience Focus on data processing aspects of the mission data processing challenges 3

4 An Ever Expanding Universe? Physics Nobel Price 2011 Discovery of the accelerated expansion of the Universe through distant supernovae observations Perlmutter, Schmidt and Riess data processing challenges 4

5 The mission main goal 27% 5% 68% What is the Nature of the Dark Matter and Energy? data processing challenges 5

6 The mission ESA medium scientific Cosmology mission selected in 2011 Soyuz launch from Kourou to L2 in 2020 and 6 year mission Survey of 15'000 square degrees : Optical and NIR images and NIR spectra shape and distance measurements of billions of galaxies Constraints on cosmology models from different types of measurements (or probes): Gravitational (strong and weak) lensing Baryonic Acoustic Oscillation (BAO) Integrated Sachs-Wolfe (ISW) effect (galaxy clusters) Redshift-space distortions (Kaiser effect) data processing challenges 6

7 Weak lensing illustration Masses bend light paths! data processing challenges 7

8 data processing challenges 8

9 3D dark matter map, COSMOS field NASA, ESA, R. Massey (California Institute of Technology). data processing challenges 9

10 Baryonic Acoustic Oscillation data processing challenges 10

11 Strong Lensing Beautiful images... but, only legacy science! will lead to the detection of very large numbers of strong lenses at cluster and galaxy scales data processing challenges 11

12 The Spacecraft 1.2m Korsch Silicon Carbide primary mirror data processing challenges 12

13 data processing challenges 13

14 and ground photometry for PHZ! Dark Energy Survey (DES), Kilo-Degree Survey(KiDS), LSST (?), Javalahambre/Spain, Subaru/Japan (?), CFHT/Canada data processing challenges 14

15 Processing budget Storage (PB) Computing (kilo cores / year) Numbers from Christophe tk1 data processing challenges 15

16 Processing functional break down MOC Ground Station SIM : simulated data OPS SOC Level 1 LE1 VIS NIR SIR Level E EXT SIM Level 2 Level S MER SPE PHZ SHE Level 3 LE3 VIS : visible calibrated frames NIR : near IR calibrated frames SIR : calibrated 1-D spectra EXT : calibrated ground frames MER : catalog with consistent photometry and spectroscopy SPE : spectroscopic redshifts PHZ : photometric redshifts SHE : shape measurements LE3 : high-level processing data processing challenges 16

17 data flow data processing challenges 17

18 SGS organization data processing challenges 18

19 SGS organization OU task : Algorithms specification & validation data processing challenges 19

20 SGS organization SDC task : Software development and Data processing OU task : Algorithms specification & validation data processing challenges 20

21 Software Development C++ and Python languages One reference platform Linux from the Red Hat family (currently CentOS7) Set of common libraries (EDEN) Software development on a virtual machine (LODEEN) RPM packaging XML-based common data model A common building and packaging framework data processing challenges 21

22 Elements framework Elements is a Cmake-based building and packaging framework (capitalizing on CERN expertise) featuring : a standard source code structure easy software building according to CMakeLists.txt instructions automated RPM packaging (make rpm) basic services, such as program option handling and logging data processing challenges 22

23 Projects (Elements Framework) data processing challenges 23

24 Distributed data processing SDC Processing & Local Archive SOC Processing & Local Archive Metadata Data Base SDC Processing & Local Archive 10+ SDCs involved Central metadata database SDC Processing & Local Archive Data centric approach: software runs were the required data has been shipped In each SDC SDC Processing & Local Archive SDC Processing & Local Archive Data Products Metadata Updates Metadata Queries SDC Processing & Local Archive Distributed processing management tools Computing infrastructure for Archive System processing storage data processing challenges 24

25 Distributed Processing Infrastructure Processing Control (Processing Order Definition) SDC y SDC z SDC x Archive System Science Archive Meta-Data Storage XML Data Storage File Infrastructure Abstraction Layer (IAL) Software Continuous Integration and Deployment (CernVM FS) Computing Infrastructure data processing challenges Monitoring (Icinga) 25

26 Infrastructure Abstraction Layer Processing Order Definition Metadata Data Base Polls Processing Orders Fetches inputs from EAS and prepares workspace Ingests outputs into EAS Meta Scheduler SDC Data Storage Work Space Compute Nodes Contains all inputs, outputs, intermediary data for pipeline runs. Pipeline Run Server IAL DRM Queuing System Creates and traverses data fow graph IAL Host Submits and Submission Host, HPC monitors HPC jobs data processing challenges 26

27 Challenge-driven development Iterative development through the planning of a number of incremental integration tests Series of challenges for different aspects of the system weak lensing (Great) infrastructure science photometric redshifts Consolidation of the interfaces (Common Data Model) data processing challenges 27

28 Infrastructure Challenge 6 Processing Control (COORS) (Processing Orders) SDC y SDC z SDC x Archive System Science Archive Meta-Data Storage XML Data Storage File preliminary versions of (almost) all components involving almost all SDCs! Infrastructure Abstraction Layer (IAL) Software Continuous Integration and Deployment (CernVM FS) Computing Infrastructure data processing challenges Monitoring (Icinga) 28

29 Science challenges 2 and 3 MOC Ground Station OPS SOC Level 1 Science 2 challenge (spring 2016) LE1 Level E VIS NIR SIR EXT SIM Level 2 Level S SPE Level 3 Science 3 challenge (spring 2017) MER PHZ SHE LE3 data processing challenges 29

30 SDC-CH major tasks Develop and provide the Elements building and packaging framework to the collaboration Photometric redshift-related software development Phosphoros : template fitting algorithm implementation PHZ pipeline combining template fitting and machine learning algorithms Strong lens detection Contribution to algorithm exploration (Paraficz et al (Tramacere et al Development of a new (SExtractor) framework in C++ data processing challenges 30

31 Phosphoros challenge results data processing challenges 31

32 SExtractor++ A new modular and extensible SExtractor framework For the astronomical and the communities Long term maintenance and evolution perspectives Modern software design API based on interfaces Single responsibility principles Design patterns BOOST plugin system for adding algorithm steps Collaboration between Emmanuel Bertin and the community data processing challenges 32

33 SExtractor++ status Framework ready Simplified aperture photometry : SExtractor comparison! SExtractor Multi-frame model fitting SExtractor++ data processing challenges 33

34 Conclusions challenges: science goals, hardware development, algorithm determination, software development, etc... Challenge-driven development : best approach for building up software systems through large collaborations? Possible extra benefits for the astronomical community: The Elements building and packaging framework Part of the Infrastructure Abstraction Layer (IAL) Science tools, such as Phosphoros and SExtractor data processing challenges 34

35 Thanks for your attention! data processing challenges 35

BIDS 2016 Santa Cruz de Tenerife

BIDS 2016 Santa Cruz de Tenerife BIDS 2016 Santa Cruz de Tenerife 1 EUCLID: Orchestrating the software development and the scientific data production in a map reduce paradigm Christophe Dabin (CNES) M. Poncet, K. Noddle, M. Holliman,

More information

Euclid Archive Science Archive System

Euclid Archive Science Archive System Euclid Archive Science Archive System Bruno Altieri Sara Nieto, Pilar de Teodoro (ESDC) 23/09/2016 Euclid Archive System Overview The EAS Data Processing System (DPS) stores the data products metadata

More information

Euclid Science Ground Segment (SGS) Processing Operations Concept

Euclid Science Ground Segment (SGS) Processing Operations Concept SpaceOps Conferences 28 May - 1 June 2018, Marseille, France 2018 SpaceOps Conference 10.2514/6.2018-2433 Euclid Science Ground Segment (SGS) Processing Operations Concept Maurice Poncet, 1 Christophe

More information

Using CernVM-FS to deploy Euclid processing S/W on Science Data Centres

Using CernVM-FS to deploy Euclid processing S/W on Science Data Centres Using CernVM-FS to deploy Euclid processing S/W on Science Data Centres M. Poncet (CNES) Q. Le Boulc h (IN2P3) M. Holliman (ROE) On behalf of Euclid EC SGS System Team ADASS 2016 1 Outline Euclid Project

More information

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA Sara Nieto on behalf of B.Altieri, G.Buenadicha, J. Salgado, P. de Teodoro European Space Astronomy Center, European Space Agency, Spain O.R.

More information

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA

THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA THE EUCLID ARCHIVE SYSTEM: A DATA-CENTRIC APPROACH TO BIG DATA Rees Williams on behalf of A.N.Belikov, D.Boxhoorn, B. Dröge, J.McFarland, A.Tsyganov, E.A. Valentijn University of Groningen, Groningen,

More information

Data federations and its applications

Data federations and its applications Data federations and its applications Edwin A. Valentijn Prof Astronomical Information Technology Target- OmegaCEN Kapteyn 20 Oktober 2016 IAU Symp. Astro Informatics Sorrento Astro-WISE Data federations

More information

Performance-related aspects in the Big Data Astronomy Era: architects in software optimization

Performance-related aspects in the Big Data Astronomy Era: architects in software optimization Performance-related aspects in the Big Data Astronomy Era: architects in software optimization Daniele Tavagnacco - INAF-Observatory of Trieste on behalf of EUCLID SDC-IT Design and Optimization image

More information

University of Groningen

University of Groningen University of Groningen The Euclid Archive System: A Datacentric Approach to Big Data Belikov, Andrey; Williams, Owen; Altieri, Bruno; Boxhoorn, Danny; Buenadicha, Guillermo ; Droge, Bob; McFarland, John;

More information

Computational synergies between LSST and SKA

Computational synergies between LSST and SKA Computational synergies between LSST and SKA Bob Mann University of Edinburgh LSST:UK Project Leader www.lsst.ac.uk LSST:UK Consortium LSST:UK Science Centre Scientific synergies Bacon et al (arxiv: 1501.03977)

More information

The Computation and Data Needs of Canadian Astronomy

The Computation and Data Needs of Canadian Astronomy Summary The Computation and Data Needs of Canadian Astronomy The Computation and Data Committee In this white paper, we review the role of computing in astronomy and astrophysics and present the Computation

More information

OU-VIS: Status. H.J. McCracken. and the OU-VIS team

OU-VIS: Status. H.J. McCracken. and the OU-VIS team OU-VIS: Status H.J. McCracken and the OU-VIS team What is OU-VIS for? From raw VIS data, create the algorithms and software to produce calibrated images suitable for cosmic shear measurement Implications:

More information

The Euclid Ground Segment Design for File-based Operations

The Euclid Ground Segment Design for File-based Operations The Euclid Ground Segment Design for File-based Operations Frank Keck, Felix Flentge, Colin Haddow, Guillermo Buenadicha 14/03/2017 ESA UNCLASSIFIED - Releasable to the Public 2017 by European Space Agency.

More information

Spitzer Heritage Archive

Spitzer Heritage Archive Spitzer Heritage Archive Xiuqin Wu, Trey Roby, Loi Ly IRSA/SSC, California Institute of Technology, 100-22, Pasadena, CA, USA ABSTRACT The Spitzer Heritage Archive 1 will host all the raw and final reprocessed

More information

CC-IN2P3 / NCSA Meeting May 27-28th,2015

CC-IN2P3 / NCSA Meeting May 27-28th,2015 The IN2P3 LSST Computing Effort Dominique Boutigny (CNRS/IN2P3 and SLAC) on behalf of the IN2P3 Computing Team CC-IN2P3 / NCSA Meeting May 27-28th,2015 OSG All Hands SLAC April 7-9, 2014 1 LSST Computing

More information

The IPAC Research Archives. Steve Groom IPAC / Caltech

The IPAC Research Archives. Steve Groom IPAC / Caltech The IPAC Research Archives Steve Groom IPAC / Caltech IPAC overview The Infrared Processing and Analysis Center (IPAC) at Caltech is dedicated to science operations, data archives, and community support

More information

Summary of Data Management Principles

Summary of Data Management Principles Large Synoptic Survey Telescope (LSST) Summary of Data Management Principles Steven M. Kahn LPM-151 Latest Revision: June 30, 2015 Change Record Version Date Description Owner name 1 6/30/2015 Initial

More information

(1) Department of Physics University Federico II, Via Cinthia 24, I Napoli, Italy (2) INAF Astronomical Observatory of Capodimonte, Via

(1) Department of Physics University Federico II, Via Cinthia 24, I Napoli, Italy (2) INAF Astronomical Observatory of Capodimonte, Via (1) Department of Physics University Federico II, Via Cinthia 24, I-80126 Napoli, Italy (2) INAF Astronomical Observatory of Capodimonte, Via Moiariello 16, I-80131 Napoli, Italy To measure the distance

More information

PROCESSING THE GAIA DATA IN CNES: THE GREAT ADVENTURE INTO HADOOP WORLD

PROCESSING THE GAIA DATA IN CNES: THE GREAT ADVENTURE INTO HADOOP WORLD CHAOUL Laurence, VALETTE Véronique CNES, Toulouse PROCESSING THE GAIA DATA IN CNES: THE GREAT ADVENTURE INTO HADOOP WORLD BIDS 16, March 15-17th 2016 THE GAIA MISSION AND DPAC ARCHITECTURE AGENDA THE DPCC

More information

ublic ESO Spectroscopic Survey of Transient Objects ESSTO Data Handling and Archive System

ublic ESO Spectroscopic Survey of Transient Objects ESSTO Data Handling and Archive System ublic ESO Spectroscopic Survey of Transient Objects ESSTO Data Handling and Archive System R. Smareglia 1, I. Arcavi 3, A. Gal-Yam 3, C. Knapic 1, M. Molinaro 1, S. Smartt 2, S. Valenti 1, O. Yaron 3,

More information

George S. Djorgovski, Ciro Donalek, Ashish Mahabal

George S. Djorgovski, Ciro Donalek, Ashish Mahabal George S. Djorgovski, Ciro Donalek, Ashish Mahabal Giuseppe Longo, Marianna Annunziatella, Stefano Cavuoti, Mauro Garofalo, Marisa Guglielmo, Ettore Mancini, Francesco Manna, Alfonso Nocella, Luca Pellecchia,

More information

Distributed Archive System for the Cherenkov Telescope Array

Distributed Archive System for the Cherenkov Telescope Array Distributed Archive System for the Cherenkov Telescope Array RIA-653549 Eva Sciacca, S. Gallozzi, A. Antonelli, A. Costa INAF, Astrophysical Observatory of Catania INAF, Astronomical Observatory of Rome

More information

WISE Science Data Center

WISE Science Data Center WISE R. Cutri Infrared Processing and Analysis Center RMC: 28-1 MOS Functional Block Diagram TDRSS WHITE SANDS COMPLEX TDRSS Uplink ENGINEERING OPERATIONS SYSTEM (JPL) AND ESMC EOS OPERATIONS Command Generation

More information

The Portal Aspect of the LSST Science Platform. Gregory Dubois-Felsmann Caltech/IPAC. LSST2017 August 16, 2017

The Portal Aspect of the LSST Science Platform. Gregory Dubois-Felsmann Caltech/IPAC. LSST2017 August 16, 2017 The Portal Aspect of the LSST Science Platform Gregory Dubois-Felsmann Caltech/IPAC LSST2017 August 16, 2017 1 Purpose of the LSST Science Platform (LSP) Enable access to the LSST data products Enable

More information

THE SQUARE KILOMETER ARRAY (SKA) ESD USE CASE

THE SQUARE KILOMETER ARRAY (SKA) ESD USE CASE THE SQUARE KILOMETER ARRAY (SKA) ESD USE CASE Ronald Nijboer Head ASTRON R&D Computing Group With material from Chris Broekema (ASTRON) John Romein (ASTRON) Nick Rees (SKA Office) Miles Deegan (SKA Office)

More information

Outline: SIM pipeline integration with Euclid tools SDC-ES infrastructure and running setting Production so far How to run the SIM pipeline

Outline: SIM pipeline integration with Euclid tools SDC-ES infrastructure and running setting Production so far How to run the SIM pipeline SDC-ES Operations Goals: Run the SIM code in other SDCs Distribute the SIM production Motivations: Integration and optimization Debug Technical tests 13/01/2016 OUSIM meeting N.Tonello, PIC Barcelona 1

More information

Giovanni Lamanna LAPP - Laboratoire d'annecy-le-vieux de Physique des Particules, Université de Savoie, CNRS/IN2P3, Annecy-le-Vieux, France

Giovanni Lamanna LAPP - Laboratoire d'annecy-le-vieux de Physique des Particules, Université de Savoie, CNRS/IN2P3, Annecy-le-Vieux, France Giovanni Lamanna LAPP - Laboratoire d'annecy-le-vieux de Physique des Particules, Université de Savoie, CNRS/IN2P3, Annecy-le-Vieux, France ERF, Big data & Open data Brussels, 7-8 May 2014 EU-T0, Data

More information

Mining Massive Data Sets With CANFAR and Skytree. Nicholas M. Ball Canadian Astronomy Data Centre National Research Council Victoria, BC, Canada

Mining Massive Data Sets With CANFAR and Skytree. Nicholas M. Ball Canadian Astronomy Data Centre National Research Council Victoria, BC, Canada Mining Massive Data Sets With CANFAR and Skytree Nicholas M. Ball Canadian Astronomy Data Centre National Research Council Victoria, BC, Canada Collaborators David Schade (CADC) Alex Gray (Skytree and

More information

Conference The Data Challenges of the LHC. Reda Tafirout, TRIUMF

Conference The Data Challenges of the LHC. Reda Tafirout, TRIUMF Conference 2017 The Data Challenges of the LHC Reda Tafirout, TRIUMF Outline LHC Science goals, tools and data Worldwide LHC Computing Grid Collaboration & Scale Key challenges Networking ATLAS experiment

More information

National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology WISE Archive.

National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology WISE Archive. Bruce Berriman / Steve Groom Infrared Science Archive (IRSA), IPAC/Caltech GBB/SLG - 1 WSDC Functional Block Diagram White Sands JPL UCLA HRP H/K MOS Maneuvers SOC Science Team Images FTP Site Ancillary

More information

Science User Interface and Tools: Status. David R. Ciardi & Xiuqin Wu On Behalf of the SUIT Team at IPAC

Science User Interface and Tools: Status. David R. Ciardi & Xiuqin Wu On Behalf of the SUIT Team at IPAC Science User Interface and Tools: Status David R. Ciardi & Xiuqin Wu On Behalf of the SUIT Team at IPAC 1 Building the SUIT Vision Given the speed with which web technologies evolve, SUIT was intentionally

More information

Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy

Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy Exploiting Virtual Observatory and Information Technology: Techniques for Astronomy Nicholas Walton AstroGrid Project Scientist Institute of Astronomy, The University of Cambridge Lecture #3 Goal: Applications

More information

VIRTUAL OBSERVATORY TECHNOLOGIES

VIRTUAL OBSERVATORY TECHNOLOGIES VIRTUAL OBSERVATORY TECHNOLOGIES / The Johns Hopkins University Moore s Law, Big Data! 2 Outline 3 SQL for Big Data Computing where the bytes are Database and GPU integration CUDA from SQL Data intensive

More information

Euclid Near InfraRed Spectrograph (ENIS) Focal Plane

Euclid Near InfraRed Spectrograph (ENIS) Focal Plane Euclid Near InfraRed Spectrograph (ENIS) Focal Plane F. Bortoletto, C. Bonoli, E. Giro (INAF-OAPD) V. De Caprio (INAF-IASFMI) L. Corcione, S. Ligori (INAF-OATO) G. Morgante (INAF-IASFBO) Introduction The

More information

irods for Data Management and Archiving UGM 2018 Masilamani Subramanyam

irods for Data Management and Archiving UGM 2018 Masilamani Subramanyam irods for Data Management and Archiving UGM 2018 Masilamani Subramanyam Agenda Introduction Challenges Data Transfer Solution irods use in Data Transfer Solution irods Proof-of-Concept Q&A Introduction

More information

Using the PDS Analyst s Notebook with ChemCam

Using the PDS Analyst s Notebook with ChemCam Lunar and Planetary Science Conference, March 16 th, 2014 NASA/JPL-Caltech/MSSS COMMUNITY USER WORKSHOP ON PLANETARY LIBS (CHEMCAM) DATA Using the PDS Analyst s Notebook with ChemCam Tom Stein PSD Geosciences

More information

Adaptive selfcalibration for Allen Telescope Array imaging

Adaptive selfcalibration for Allen Telescope Array imaging Adaptive selfcalibration for Allen Telescope Array imaging Garrett Keating, William C. Barott & Melvyn Wright Radio Astronomy laboratory, University of California, Berkeley, CA, 94720 ABSTRACT Planned

More information

The Virtual Observatory and the IVOA

The Virtual Observatory and the IVOA The Virtual Observatory and the IVOA The Virtual Observatory Emergence of the Virtual Observatory concept by 2000 Concerns about the data avalanche, with in mind in particular very large surveys such as

More information

DevOps Ignition to reach Galaxy continuous integration

DevOps Ignition to reach Galaxy continuous integration DevOps Ignition to reach Galaxy continuous integration Olivier Inizan, Mikael Loaec, Jonathan Kreplak and Hadi Quesneville. INRA URGI, RD 10 route de Saint Cyr 78026 Versailles Cedex NOM DE L AUTEUR /

More information

Prototypes of a Computational Grid for the Planck Satellite

Prototypes of a Computational Grid for the Planck Satellite ASTRONOMICAL DATA ANALYSIS SOFTWARE AND SYSTEMS XIV ASP Conference Series, Vol. 347, 2005 P. L. Shopbell, M. C. Britton, and R. Ebert, eds. Prototypes of a Computational Grid for the Planck Satellite Giuliano

More information

TECHNICAL REPORT. There will be two types of ingest into the I&T Data Archive; package based, and file based (for FITS files only).

TECHNICAL REPORT. There will be two types of ingest into the I&T Data Archive; package based, and file based (for FITS files only). TECHNICAL REPORT Title: JWST I&T Data Archive Operations Concept Authors: Rusty Whitman Phone: 410-338-5042 Doc #: JWST-STScI-001658, Date: February 2, 2009 Rev: - Release Date: February 13, 2009 1.0 Introduction

More information

Self-driving Datacenter: Analytics

Self-driving Datacenter: Analytics Self-driving Datacenter: Analytics George Boulescu Consulting Systems Engineer 19/10/2016 Alvin Toffler is a former associate editor of Fortune magazine, known for his works discussing the digital revolution,

More information

JWST Pipeline & Data Products

JWST Pipeline & Data Products JWST Pipeline & Data Products Stage 1: Ramps-to-Slopes Karl D. Gordon JWST Calibration WG Lead Space Telescope Sci. Inst. Baltimore, MD, USA Stage 2: Calibrated Slopes Stage 3: Ensemble Processing Star

More information

Data mining and Knowledge Discovery Resources for Astronomy in the Web 2.0 Age

Data mining and Knowledge Discovery Resources for Astronomy in the Web 2.0 Age Data mining and Knowledge Discovery Resources for Astronomy in the Web 2.0 Age Stefano Cavuoti Department of Physics University Federico II Napoli INAF Capodimonte Astronomical Observatory Napoli Massimo

More information

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and private study only. The thesis may not be reproduced elsewhere

More information

European Data Relay Satellite System EDA Workshop

European Data Relay Satellite System EDA Workshop European Data Relay Satellite System EDA Workshop Brussels 7/06/2011 Agenda 1. Rationale for Data Relay Services 2. Potential benefits for Earth Observation systems 3. EDRS Programme principles, targeted

More information

The VITO Earth Observation LTDA Facility

The VITO Earth Observation LTDA Facility 15/12/2009 The VITO Earth Observation LTDA Facility PV2009 Madrid Martine Paepen VITO Flemish Institute for Technological Research Boeretang 200, B-2400 Mol, Belgium Tel: +32 14 33.67.21 martine.paepen@vito.be

More information

Italy - Information Day: 2012 FP7 Space WP and 5th Call. Peter Breger Space Research and Development Unit

Italy - Information Day: 2012 FP7 Space WP and 5th Call. Peter Breger Space Research and Development Unit Italy - Information Day: 2012 FP7 Space WP and 5th Call Peter Breger Space Research and Development Unit Content Overview General features Activity 9.1 Space based applications and GMES Activity 9.2 Strengthening

More information

HIGH-PERFORMANCE STORAGE FOR DISCOVERY THAT SOARS

HIGH-PERFORMANCE STORAGE FOR DISCOVERY THAT SOARS HIGH-PERFORMANCE STORAGE FOR DISCOVERY THAT SOARS OVERVIEW When storage demands and budget constraints collide, discovery suffers. And it s a growing problem. Driven by ever-increasing performance and

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Questions about SkyServer 1. What is SkyServer? 2. What is the Sloan Digital Sky Survey? 3. How do I get around the site? 4. What can I see on SkyServer? 5. Where in the sky

More information

Euclid Mission Database

Euclid Mission Database Euclid Mission Database Roland D. Vavrek ESA / European Space Astronomy Centre 2016 Euclid Photometric Calibration Workshop Euclid Mission Database (MDB) Based on the Gaia Parameter Database design Centralized,

More information

Time Domain Alerts from LSST & ZTF

Time Domain Alerts from LSST & ZTF Time Domain Alerts from LSST & ZTF Eric Bellm University of Washington LSST DM Alert Production Science Lead ZTF Project Scientist -> ZTF Survey Scientist for the LSST Data Management Team and the ZTF

More information

Leveraging Software-Defined Storage to Meet Today and Tomorrow s Infrastructure Demands

Leveraging Software-Defined Storage to Meet Today and Tomorrow s Infrastructure Demands Leveraging Software-Defined Storage to Meet Today and Tomorrow s Infrastructure Demands Unleash Your Data Center s Hidden Power September 16, 2014 Molly Rector CMO, EVP Product Management & WW Marketing

More information

Top 4 considerations for choosing a converged infrastructure for private clouds

Top 4 considerations for choosing a converged infrastructure for private clouds Top 4 considerations for choosing a converged infrastructure for private clouds Organizations are increasingly turning to private clouds to improve efficiencies, lower costs, enhance agility and address

More information

The Materials Data Facility

The Materials Data Facility The Materials Data Facility Ben Blaiszik (blaiszik@uchicago.edu), Kyle Chard (chard@uchicago.edu) Ian Foster (foster@uchicago.edu) materialsdatafacility.org What is MDF? We aim to make it simple for materials

More information

Sampling Site Close-Up Camera for Small Body Sample Return Mission

Sampling Site Close-Up Camera for Small Body Sample Return Mission Sampling Site Close-Up Camera for Small Body Sample Return Mission Naoko Ogawa *1 Hirohide Demura *2 Naru Hirata *2 Hajime Yano *1*3 Makoto Yoshikawa *1*3 *1 JAXA Space Exploration Center, JAXA *2 The

More information

The Next Generation PDS Archive Data Standards

The Next Generation PDS Archive Data Standards The Next Generation PDS Archive Data Standards J. Steven Hughes (1), Anne Raugh (2), Mitch Gordon (3), Edward Guinness (4), Ron Joyner (1), Lyle Huber (5), Elizabeth Rye (1), Dan Crichton (1), Steve Joy

More information

THE NATIONAL DATA SERVICE(S) & NDS CONSORTIUM A Call to Action for Accelerating Discovery Through Data Services we can Build Ed Seidel

THE NATIONAL DATA SERVICE(S) & NDS CONSORTIUM A Call to Action for Accelerating Discovery Through Data Services we can Build Ed Seidel THE NATIONAL DATA SERVICE(S) & NDS CONSORTIUM A Call to Action for Accelerating Discovery Through Data Services we can Build Ed Seidel National Center for Supercomputing Applications University of Illinois

More information

einfrastructures Concertation Event

einfrastructures Concertation Event einfrastructures Concertation Event Steve Crumb, Executive Director December 5, 2007 OGF Vision & Mission Our Vision: The Open Grid Forum accelerates grid adoption to enable scientific discovery and business

More information

The Square Kilometre Array. Miles Deegan Project Manager, Science Data Processor & Telescope Manager

The Square Kilometre Array. Miles Deegan Project Manager, Science Data Processor & Telescope Manager The Square Kilometre Array Miles Deegan Project Manager, Science Data Processor & Telescope Manager The Square Kilometre Array (SKA) The SKA is a next-generation radio interferometer: 3 telescopes, on

More information

Greece s Collaborative Ground Segment Initiatives

Greece s Collaborative Ground Segment Initiatives Greece s Collaborative Ground Segment Initiatives Dr Haris KONTOES National Observatory of Athens SENTINEL COLLABORATIVE GS WORKSHOP 2015, 28 May 2015 Matera Collaborative GS workshop 2015 27 28 May 2015

More information

Data Movement & Tiering with DMF 7

Data Movement & Tiering with DMF 7 Data Movement & Tiering with DMF 7 Kirill Malkin Director of Engineering April 2019 Why Move or Tier Data? We wish we could keep everything in DRAM, but It s volatile It s expensive Data in Memory 2 Why

More information

TAP services integration at IA2 data center

TAP services integration at IA2 data center TAP services integration at IA2 data center Pietro Apollo INAF - Astronomical Observatory of Trieste Outline IA2TAP: TAP implementation 2 + 1 + 1 services TapSchemaManager: Summary a supporting web application

More information

FuncX: A Function Serving Platform for HPC. Ryan Chard 28 Jan 2019

FuncX: A Function Serving Platform for HPC. Ryan Chard 28 Jan 2019 FuncX: A Function Serving Platform for HPC Ryan Chard 28 Jan 2019 Outline - Motivation FuncX: FaaS for HPC Implementation status Preliminary applications - Machine learning inference Automating analysis

More information

Fedora Astronomy. The benefits for astronomical software from integration into Linux distributions. Christian Dersch.

Fedora Astronomy. The benefits for astronomical software from integration into Linux distributions. Christian Dersch. Fedora Astronomy The benefits for astronomical software from integration into Linux distributions Christian Dersch AG Astronomie, Philipps-Universität Marburg June 27, 2018 History of Fedora Astronomy

More information

Processing System Hardware

Processing System Hardware Processing System Heidi Brandenburg IPAC/Caltech HJB - 1 WSDC Functional Block Diagram White Sands JPL UCLA HRP H/K MOS Maneuvers SOC Science Team Images FTP Site Ancillary data Caltech WSDC Mission Status

More information

Employing HPC DEEP-EST for HEP Data Analysis. Viktor Khristenko (CERN, DEEP-EST), Maria Girone (CERN)

Employing HPC DEEP-EST for HEP Data Analysis. Viktor Khristenko (CERN, DEEP-EST), Maria Girone (CERN) Employing HPC DEEP-EST for HEP Data Analysis Viktor Khristenko (CERN, DEEP-EST), Maria Girone (CERN) 1 Outline The DEEP-EST Project Goals and Motivation HEP Data Analysis on HPC with Apache Spark on HPC

More information

Executive Summary. Round Trip Engineering of Space Systems. Change Log. Executive Summary. Visas

Executive Summary. Round Trip Engineering of Space Systems. Change Log. Executive Summary. Visas Reference: egos-stu-rts-rp-1002 Page 1/7 Authors: Andrey Sadovykh (SOFTEAM) Contributors: Tom Ritter, Andreas Hoffmann, Jürgen Großmann (FHG), Alexander Vankov, Oleg Estekhin (GTI6) Visas Surname - Name

More information

HPC Metrics in OSCAR based on Ganglia

HPC Metrics in OSCAR based on Ganglia HPC Metrics in OSCAR based on Ganglia Google Summer of Code 2006 Report Babu Sundaram, babu@cs.uh.edu Department of Computer Science, University of Houston Mentor: Erich Focht, efocht@hpce.nec.com Open

More information

Sentinel-1A Data Dissemination and Users Data Uptake. Jolyon Martin (ESA) Betlem Rosich Tell (ESA) Michael Foumelis (RSAC c/o ESA)

Sentinel-1A Data Dissemination and Users Data Uptake. Jolyon Martin (ESA) Betlem Rosich Tell (ESA) Michael Foumelis (RSAC c/o ESA) Sentinel-1A Data Dissemination and Users Data Uptake Jolyon Martin (ESA) Betlem Rosich Tell (ESA) Michael Foumelis (RSAC c/o ESA) Copernicus Space Component: Data Access Overview The Copernicus Space Component

More information

Application of Virtualization Technologies & CernVM. Benedikt Hegner CERN

Application of Virtualization Technologies & CernVM. Benedikt Hegner CERN Application of Virtualization Technologies & CernVM Benedikt Hegner CERN Virtualization Use Cases Worker Node Virtualization Software Testing Training Platform Software Deployment }Covered today Server

More information

Telemetry Processing and Display Ground System

Telemetry Processing and Display Ground System The MPCS Multimission Telemetry Processing and Display Ground System Its Use in the Mars Science Laboratory Mission and Beyond Josh Choi, Lloyd Deforrest, Marti DeMore Jet Propulsion Laboratory California

More information

COMPARISON WHITEPAPER. Snowplow Insights VS SaaS load-your-data warehouse providers. We do data collection right.

COMPARISON WHITEPAPER. Snowplow Insights VS SaaS load-your-data warehouse providers. We do data collection right. COMPARISON WHITEPAPER Snowplow Insights VS SaaS load-your-data warehouse providers We do data collection right. Background We were the first company to launch a platform that enabled companies to track

More information

Refining and redefining HPC storage

Refining and redefining HPC storage Refining and redefining HPC storage High-Performance Computing Demands a New Approach to HPC Storage Stick with the storage status quo and your story has only one ending more and more dollars funneling

More information

The CFH12K Queued Service Observations (QSO) Project: Mission Statement, Scope and Resources

The CFH12K Queued Service Observations (QSO) Project: Mission Statement, Scope and Resources Canada - France - Hawaii Telescope Corporation Société du Télescope Canada - France - Hawaii P.O. Box 1597 Kamuela, Hawaii 96743 USA Telephone (808) 885-7944 FAX (808) 885-7288 The CFH12K Queued Service

More information

Developing ArXivSI to Help Scientists to Explore the Research Papers in ArXiv

Developing ArXivSI to Help Scientists to Explore the Research Papers in ArXiv Submitted on: 19.06.2015 Developing ArXivSI to Help Scientists to Explore the Research Papers in ArXiv Zhixiong Zhang National Science Library, Chinese Academy of Sciences, Beijing, China. E-mail address:

More information

strategy IT Str a 2020 tegy

strategy IT Str a 2020 tegy strategy IT Strategy 2017-2020 Great things happen when the world agrees ISOʼs mission is to bring together experts through its Members to share knowledge and to develop voluntary, consensus-based, market-relevant

More information

dan.fay@microsoft.com Scientific Data Intensive Computing Workshop 2004 Visualizing and Experiencing E 3 Data + Information: Provide a unique experience to reduce time to insight and knowledge through

More information

JWST Pipeline & Data Products

JWST Pipeline & Data Products JWST Pipeline & Data Products Stage 1: Ramps-to-Slopes Karl D. Gordon JWST Calibration WG Lead Space Telescope Sci. Inst. Baltimore, MD, USA Stage 2: Calibrated Slopes Stage 3: Ensemble Processing 18 May

More information

Deep Data. Discovery and Visualization

Deep Data. Discovery and Visualization Deep Data Discovery and Visualization Erzsébet Merényi Department of Statistics, and Department of Electrical and Computer Engineering Rice University, Houston, Texas Joint work with Josh Taylor, Dept.

More information

Quality assurance in the ingestion of data into the CDS VizieR catalogue and data services

Quality assurance in the ingestion of data into the CDS VizieR catalogue and data services Quality assurance in the ingestion of data into the CDS VizieR catalogue and data services VizieR Staff and contributors: Astronomers: P.Ocvirk, C. Bot, S.Derriere, A.Nebot Engineers: G.Landais, T.Boch,

More information

Building Software to Translate

Building Software to Translate Bridging Archival Standards: Building Software to Translate Metadata Between PDS3 & PDS4 Planetary Science Informatics and Data Analytics Conference St. Louis, MO -- April 25, 2018 Cristina M. De Cesare

More information

Web Services for the Virtual Observatory

Web Services for the Virtual Observatory Web Services for the Virtual Observatory Alexander S. Szalay, Johns Hopkins University Tamás Budavári, Johns Hopkins University Tanu Malik, Johns Hopkins University Jim Gray, Microsoft Research Ani Thakar,

More information

Microsoft Azure Databricks for data engineering. Building production data pipelines with Apache Spark in the cloud

Microsoft Azure Databricks for data engineering. Building production data pipelines with Apache Spark in the cloud Microsoft Azure Databricks for data engineering Building production data pipelines with Apache Spark in the cloud Azure Databricks As companies continue to set their sights on making data-driven decisions

More information

FRONT-END SOFTWARE ARCHITECTURE [FESA]

FRONT-END SOFTWARE ARCHITECTURE [FESA] FRONT-END SOFTWARE ARCHITECTURE [] Michel Arruat, Leandro Fernandez, Stephen Jackson, Frank Locci, Jean-Luc Nougaret, Maciej Peryt, Anastasiya Radeva, Maciej Sobczak, Marc Vanden Eynden Accelerators &

More information

Evolution of the ATLAS PanDA Workload Management System for Exascale Computational Science

Evolution of the ATLAS PanDA Workload Management System for Exascale Computational Science Evolution of the ATLAS PanDA Workload Management System for Exascale Computational Science T. Maeno, K. De, A. Klimentov, P. Nilsson, D. Oleynik, S. Panitkin, A. Petrosyan, J. Schovancova, A. Vaniachine,

More information

IVOA and European VO Efforts Status and Plans

IVOA and European VO Efforts Status and Plans IVOA and European VO Efforts Status and Plans Fabio Pasian AstroInformatics2010, Pasadena CA, 16-19 June 2010 The IVOA: http://ivoa.net Mission: To facilitate the international coordination and collaboration

More information

Spacecraft Monitoring & Control Systems

Spacecraft Monitoring & Control Systems Spacecraft Monitoring & Control Systems TSC & CCS - Presentation, May 2015 http://ccs.terma.com SATELLITE CHECKOUT & OPERATIONS SCOE TSC P/L EGSE CCS Unified Monitoring & Control data model procedures

More information

Science Data Processing and Data Products

Science Data Processing and Data Products and Data Products Chris Pankratz LASP/CU (303)492-0696 chris.pankratz@lasp.colorado.edu Page 1 Abstract The SORCE Science Data System will produce assigned EOS Standard Products using data acquired from

More information

Can Harmonization be Achieved via Standardization?: New Concrete Opportunities from the CCSDS Mission Operations Services

Can Harmonization be Achieved via Standardization?: New Concrete Opportunities from the CCSDS Mission Operations Services Can Harmonization be Achieved via Standardization?: New Concrete Opportunities from the CCSDS Mission Operations Services CCSDS Spacecraft (SM&C) Mario Merri (ESA), Chair GSAW, Los Angeles, USA - 1 Mar

More information

Computational issues for HI

Computational issues for HI Computational issues for HI Tim Cornwell, Square Kilometre Array How SKA processes data Science Data Processing system is part of the telescope Only one system per telescope Data flow so large that dedicated

More information

Data Virtualization Implementation Methodology and Best Practices

Data Virtualization Implementation Methodology and Best Practices White Paper Data Virtualization Implementation Methodology and Best Practices INTRODUCTION Cisco s proven Data Virtualization Implementation Methodology and Best Practices is compiled from our successful

More information

Building on Existing Communities: the Virtual Astronomical Observatory (and NIST)

Building on Existing Communities: the Virtual Astronomical Observatory (and NIST) Building on Existing Communities: the Virtual Astronomical Observatory (and NIST) Robert Hanisch Space Telescope Science Institute Director, Virtual Astronomical Observatory Data in astronomy 2 ~70 major

More information

Advanced Photon Source Data Management. S. Veseli, N. Schwarz, C. Schmitz (SDM/XSD) R. Sersted, D. Wallis (IT/AES)

Advanced Photon Source Data Management. S. Veseli, N. Schwarz, C. Schmitz (SDM/XSD) R. Sersted, D. Wallis (IT/AES) Advanced Photon Source Data Management S. Veseli, N. Schwarz, C. Schmitz (SDM/XSD) R. Sersted, D. Wallis (IT/AES) APS Data Management - Globus World 2018 Growing Beamline Data Needs X-ray detector capabilities

More information

Abstract. 1. Introduction

Abstract. 1. Introduction Grid Enabled Service Infrastructure (GESI) Isaac Christoffersen, Christopher Dale, Doug Johnson, David Schillero, Booz Allen Hamilton christoffersen_isaac@bah.com, dale_christopher@bah.com, johnson_doug@bah.com,

More information

Seeking Supernovae in the Clouds: A Performance Study

Seeking Supernovae in the Clouds: A Performance Study Seeking Supernovae in the Clouds: A Performance Study Keith R. Jackson, Lavanya Ramakrishnan, Karl J. Runge, Rollin C. Thomas Lawrence Berkeley National Laboratory Why Do I Care About Supernovae? The rate

More information

Homogenizing Analytical Data From Multiple Vendors Into a Unified Workspace

Homogenizing Analytical Data From Multiple Vendors Into a Unified Workspace Homogenizing Analytical Data From Multiple Vendors Into a Unified Workspace Antony Williams Alexey Pastutsan Advanced Chemistry Development ACS Boston, August 2002 The lab of today... Several intrument

More information

Multi-Telescope Observing: the LCOGT Network Scheduler

Multi-Telescope Observing: the LCOGT Network Scheduler Multi-Telescope Observing: the LCOGT Network Scheduler Eric S. Saunders Las Cumbres Observatory Global Telescope Sotiria Lampoudi Liquid Robotics 1 Introduction Las Cumbres Observatory Global Telescope

More information

Alexi Glover & Juha-Pekka Luntama SSA Programme Space Weather Segment, OPS-L ESA/ESAC, Madrid, Spain

Alexi Glover & Juha-Pekka Luntama SSA Programme Space Weather Segment, OPS-L ESA/ESAC, Madrid, Spain Alexi Glover & Juha-Pekka Luntama SSA Programme Space Weather Segment, OPS-L ESA/ESAC, Madrid, Spain Presentation Outline 1. SSA Programme short introduction 2. SWE Service Domains 3. Precursor Services

More information

Tools and Infrastructure for Supporting Enterprise Knowledge Graphs

Tools and Infrastructure for Supporting Enterprise Knowledge Graphs Tools and Infrastructure for Supporting Enterprise Knowledge Graphs Sumit Bhatia, Nidhi Rajshree, Anshu Jain, and Nitish Aggarwal IBM Research sumitbhatia@in.ibm.com, {nidhi.rajshree,anshu.n.jain}@us.ibm.com,nitish.aggarwal@ibm.com

More information