Experiences From The Fermi Data Archive. Dr. Thomas Stephens Wyle IS/Fermi Science Support Center

Size: px
Start display at page:

Download "Experiences From The Fermi Data Archive. Dr. Thomas Stephens Wyle IS/Fermi Science Support Center"

Transcription

1 Experiences From The Fermi Data Archive Dr. Thomas Stephens Wyle IS/Fermi Science Support Center

2 A Brief Outline Fermi Mission Architecture Science Support Center Data Systems Experiences GWODWS Oct 27,

3 What is Fermi Large Area Telescope (LAT) Two Instruments on board Large Area Telescope (LAT) (PI Peter Michelson, Stanford University; managing institution: SLAC) Primary instrument, gamma-ray (pair production) telescope 20 MeV >300 GeV Scanning mode sees 20% of the sky all the time; all parts of sky for ~30 min. every 3 hours. This is the primary mode of operation. GLAST Burst Monitor (GBM) (PI Charles Meegan, NASA/MSFC) Context instrument 8 kev 30 MeV GLAST Burst Monitor (GBM) Observes entire unocculted sky all the time searching for gamma ray bursts 5 year mission (10 year goal) no consumables on-board to be depleted GWODWS Oct 27,

4 Fermi Mission Data Flow Fermi Mission Data Flow GLAST MISSION ELEMENTS GPS µ sec Large Area Telescope & GBM Fermi Spacecraft Telemetry 1 kbps - DELTA 7920H - GN - S TDRSS SN S & Ku Mission Operations Center (MOC) Schedules Fermi Science Support Center LAT Instrument Science Operations Center White Sands HEASARC GSFC GRB Coordinates Network Alerts Schedules GBM Instrument Operations Center Data, Command Loads GWODWS Oct 27,

5 Fermi Science Support Center Archive Data ( GBM Daily data (CTIME and CSPEC) Trigger and burst data (Time Tagged Events) All provided through BROWSE LAT Photon (and extended) data Spacecraft position and pointing and live time history Provided through a custom web server Ancillary data Catalogs Background models Others Provided through BROWSE, FTP and web pages Science Tools GWODWS Oct 27,

6 Automated Processing All data received (from MOC, GIOC, or LISOC) is identified and processed by an automated data ingest pipeline About 30 different data products received Some are science data, others operations data for commanding the spacecraft Built using OPUS as a framework Custom Perl scripts and C++ programs do the actual data processing Data Validation Data archiving Creation of BROWSE tables Ingest into custom data server Pages ( s) sent out when problems are encountered GWODWS Oct 27,

7 LAT Data Server MySQL Database Web Interface Queue Manager Photon Database Event Database Ingest System HEASARC BROWSE GSSC Internal Tools Pointing and Livetime History Database GWODWS Oct 27,

8 Photon Database Details MySQL server Control Node Query status Web Interface Master Data Copy Node Status Query results Query requests New data QueueManager Ingest System Files to search Query parameters Search Nodes Local Data Copies GWODWS Oct 27,

9 Data Queries Over Time GWODWS Oct 27,

10 Data Served GWODWS Oct 27,

11 Fermi Data Experiences We ve been providing data to the general community for just over two years now (three years to the LAT Collaboration). No serious issues with the data servers Things that went well Data Challenges Training Workshops Things that have caused headaches Multiple data sources Data Reprocessing Data Monitoring and validation Science Analysis Tools GWODWS Oct 27,

12 Data Challenges Conceived as a method to check the usefulness of the data, data servers, and science analysis software before launch Staged testing 1 day (1 week) data 55 days data (one procession period of the spacecraft orbit) 1 year of data Analysis tools got more and more sophisticated as we went Data server was used to provide data for all three data challenges Provided experience ingesting and serving the data and gathered feedback on usefulness of the data server. Surprisingly very few changes were suggested. GWODWS Oct 27,

13 User Training Regularly hold workshops to teach users about the Fermi data and Science Tools Held around the country, usually in the summer Gives people hands on experience with experts there in person to answer questions Getting the data Using the various science tools Provides valuable feedback to FSSC on variety of topics Ease of use of server and tools Issues with the various OS s the tools are supported on Documentation GWODWS Oct 27,

14 Data From Every Direction FSSC receives data from multiple sources Detailed File Format Description document describes the data we should be receiving Almost a day doesn t go by when some data received violates this design. Have to decide if the violation is important or not Does it impact science or operations Is it more cosmetic Probably >90% of the time this is data from the GBM team Under funded to reliably build automated data processing system A lot of processing still done by hand. GWODWS Oct 27,

15 Data Reprocessing/Reingest Complete reprocessing of the entire mission data set for a given data type. Has happened three times now for the LAT data, and at least once for the GBM data Primarily this is a huge bookkeeping exercise Also have to monitor resource usage Bandwidth Processing power Disk Space Requires a bit of data validation work Something we need to be better about automating (my current project) GWODWS Oct 27,

16 Data Validation There are so many ways for the data to get messed up This needs to be as automated and resource light as you can make it Needs to work on lots of data Needs to run as often as possible Things that have bit us Missing data (gaps) Duplicate data (double ingests) Corrupted data (never did figure this one out) Need good tools for correcting errors as quickly and automatically as possible This is something we are still working on at the FSSC GWODWS Oct 27,

17 Science Tools The Fermi mission provides a set of Science Analysis Software tools for analyzing Fermi data Primarily tools for the LAT data GBM data can be processed using already existing tools such as Xspec Supposedly a single tool set for the instrument team and the general scientific community Suffered (still suffers?) from improper division of responsibility Instrument team responsible for tool development FSSC responsible for dealing with user issues GWODWS Oct 27,

18 Backup Slides

19 Large Area Telescope (LAT) Data Not images event lists Three different types of data Photon Data (most used dataset ) Events that have the highest probability of truly being photons and which have well defined Instrument Response Functions Table of detected photons and their properties (RA, Dec, Energy, Time, etc). Event Data Superset of Photon data Includes more events that are probably particles (e -, e +, p +, etc.) More data columns (x10) than the basic photon data Spacecraft Data Position and attitude history Instrument mode Use in calculating livetime and exposure of instrument GWODWS Oct 27,

20 Large Area Telescope (LAT) Data LAT Characteristics Large FOV (~2.4 sr = 1/6 th of the entire sky) Large energy range (30MeV to >300 GeV) with energy dependent PSF Always on sky survey operation Entire sky every two orbits (~3 hours) Any given position observed for about 30 minutes during the two orbits Constantly changing instrument response for a given position on the sky Photon Data Rate Currently coming in at about a rate of 4.4 Hz 120 million per year Represents 1% of total data rate New data available every 2-3 hours GWODWS Oct 27,

21 Issues for Serving LAT Data Continuous data stream (Define an observation please.) We re looking everywhere all the time The concept of an observation has no meaning in a traditional sense Source Confusion (Is this your photon or mine?) Energy Dependent PSF 3.5 at 100 MeV GeV This mean the sources overlap (especially at low energies) Analysis requires accounting for all nearby sources as well as the one you are interested in Usually need from a radius region around your source ~2% of the entire sky. GWODWS Oct 27,

22 System Design Considerations Continuously updating data stream Data downlinked from the spacecraft every 3-4 hours Processed data arriving from the LISOC every 2-4 hours Want fast response times to queries Loosely modeled on HEASARC Browse system NASA interface used for other high energy mission data Only stores metadata and provides immediate query response with lists of available data Delay tolerance for web response usually < 10s Need to provide rapid feedback on status Typical queries will be for some region of the sky over a given time period (possibly the entire mission) Three different types of coordinated data served GWODWS Oct 27,

GLAST Large Area Telescope Instrument Science Operations Center

GLAST Large Area Telescope Instrument Science Operations Center GLAST LAT ISOC Monthly Status Review - ISOC, August Gamma-ray Large Area Space Telescope GLAST Large Area Telescope Instrument Science Operations Center Monthly Status Review August Rob Cameron ISOC Manager

More information

GLAST Large Area Telescope:

GLAST Large Area Telescope: Gamma-ray Large Area Space Telescope GLAST Large Area Telescope: ISOC Subsystems WBS: 4.1.B David Lung Stanford Linear Accelerator Center ISOC Deputy Manager dlung@slac.stanford.edu Document: LAT-PR-XXXXX

More information

Data Flow & Leve1 1 Pipeline

Data Flow & Leve1 1 Pipeline Data Flow & Leve1 1 Pipeline High level specs in L3 & L4 documents: Level 4 - LAT-SS-00505-01 Level 3 - LAT-SS-00020-01 Pipeline Server Implementation Plan - LAT-TD-00773-01 (draft in review) Database

More information

GLAST Large Area Telescope

GLAST Large Area Telescope GLAST Large Area Telescope Gamma-ray Large Area Space Telescope Instrument Science Operations Center Monthly Status Review January 007 Rob Cameron ISOC Management Operations Facility Construction completed

More information

Electrical Ground Support Equipment Verification Test Support. EGSE Verification Test Support

Electrical Ground Support Equipment Verification Test Support. EGSE Verification Test Support Electrical Ground Support Equipment Verification Test Support Tom Leisgang Orbital Network Engineering tleisgang@orbitalnetwork.com T. Leisgang 1 EGSE Functions Provide common infrastructure Command and

More information

Using the Herschel Science Archive

Using the Herschel Science Archive Using the Herschel Science Archive 2015 SOFIA Observers' Workshop Bernhard Schulz (NHSC/IPAC) The Herschel Space Observatory 3.5-m cryogenically cooled telescope, located in L2 Range: 55 650 mic Telescope

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

A DTN-Based Multiple Access Fast Forward Serivce for the NASA Space Network

A DTN-Based Multiple Access Fast Forward Serivce for the NASA Space Network A DTN-Based Multiple Access Fast Forward Serivce for the NASA Space Network David J. Israel, Faith Davis, and Jane Marquart Goddard Space Flight Center Greenbelt, MD USA e-mail: dave.israel@nasa.gov, faith.a.davis@nasa.gov,

More information

University & INFN Perugia. SciNeGhe Data Analysis Tutorial 1

University & INFN Perugia. SciNeGhe Data Analysis Tutorial 1 Introduction to Fermi-LAT Science Analysis Software Gino Tosti University & INFN Perugia 1 REFERENCES Fermi Science Support Center: http://fermi.gsfc.nasa.gov/ssc/ Fermi Newsletters: http://fermi.gsfc.nasa.gov/ssc/resources/newsletter/

More information

GLAST Large Area Telescope Instrument Science Operations Center

GLAST Large Area Telescope Instrument Science Operations Center Gamma-ray Large Area Space Telescope GLAST Large Area Telescope Instrument Science Operations Center Monthly Status Review 6 March 2007 Rob Cameron ISOC Management Recent Events Successful GRT6, Feb20-2

More information

Introduction to Grid Computing

Introduction to Grid Computing Milestone 2 Include the names of the papers You only have a page be selective about what you include Be specific; summarize the authors contributions, not just what the paper is about. You might be able

More information

CRaTER Scence Operation Center Requirements Document. Dwg. No

CRaTER Scence Operation Center Requirements Document. Dwg. No Rev. ECO Description Author Approved Date 01 32-157 Initial Release for comment RFGoeke 7/27/06 CRaTER Scence Operation Center Requirements Document Dwg. No. 32-01209 Revision 01 July 26, 2006 32-01209

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

I&T&C Organization Chart

I&T&C Organization Chart I&T&C Organization Chart I&T&C Manager Elliott Bloom WBS 4.1.9 I&T Engineer B. Grist WBS 4.1.9.1 Reliability & QA D. Marsh WBS 4.1.9.2 Mechanical Ground Support Equipment TBD Instrument Operations Coordinator

More information

HiRISE Operations Center Overview. Eric Eliason Co-Investigator and Ground System Manager October 13, 2004

HiRISE Operations Center Overview. Eric Eliason Co-Investigator and Ground System Manager October 13, 2004 HiRISE Operations Center Overview Eric Eliason Co-Investigator and Ground System Manager High-Level Requirements relevant to HiCat (1/4) Data Observations and Volumes Target and acquire10,000 observations

More information

XRT Data Analysis I E. Troja (NASA/GSFC/ORAU)

XRT Data Analysis I E. Troja (NASA/GSFC/ORAU) XRT Data Analysis I E. Troja (NASA/GSFC/ORAU) with thanks to Kim Page (U. Leicester) 1 Introduction to XRT Basic steps: Outline - XRT data processing (from Level 1 to Level 3) - create images, light curves

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

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

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

Mission Archive Plan for the Advanced Composition Explorer 2017 February 13 Andrew Davis and the ACE Science Team

Mission Archive Plan for the Advanced Composition Explorer 2017 February 13 Andrew Davis and the ACE Science Team Mission Archive Plan for the Advanced Composition Explorer 2017 February 13 Andrew Davis and the ACE Science Team 1. Introduction This document describes the Mission Archive Plan (MAP) for the Advanced

More information

Gamma-ray Large Area Space Telescope. Work Breakdown Structure

Gamma-ray Large Area Space Telescope. Work Breakdown Structure Gamma-ray Large Area Space Telescope Work Breakdown Structure 4.1.D Science Analysis Software The Science Analysis Software comprises several components: (1) Prompt processing of instrument data through

More information

The use of HepRep in GLAST

The use of HepRep in GLAST for GLAST CHEP 03 March 24-28 2003 The use of in GLAST Gamma-ray Large Area Space Telescope Joseph Perl SLAC Computing Services perl@slac.stanford.edu Riccardo Giannitrapani Dipartimento di Fisica, Udine

More information

Planning Production Monitoring

Planning Production Monitoring RT LAT HK, Diag & Alert telem L0 File Ingest L0 files MOC GSSC Preliminary Science Timeline L0 Package Integ. Observ. Timeline, Contact Schedules, As-Flown Timeline, Flight Dynamics Products LAT Timeline

More information

WSDC Hardware Architecture

WSDC Hardware Architecture WSDC Hardware Architecture Tim Conrow, Lead Engineer Heidi Brandenburg IPAC/Caltech HB 1 Overview Hardware System Architecture as presented at the Critical Design Review RFA from CDR board Additional tasks

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

Progress Report. Ian Evans On behalf of the Chandra Source Catalog Project Team. Chandra Users Committee Meeting October 22, 2013

Progress Report. Ian Evans On behalf of the Chandra Source Catalog Project Team. Chandra Users Committee Meeting October 22, 2013 Progress Report Ian Evans On behalf of the Chandra Source Catalog Project Team Chandra Users Committee Meeting October 22, 2013 Current Catalog Release Summary Current catalog version: 1.1; Released: 2010

More information

LRO MPS. Mission Planning and Scheduling System for NASA s Lunar Reconnaissance Mission GSAW 2009

LRO MPS. Mission Planning and Scheduling System for NASA s Lunar Reconnaissance Mission GSAW 2009 LRO MPS Mission Planning and Scheduling System for NASA s Lunar Reconnaissance Mission GSAW 2009 GMV - Gonzalo Garcia: LRO MPS Project Controller - Assaf Barnoy: LRO MPS Project Manager - Theresa Beech:

More information

NSO Data Plan. Table 1 Estimated NSO Daily Data Rates

NSO Data Plan. Table 1 Estimated NSO Daily Data Rates NSO Data Plan Introduction Along with cutting-edge scientific research and instrument development, it can be argued that a major product of NSO is high-quality solar data. The current suite of instruments,

More information

GLAST Large Area Telescope:

GLAST Large Area Telescope: GLAST Large Area Telescope: Gamma-ray Large Area Space Telescope Flight Software J.J.Russell/A.P.Waite Stanford Linear Accelerator Center russell@slac.stanford.edu apw@slac.stanford.edu Topics To Be Covered

More information

simx: A General-Purpose X-ray Event Simulator Randall Smith

simx: A General-Purpose X-ray Event Simulator Randall Smith simx: A General-Purpose X-ray Event Simulator Randall Smith Download simx from http://hea-www.harvard.edu/simx Install via: (requires c compiler) unix% tar -zxf simx-2.4.2.tar.gz unix% cd simx-2.4.2 unix%./configure

More information

GLAST Large Area Telescope:

GLAST Large Area Telescope: DRAFT REV 3 Gamma-ray Large Area Space Telescope GLAST Large Area Telescope: Instrument Operations Center Overview WBS: 4.1.B Scott Williams W.W. Hansen Experimental Physics Laboratory Subsystem Manager

More information

GLAST Large Area Telescope Instrument Science Operations Center

GLAST Large Area Telescope Instrument Science Operations Center Gamma-ray Large Area Space Telescope GLAST Large Area Telescope Instrument Science Operations Center Monthly Status Review 8 February 2007 Rob Cameron ISOC operations facility ISOC Operations Facility

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

The Use of HepRep in GLAST

The Use of HepRep in GLAST SLAC-PUB-9908 The Use of in GLAST J. Perl SLAC, Stanford, CA 94025, USA R. Giannitrapani, M. Frailis Dipartimento di Fisica, Universita degli Studi di Udine - Italy is a generic, hierarchical format for

More information

GLAST Large Area Telescope

GLAST Large Area Telescope GLAST Large Area Telescope Gamma-ray Large Area Space Telescope Instrument Science Operations Center Monthly Status Review 30 November 2006 Rob Cameron ISOC Management David Decotigny from IN2P3 started

More information

Gamma-ray Large Area Space Telescope (GLAST) Large Area Telescope (LAT) Integration and Test Subsystem Electrical Performance Tests

Gamma-ray Large Area Space Telescope (GLAST) Large Area Telescope (LAT) Integration and Test Subsystem Electrical Performance Tests GLAST LAT Document Title LAT I&T Electrical Performance Tests Document # Date Page 1 of 24 LAT-MD-01055-01 March 11, 2003 Author(s): L. Wai Subsystem/Office Integration and Test Subsystem Approval(s) E.

More information

Subsystem Development. T&DF Development. LAT Flight Software Testbed. LAT Integration & Test. Mission Systems Integration & Test EGSE TKR EM1 LOF

Subsystem Development. T&DF Development. LAT Flight Software Testbed. LAT Integration & Test. Mission Systems Integration & Test EGSE TKR EM1 LOF GLAST Technical Memorandum GTM023A From: Scott Williams To: G. Haller Date: 13 July 2001 Subject: Concept for Summary Description of the Electrical Ground Support Equipment () concept to support the development

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

harmon.ie Moving to a new File Share experience

harmon.ie Moving to a new File Share experience harmon.ie Moving to a new File Share experience How to save your business time, effort, and money during your file migration Moving on from file shares Since the dawn of desktop computers, files, folders,

More information

Big Computing and the Mitchell Institute for Fundamental Physics and Astronomy. David Toback

Big Computing and the Mitchell Institute for Fundamental Physics and Astronomy. David Toback Big Computing and the Mitchell Institute for Fundamental Physics and Astronomy Texas A&M Big Data Workshop October 2011 January 2015, Texas A&M University Research Topics Seminar 1 Outline Overview of

More information

W. W. Hansen Experimental Physics Laboratory STANFORD UNIVERSITY STANFORD, CALIFORNIA

W. W. Hansen Experimental Physics Laboratory STANFORD UNIVERSITY STANFORD, CALIFORNIA W. W. Hansen Experimental Physics Laboratory STANFORD UNIVERSITY STANFORD, CALIFORNIA 94305-4085 Gravity Probe B Relativity Mission Mission Operation Center (MOC) Functional Verification of the Goddard

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

S&OC System Requirements Review: GSRD Traceability Matrix

S&OC System Requirements Review: GSRD Traceability Matrix STScI-JWST-CI-0099 Space Telescope Science Institute James Webb Space Telescope Mission S&OC System Requirements Review: GSRD Traceability Matrix 20 December 2004 Issue A REVISION HISTORY ISSUE DESCRIPTION

More information

Wide-field Infrared Survey Explorer (WISE) WISE Mission Operations System Preliminary Design Review. WSDC Architecture

Wide-field Infrared Survey Explorer (WISE) WISE Mission Operations System Preliminary Design Review. WSDC Architecture WISE Mission Operations System Preliminary Design Review WSDC Architecture Tim Conrow - IPAC WSDC Lead Engineer TPC - 1 Ingest Data Flow TPC - 2 Ingest Subsystem Ingest, step 1 Receive and verify high-rate

More information

Identifying Workloads for the Cloud

Identifying Workloads for the Cloud Identifying Workloads for the Cloud 1 This brief is based on a webinar in RightScale s I m in the Cloud Now What? series. Browse our entire library for webinars on cloud computing management. Meet our

More information

Likelihood analysis general tutorial

Likelihood analysis general tutorial Gamma-ray Large Area Space Telescope Likelihood analysis general tutorial (including source specifications) G. Tosti INFN - Perugia 1 REFERENCES DC2 code releases: https://confluence.slac.stanford.edu/display/dc2/dc2+code+releases

More information

GLAST Large Area Telescope Instrument Science Operations Center

GLAST Large Area Telescope Instrument Science Operations Center GLAST LAT ISOC Monthly Status Review - ISOC, 5 October 7 Gamma-ray Large Area Space Telescope GLAST Large Area Telescope Instrument Science Operations Center Monthly Status Review 5 October 7 Rob Cameron

More information

SDO EVE Data Processing Overview & Data Access

SDO EVE Data Processing Overview & Data Access SDO EVE Data Processing Overview & Data Access Don Woodraska Woodraska@lasp.colorado.edu (303)-735-5617 October 7, 2008 SDO EVE Science Team Meeting, Woodraska 1 Acronyms DDS - Data Distribution System

More information

CSE 124: Networked Services Fall 2009 Lecture-19

CSE 124: Networked Services Fall 2009 Lecture-19 CSE 124: Networked Services Fall 2009 Lecture-19 Instructor: B. S. Manoj, Ph.D http://cseweb.ucsd.edu/classes/fa09/cse124 Some of these slides are adapted from various sources/individuals including but

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

Big Data - Some Words BIG DATA 8/31/2017. Introduction

Big Data - Some Words BIG DATA 8/31/2017. Introduction BIG DATA Introduction Big Data - Some Words Connectivity Social Medias Share information Interactivity People Business Data Data mining Text mining Business Intelligence 1 What is Big Data Big Data means

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

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

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

ALMA REMOTE MINING EXPERIMENT ARTEMIX. Yaye Awa Ba, Philippe. Salomé, Michel. Caillat (LERMA) with credits to : L. Loria, N.

ALMA REMOTE MINING EXPERIMENT ARTEMIX. Yaye Awa Ba, Philippe. Salomé, Michel. Caillat (LERMA) with credits to : L. Loria, N. ALMA REMOTE MINING EXPERIMENT Yaye Awa Ba, Philippe. Salomé, Michel. Caillat (LERMA) with credits to : L. Loria, N. Kasradze Archive and Data Mining Goals (i) Search by products not by instrumental configuration

More information

Tutorial GRB Analisi prompt emission GRB

Tutorial GRB Analisi prompt emission GRB Tutorial GRB Analisi prompt emission GRB 090510 Sara Cutini Posizione Swift o LAT Trigger GBM Scaricate i dati dal Fermi Science Support Center: Link per LAT: http://fermi.gsfc.nasa.gov/ssc/data/ Link

More information

The multi-year absolute timing of the Crab pulsar at high-energies using Jodrell Bank radio observations

The multi-year absolute timing of the Crab pulsar at high-energies using Jodrell Bank radio observations The multi-year absolute timing of the Crab pulsar at high-energies using Jodrell Bank radio observations Lucien Kuiper SRON Netherlands Institute for Space Research incl. INTEGRAL ISGRI, XMM-Newton EPIC-pn

More information

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

Case Study Matrix Solutions Inc., Canada

Case Study Matrix Solutions Inc., Canada Case Study Matrix Solutions Inc., Canada With over four million images to manage, environmental engineering consultants Matrix Solutions chose Third Light software for its adaptable Application Programming

More information

arxiv: v1 [astro-ph.im] 14 Oct 2016

arxiv: v1 [astro-ph.im] 14 Oct 2016 Prototype VOEvent Network Systems based on VTP and XMPP for the SVOM Chinese Science Center arxiv:1610.04390v1 [astro-ph.im] 14 Oct 2016 Mo Zhang Maohai Huang and Chao Wu Key Laboratory of Space Astronomy

More information

Rhinoback Online Backup. In-File Delta

Rhinoback Online Backup. In-File Delta December 2006 Table of Content 1 Introduction... 3 1.1 Differential Delta Mode... 3 1.2 Incremental Delta Mode... 3 2 Delta Generation... 4 3 Block Size Setting... 4 4 During Backup... 5 5 During Restore...

More information

AIA Data processing and Distribution: from Telemetry to Science data

AIA Data processing and Distribution: from Telemetry to Science data AIA Data processing and Distribution: from Telemetry to Science data AIA and HMI impose novel requirements on the data processing and distribution. The volume of data places constraints on the frequency

More information

Implementation of a Middleware Based Ground System March 2, 2005, GSAW2005 Conference

Implementation of a Middleware Based Ground System March 2, 2005, GSAW2005 Conference Implementation of a Middleware Based Ground System March 2, 2005, GSAW2005 Conference Presented By Everett Cary Emergent Space Technologies, Inc. Teammates NASA GMSEC NASA SSMO Honeywell Technology Solutions,

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

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

MISSION OPERATIONS CENTER MOC Switch from POD D to POD E. P0993 Rev

MISSION OPERATIONS CENTER MOC Switch from POD D to POD E. P0993 Rev W. W. Hansen Experimental Physics Laboratory STANFORD UNIVERSITY STANFORD, CALIFORNIA 94305-4085 Gravity Probe B Relativity Mission MISSION OPERATIONS CENTER MOC Switch from POD D to POD E P0993 Rev July

More information

Background mission of the HESSI satellite solar flares purpose of the HEDC. Challenges data volume / data flow derived data types research topics

Background mission of the HESSI satellite solar flares purpose of the HEDC. Challenges data volume / data flow derived data types research topics Background mission of the HESSI satellite solar flares purpose of the HEDC Etzard Stolte IKS Group stolte@inf.ethz.ch Challenges data volume / data flow derived data types research topics Solutions system

More information

Progress Report. Ian Evans On behalf of the Chandra Source Catalog Project Team. Chandra Users Committee Meeting October 25, 2010

Progress Report. Ian Evans On behalf of the Chandra Source Catalog Project Team. Chandra Users Committee Meeting October 25, 2010 Progress Report Ian Evans On behalf of the Chandra Source Catalog Project Team Chandra Users Committee Meeting October 25, 2010 Executive Summary Summary Catalog version 1.1 was released on 2010 Aug 10

More information

SHAREPOINT HEADACHES EBOOK GSX SOLUTIONS. Project: Microsoft SharePoint Headaches Targeted Product: GSX Monitor & Analyzer

SHAREPOINT HEADACHES EBOOK GSX SOLUTIONS. Project: Microsoft SharePoint Headaches Targeted Product: GSX Monitor & Analyzer SharePoint Headaches ebook January 2012 GSX SOLUTIONS SHAREPOINT HEADACHES EBOOK Project: Microsoft SharePoint Headaches Targeted Product: GSX Monitor & Analyzer [Adresse de la société] Page 0 Content

More information

GSAW The Earth Observing System (EOS) Ground System: Leveraging an Existing Operational Ground System Infrastructure to Support New Missions

GSAW The Earth Observing System (EOS) Ground System: Leveraging an Existing Operational Ground System Infrastructure to Support New Missions GSAW 2016 The Earth Observing System (EOS) Ground System: Leveraging an Existing Operational Ground System Infrastructure to Support New Missions David Hardison NASA Goddard Space Flight Center Johnny

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

Systems Interoperability and Collaborative Development for Web Archiving

Systems Interoperability and Collaborative Development for Web Archiving Systems Interoperability and Collaborative Development for Web Archiving Filling Gaps in the IMLS National Digital Platform Mark Phillips, University of North Texas Courtney Mumma, Internet Archive Talk

More information

Protecting Future Access Now Models for Preserving Locally Created Content

Protecting Future Access Now Models for Preserving Locally Created Content Protecting Future Access Now Models for Preserving Locally Created Content By Amy Kirchhoff Archive Service Product Manager, Portico, ITHAKA Amigos Online Conference Digital Preservation: What s Now, What

More information

How can you implement this through a script that a scheduling daemon runs daily on the application servers?

How can you implement this through a script that a scheduling daemon runs daily on the application servers? You ve been tasked with implementing an automated data backup solution for your application servers that run on Amazon EC2 with Amazon EBS volumes. You want to use a distributed data store for your backups

More information

Interfaces Module Exploration Systems Engineering, version 1.0

Interfaces Module Exploration Systems Engineering, version 1.0 nterfaces Module Exploration Systems Engineering, version 1.0 Exploration Systems Engineering: nterfaces Module Module Purpose: nterfaces Define interfaces, how they are described and why it is important

More information

The Lunar Laser Communication Demonstration (LLCD)

The Lunar Laser Communication Demonstration (LLCD) The Lunar Laser Communication Demonstration (LLCD) NASA s First High-Rate, Two-Way Space Laser Communications Demonstration Don Cornwell, LLCD Mission Manager, NASA GSFC Don Boroson, Bryan Robinson, Dennis

More information

WISE Data Processing Overview

WISE Data Processing Overview WISE Data Processing Overview R. Cutri and the WSDC Team @ IPAC 1 WISE Will Release Three Primary Science Data Products Image Atlas - Calibrated images covering the sky in the four WISE bands. Photometric

More information

THE GLOBUS PROJECT. White Paper. GridFTP. Universal Data Transfer for the Grid

THE GLOBUS PROJECT. White Paper. GridFTP. Universal Data Transfer for the Grid THE GLOBUS PROJECT White Paper GridFTP Universal Data Transfer for the Grid WHITE PAPER GridFTP Universal Data Transfer for the Grid September 5, 2000 Copyright 2000, The University of Chicago and The

More information

Update 9/16/16: Version published to the ServiceNow store now supports Helsinki, Istanbul and Jakarta.

Update 9/16/16: Version published to the ServiceNow store now supports Helsinki, Istanbul and Jakarta. Qualys CMDB Sync App The Qualys CMDB Sync App synchronizes Qualys IT asset discovery and classification with the ServiceNow Configuration Management Database (CMDB) system. The App automatically updates

More information

Using the EBS SQL Import Panel (DDMS)

Using the EBS SQL Import Panel (DDMS) (DDMS) Updated July 2016 Contents About the EBS SQL (DDMS)...3 Synchronizing SQL Data...5 Getting Started...5 Confirming Connectivity to the Server...6 Validating DBF Data...6 Importing Data to SQL...7

More information

Real-time Data Process Software for POAC Space Mission Management System

Real-time Data Process Software for POAC Space Mission Management System Real-time Data Process Software for POAC Space Mission Management System Yi Qu 1, Xuzhi Li 2, Yurong Liu 3, Juan Meng 4, Jun Rao 5 General Establishment of Space Science and Application, Chinese Academy

More information

Development of Formation Flight and Docking Algorithms Using the SPHERES Testbed

Development of Formation Flight and Docking Algorithms Using the SPHERES Testbed Development of Formation Flight and Docking Algorithms Using the Testbed Prof. David W. Miller MIT Allen Chen, Alvar Saenz-Otero, Mark Hilstad, David W. Miller Introduction : Synchronized Position Hold

More information

DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM

DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM OMB No. 3137 0071, Exp. Date: 09/30/2015 DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM Introduction: IMLS is committed to expanding public access to IMLS-funded research, data and other digital products:

More information

Enhancing the Detector for Advanced Neutron Capture Experiments

Enhancing the Detector for Advanced Neutron Capture Experiments Enhancing the Detector for Advanced Neutron Capture Experiments A. Couture Los Alamos National Laboratory CGS15 25-30 August 2014 Dresden, Germany Slide 1 Time of Flight with Spallation Neutrons Proton

More information

Survey: Users Share Their Storage Performance Needs. Jim Handy, Objective Analysis Thomas Coughlin, PhD, Coughlin Associates

Survey: Users Share Their Storage Performance Needs. Jim Handy, Objective Analysis Thomas Coughlin, PhD, Coughlin Associates Survey: Users Share Their Storage Performance Needs Jim Handy, Objective Analysis Thomas Coughlin, PhD, Coughlin Associates Table of Contents The Problem... 1 Application Classes... 1 IOPS Needs... 2 Capacity

More information

FAA EDR Performance Standards

FAA EDR Performance Standards FAA EDR Performance Standards Project Summary and Recommendations Presented To: Turbulence Workshop - 2 Presented by: Michael Emanuel Advanced Concepts & Technology Development, Aviation Weather Division,

More information

APPLYING THE POWER OF AI TO YOUR VIDEO PRODUCTION STORAGE

APPLYING THE POWER OF AI TO YOUR VIDEO PRODUCTION STORAGE APPLYING THE POWER OF AI TO YOUR VIDEO PRODUCTION STORAGE FINDING WHAT YOU NEED IN YOUR IN-HOUSE VIDEO STORAGE SECTION 1 You need ways to generate metadata for stored videos without time-consuming manual

More information

Aspirin as a Service: Using the Cloud to Cure Security Headaches

Aspirin as a Service: Using the Cloud to Cure Security Headaches SESSION ID: CSV-T10 Aspirin as a Service: Using the Cloud to Cure Security Headaches Bill Shinn Principle Security Solutions Architect Amazon Web Services Rich Mogull CEO Securosis @rmogull Little. Cloudy.

More information

10. Replication. CSEP 545 Transaction Processing Philip A. Bernstein. Copyright 2003 Philip A. Bernstein. Outline

10. Replication. CSEP 545 Transaction Processing Philip A. Bernstein. Copyright 2003 Philip A. Bernstein. Outline 10. Replication CSEP 545 Transaction Processing Philip A. Bernstein Copyright 2003 Philip A. Bernstein 1 Outline 1. Introduction 2. Primary-Copy Replication 3. Multi-Master Replication 4. Other Approaches

More information

University of Texas Center for Space Research. ICESAT/GLAS CSR SCF Release Notes for Orbit and Attitude Determination

University of Texas Center for Space Research. ICESAT/GLAS CSR SCF Release Notes for Orbit and Attitude Determination University of Texas Center for Space Research ICESAT/GLAS CSR SCF Notes for Orbit and Attitude Determination Charles Webb Tim Urban Bob Schutz Version 1.0 August 2006 CSR SCF Notes for Orbit and Attitude

More information

Talend Open Studio for Data Quality. User Guide 5.5.2

Talend Open Studio for Data Quality. User Guide 5.5.2 Talend Open Studio for Data Quality User Guide 5.5.2 Talend Open Studio for Data Quality Adapted for v5.5. Supersedes previous releases. Publication date: January 29, 2015 Copyleft This documentation is

More information

The Heliophysics Data Policy: Status and Plans. Aaron Roberts NASA GSFC 27 February 2012 Heliophysics Subcommittee Meeting

The Heliophysics Data Policy: Status and Plans. Aaron Roberts NASA GSFC 27 February 2012 Heliophysics Subcommittee Meeting The Heliophysics Data Policy: Status and Plans Aaron Roberts NASA GSFC 27 February 2012 Heliophysics Subcommittee Meeting The Data Policy states various functions for the HP Data Environment Produce and

More information

1 acis make bkgd. MEMORANDUM May 11, Description. 1.2 Parameters

1 acis make bkgd. MEMORANDUM May 11, Description. 1.2 Parameters MIT Kavli Institute Chandra X-Ray Center MEMORANDUM May 11, 2006 To: Jonathan McDowell, SDS Group Leader From: Glenn Allen (SDS) for the ACIS Background Working Group Subject: acis make bkgd Revision:

More information

EventStore A Data Management System

EventStore A Data Management System EventStore A Data Management System Valentin Kuznetsov with Chris Jones, Dan Riley, Gregory Sharp Cornell University CLEO-c The CLEO-c experiment started in 2003 main physics topics are precise studies

More information

Lunar Reconnaissance Orbiter (LRO)

Lunar Reconnaissance Orbiter (LRO) Lunar Reconnaissance Orbiter (LRO) CRaTER Technical Interchange Meeting C&DH Flight Software April 14, 2005 1 C&DH Software Overview Command and Data Handling (C&DH) includes the following functions: Decoding

More information

SEMANTIC NETWORK AND SEARCH IN VEHICLE ENGINEERING

SEMANTIC NETWORK AND SEARCH IN VEHICLE ENGINEERING Martin Sturm, Sylke Rosenplaenter SEMANTIC NETWORK AND SEARCH IN VEHICLE ENGINEERING From Concept to Deployment Vehicle Design Operations & System Development GM Europe Engineering Adam Opel AG www.opel.com

More information

Instrument Modelling with EPS/ MAPPS

Instrument Modelling with EPS/ MAPPS Instrument Modelling with EPS/ MAPPS Why? How? Link to SAP work and planning cycles Andrew Walsh, Anik De Groof SOC Instrument Scientists Overview 1. Why we need SOC modelling 2. SOC instrument modelling:

More information

Pan-STARRS Introduction to the Published Science Products Subsystem (PSPS)

Pan-STARRS Introduction to the Published Science Products Subsystem (PSPS) Pan-STARRS Introduction to the Published Science Products Subsystem (PSPS) The Role of PSPS Within Pan-STARRS Space... is big. Really big. You just won't believe how vastly hugely mindbogglingly big it

More information

Using SNS EVO Shared Storage with Adobe Premiere Pro CC

Using SNS EVO Shared Storage with Adobe Premiere Pro CC STORAGE CONFIGURATION GUIDE Using SNS EVO Shared Storage with Adobe Premiere Pro CC Contents 3 Shared Storage Architecture / Workflow Overview 4 The EVO Workflow 4... ShareBrowser built-in MAM 4... Slingshot

More information

Existing Tools in HEP and Particle Astrophysics

Existing Tools in HEP and Particle Astrophysics Existing Tools in HEP and Particle Astrophysics Richard Dubois richard@slac.stanford.edu R.Dubois Existing Tools in HEP and Particle Astro 1/20 Outline Introduction: Fermi as example user Analysis Toolkits:

More information