Heliophysics Python Plan

Size: px
Start display at page:

Download "Heliophysics Python Plan"

Transcription

1 Heliophysics Python Plan Russell A. Stoneback Center for Space Sciences Photon Audio Lab The University of Texas at Dallas 27 July 2018 Snakes on a Spaceship: The Return of the Python

2 Motivation Developing for a community is going to be different than a single package Before we decide upon packages to standardize upon we should form a plan on what kind of structure, support, and features we need The overall community package structure needs to account for the realities of community development 2

3 Overall Plan Hub and spoke topology Individual packages implement bulk of functionality Installable via python setup.py install and pip install package Imported by higher level packages to mediate between packages and enable emergent functions Repeat as needed No dependency issues Supports broad package and feature base Individual packages are free to do as they do Integration packages require a more cohesive approach 3

4 Data Layer 4

5 Data Layer File formats should be transparent Transparent install Transparent use Individual package for each format netcdf (netcdf4) hdf4/5 (pyhdf, h5py) CDF (pysatcdf, CDF in spacepy, pure python CDF) ASCII (S. Morley proposed format) Higher level package Integrates sub packages to ensure data from all types returned in a consistent manner Data and metadata Dict keyed by variable name, meta dict keyed by variable name Not everyone understands or cares about self describing data formats High level package should take care of the details so the user only needs to present a filename and in return they get data and metadata ready to go (automagic) 5

6 SpaceTime Layer 6

7 SpaceTime Layer Part of making data consistent is good coordinate transformation and time support Time Support GPS and UTC time (TickTock - spacepy, spicepy,?) UNIX Time Julian Time (?) Easily updatable Pandas Index compatible (pandas and xarray) Coordinate transformations Geographic, geodetic, earth centered earth fixed, earth centered inertial, etc. (spacepy has some support) Magnetic coordinates (apexpy, aacgmv2) 7

8 Vector Systems Need to be able to express vectors in multiple basis systems consistently (pysatmagvect) East, North, Up Vectors Geographic and geodetic systems ECEF Vectors Geomagnetic Vectors Quaternion and Euler Matrix rotation support 8

9 Models 9

10 Indices 10

11 Models Pyglow and others currently provide access to several space science models Could implement same hub and spoke topology here By sub-discipline (?) Each model has an individual package Easier to express all model features Higher level package would then pull all the packages together Model use is application specific, may not be a larger organizing force here Alternatively, could provide a simple interface to run everything everywhere Community has asked for individual IGRF support so that they, and everyone else, can easily hook into IGRF Packages don t have to be fancy Provides a single source for the community to get IGRF values Indices could be a single package 11

12 Instrument Data Integration Common ground for all space science instrumentation is required pysat provides a common ground for data sets Supports integration of a wide variety of packages with no required changes on package side Already incorporates a range of packages Supports satellite and ground based instrument data Generalized data and metadata support, plus Current release uses pandas for data layer, pandas and initial xarray support in a github branch Implements all stages of space science data analysis 12

13 Instrument Data Integration 13

14 Distribution Layer Make writing data files as transparent as reading pysat supports this process using netcdf4 Consistent with NASA/ISTP metadata standards and NASA CDAWeb Generalizable to other formats using the data layer functionality 14

15 Applications Layer Use lower level packages for good One Example via pysat - Satellite Attitude and Ephemeris Support NASA CubeSat missions via ground station software In progress as part of NASA SPORT Predict satellite locations (sgp4 and pyephem) Couples with atmosphere models (IRI, MSIS, HWM, IGRF) Couples with magnetic coordinates (apexpy, aacgmv2) Supports projecting geophysical vectors onto spacecraft or instrument frames (pysatmagvect) Future Contact time planning Automatic TLE updates Ion drift model integration Space weather model development (plasma bubble model) 15

16 Application Examples Started as part of NASA/INPE (Brazilian NASA) SPORT CubeSat 16

17 Application Examples Started as part of NASA/INPE (Brazilian NASA) SPORT CubeSat 16

18 Application Examples Started as part of NASA/INPE (Brazilian NASA) SPORT CubeSat 16

19 Application Examples 17

20 Application Examples 18

21 Applications Layer Ground Station Support Operational Support Exploit ground based instrumentation 19

22 Analysis Layer pysat seasonal bin averaging Supports bin averaging any type of data Couple outputs into machine learning models Couple outputs into Data Assimilation models Superposed Epoch (spacepy) Occurrence Probability (pysat) orbit-by-orbit analysis (pysat) Produce Movies General plotting Basic maps in each coordinate system Orbit Visualisation Ground station maps with FOV 20

23 GUI Layer Need a package to make it easy for the public/developers to browse science data This can be coupled in general to pysat providing the generalized data access and modification tools needed for GUI foundation pysat will also provide triggers suitable for GUI Enables users to use all the same tools at the command line or in the GUI Applets - Focused GUI Apps Looking at seasonal averages has different UI requirements than iterating by orbit 21

24 License and Publications Adopt a license that preserves the openness of science Encourage publication in open source journals Must also be reasonable as open source publishing costs extra money Need to provide community with options Blockchain publishing Current journal system is not intrinsic to science Public can t generally read papers under current model Bitcoin for science Homegrown solution (?) 22

25 Publication Updates Cover article JGR June 2018 Community python article submitted (A. Burrell et al) Keep the momentum going with a solid development plan and robust software manuscript submitted to JGR-Space Physics Volume 123 Issue 6 June 2018 Pages Snakes on a Spaceship An Overview of Python in Heliophysics 3 4 A.G. Burrell 1,J.Klenzing 2, A. Halford 3, R.A. Stoneback 1, A.C. Kellerman 4, A.M. Annex 5,J.Ma 6, D. Stansby 7, K.M. Laundal 8, S. K. Morley William B. Hanson Center for Space Sciences, The University of Texas at Dallas, Richardson, TX, USA 2 ITM Physics Laboratory / Code 675, Goddard Space Flight Center Greenbelt, MD, Space Sciences Department, The Aerospace Corporation, Chantilly, VA 4 Department of Earth Planetary and Space Sciences, University of California, Los Angeles, CA 5 Department of Earth and Planetary Sciences, Johns Hopkins University, Baltimore, MD, Facebook AI Research, Menlo Park, CA Imperial College London, London, SW7 2AZ, UK Birkeland Centre for Space Science, University in Bergen, Norway 9 Space Science and Applications, Los Alamos National Laboratory, Los Alamos, NM 87545, USA 23

Advanced Topics in Python

Advanced Topics in Python Advanced Topics in Python Russell A. Stoneback Center for Space Sciences, University of Texas at Dallas 25 June 2018 Snakes on a Spaceship: The Return of the Python CEDAR Workshop 1 Who am I to tell you

More information

PYSAT: Python Satellite Data Analysis Toolkit

PYSAT: Python Satellite Data Analysis Toolkit JOURNAL OF GEOPHYSICAL RESEARCH, VOL.???, XXXX, DOI:10.1002/, PYSAT: Python Satellite Data Analysis Toolkit R. A. Stoneback, A. G. Burrell, J. Klenzing, M. D. Depew R. A. Stoneback, W. B. Hanson Center

More information

A software library for space science data analysis, modelling and space weather forecasting

A software library for space science data analysis, modelling and space weather forecasting A software library for space science data analysis, modelling and space weather forecasting SpacePy team: Steve Morley 1 ; Dan Welling 2 ; Jon Niehof 3 ; Brian Larsen! 1 Los Alamos National Laboratory

More information

Cross-mission Analysis Through Space Physics Data Facility (SPDF) Services

Cross-mission Analysis Through Space Physics Data Facility (SPDF) Services Presented at the Fall 2012 AGU meeting Paper SM43A-2231 Cross-mission Analysis Through Space Physics Data Facility (SPDF) Services R.M. Candey, D. Bilitza, R. Chimiak, J.F. Cooper, L.N. Garcia, B. Harris,

More information

Mission Overview Cal Poly s Design Current and future work

Mission Overview Cal Poly s Design Current and future work Click to edit Master title style Table Click of to Contents edit Master title style Mission Overview Cal Poly s Design Current and future work 2 Mission Click to Overview edit Master title style Main Mission:

More information

Utilization of AGI STK and S-NPP Operational Data to Generate JPSS-1 Proxy Test Data

Utilization of AGI STK and S-NPP Operational Data to Generate JPSS-1 Proxy Test Data Utilization of AGI STK and S-NPP Operational Data to Generate JPSS-1 Proxy Test Data Emily Greene Wael Ibrahim Chris van Poollen Ed Meletyan Scott Leszczynski 2018 AMS Annual Meeting Austin, TX, USA Copyright

More information

NASA and International Open Standards and the Future of Space Weather Studies

NASA and International Open Standards and the Future of Space Weather Studies NASA and International Open Standards and the Future of Space Weather Studies D. Aaron Roberts NASA Goddard Space Flight Center ISWI2017, 4 August 2107 Virtual Observatory A virtual observatory is

More information

Satellite Attitude Determination

Satellite Attitude Determination Satellite Attitude Determination AERO4701 Space Engineering 3 Week 5 Last Week Looked at GPS signals and pseudorange error terms Looked at GPS positioning from pseudorange data Looked at GPS error sources,

More information

ESPAS: How it fits and benefits

ESPAS: How it fits and benefits ESPAS: How it fits and benefits Dieter Bilitza Department of Physics and Astronomy, George Mason University, Fairfax, Virginia, USA and Heliospheric Laboratory, NASA Goddard Space Flight Center, Greenbelt,

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

VIIRS Radiance Cluster Analysis under CrIS Field of Views

VIIRS Radiance Cluster Analysis under CrIS Field of Views VIIRS Radiance Cluster Analysis under CrIS Field of Views Likun Wang, Yong Chen, Denis Tremblay, Yong Han ESSIC/Univ. of Maryland, College Park, MD; wlikun@umd.edu Acknowledgment CrIS SDR Team 2016 CICS

More information

Laser Beacon Tracking for High-Accuracy Attitude Determination

Laser Beacon Tracking for High-Accuracy Attitude Determination Laser Beacon Tracking for High-Accuracy Attitude Determination Tam Nguyen Massachusetts Institute of Technology 29 th AIAA/USU Conference on Small Satellites SSC15-VIII-2 08/12/2015 Outline Motivation

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

Algorithms for processing level 1a Tiny Ionospheric Photometer data into level 1b radiances

Algorithms for processing level 1a Tiny Ionospheric Photometer data into level 1b radiances Algorithms for processing level 1a Tiny Ionospheric Photometer data into level 1b radiances Overview This document describes the algorithms for processing Tiny Ionospheric Photometer (TIP) level 1a data

More information

Satellite Tracking System using Amateur Telescope and Star Camera for Portable Optical Ground Station

Satellite Tracking System using Amateur Telescope and Star Camera for Portable Optical Ground Station Satellite Tracking System using Amateur Telescope and Star Camera for Portable Optical Ground Station Hyosang Yoon, Kathleen Riesing, and Kerri Cahoy MIT STAR Lab 30 th SmallSat Conference 8/10/2016 Hyosang

More information

Data Retrieval Issues

Data Retrieval Issues ESA Space Weather Programme Study Final Presentation R1. Overview R2. Detailed Rationale R3. Benefits R4. Market Analysis R5. System Requirements R6. Space Segment Definition R7. Ground Segment R8. Prototype

More information

Autonomous on-orbit Calibration Of Star Trackers

Autonomous on-orbit Calibration Of Star Trackers Autonomous on-orbit Calibration Of Star Trackers Malak Samaan 1, Todd Griffith 2,Puneet Singla 3, and John L. Junkins 4 Department of Aerospace Engineering, Texas A&M University, College Station, TX 77843-3141

More information

DEVELOPMENT OF CAMERA MODEL AND GEOMETRIC CALIBRATION/VALIDATION OF XSAT IRIS IMAGERY

DEVELOPMENT OF CAMERA MODEL AND GEOMETRIC CALIBRATION/VALIDATION OF XSAT IRIS IMAGERY DEVELOPMENT OF CAMERA MODEL AND GEOMETRIC CALIBRATION/VALIDATION OF XSAT IRIS IMAGERY Leong Keong Kwoh, Xiaojing Huang, Wee Juan Tan Centre for Remote, Imaging Sensing and Processing (CRISP), National

More information

Relating Local Vision Measurements to Global Navigation Satellite Systems Using Waypoint Based Maps

Relating Local Vision Measurements to Global Navigation Satellite Systems Using Waypoint Based Maps Relating Local Vision Measurements to Global Navigation Satellite Systems Using Waypoint Based Maps John W. Allen Samuel Gin College of Engineering GPS and Vehicle Dynamics Lab Auburn University Auburn,

More information

The Geostationary Operational Satellite R Series (GOES-R) SpaceWire Implementation

The Geostationary Operational Satellite R Series (GOES-R) SpaceWire Implementation The Geostationary Operational Satellite R Series (GOES-R) SpaceWire Implementation Session: SpaceWire Missions and Applications William H. Anderson NASA Goddard Space Flight Center/MEI Technologies E-mail:

More information

Ocean Color Data Formats and Conventions:

Ocean Color Data Formats and Conventions: Ocean Color Data Formats and Conventions: NASA's perspective Sean Bailey NASA Goddard Space Flight Center 07 May 2013 International Ocean Color Science Meeting Darmstadt, Germany 1 The Big Picture The

More information

CRYOSAT-2: STAR TRACKER ATTITUDE CALCULATION TOOL FILE TRANSFER DOCUMENT

CRYOSAT-2: STAR TRACKER ATTITUDE CALCULATION TOOL FILE TRANSFER DOCUMENT Page: 1 / 7 CRYOSAT-: STAR TRACKER ATTITUDE CALCULATION TOOL FILE TRANSFER DOCUMENT 1. INTRODUCTION This is the File Transfer Document for the executable routine that computes attitude data (quaternions,

More information

Attitude-Independent Magnetometer Calibration with Time-Varying Bias

Attitude-Independent Magnetometer Calibration with Time-Varying Bias Attitude-Independent Magnetometer Calibration with Time-Varying Bias John C. Springmann University of Michigan, Ann Arbor, MI Adviser: James W. Cutler August 10, 2011 AIAA/USU Small Satellite Conference

More information

An Introduction to Simulation Using 42. Eric Stoneking 2017

An Introduction to Simulation Using 42. Eric Stoneking 2017 An Introduction to Simulation Using 42 Eric Stoneking 2017 What is 42? A simulation of spacecraft attitude and orbital dynamics and control Intended for use from concept studies through ops Rapid prototyping

More information

Using MMS Data with SPEDAS

Using MMS Data with SPEDAS 2000 MMS 1 FPI Ion (xy) 2015-10-16/13:06:59.985 -> 13:07:00.135 (1) 1x10-20 1x10-21 1000 1x10-22 Vy (km/s) 0 1x10-23 1x10-24 f (s 3 /cm 6 ) -1000 1x10-25 -2000 1x10-26 -2000-1000 0 1000 2000 Vx (km/s)

More information

Python Satellite Data Analysis Toolkit (pysat) Documentation. Release Russell Stoneback

Python Satellite Data Analysis Toolkit (pysat) Documentation. Release Russell Stoneback Python Satellite Data Analysis Toolkit (pysat) Documentation Release 0.5.3 Russell Stoneback Aug 21, 2017 Contents 1 Introduction 1 2 Installation 3 3 Tutorial 5 3.1 Basics...................................................

More information

Design of a Space-Based Internet Emulation System

Design of a Space-Based Internet Emulation System Design of a Space-Based Internet Emulation System Masters Thesis Defense Sujit R. Baliga 11/18/2002 Committee: Dr. Gary J. Minden (Chair) Dr. Joseph B. Evans Dr. Victor Frost Organization Objectives Strategies

More information

SSC99-IIA-5 Microcosm Inc., 1999

SSC99-IIA-5 Microcosm Inc., 1999 SSC99-IIA-5 Microcosm Inc., 1999 AttSim, Attitude Simulation with Control Software in the Loop Hans J., Gwynne Gurevich Microcosm, Inc. 2377 Crenshaw Blvd, Suite 35, Torrance, CA 951 Tel: (31) 32-555 E-mail:

More information

A Constrained Attitude Control Module for Small Satellites

A Constrained Attitude Control Module for Small Satellites A Constrained Attitude Control Module for Small Satellites Henri Kjellberg and E. Glenn Lightsey The University of Texas at Austin Small Satellite Conference Logan, Utah August 14, 2012 Motivation for

More information

Course Introduction. CSC343 - Introduction to Databases Manos Papagelis

Course Introduction. CSC343 - Introduction to Databases Manos Papagelis Course Introduction CSC343 - Introduction to Databases Manos Papagelis Thanks to Ryan Johnson, John Mylopoulos, Arnold Rosenbloom and Renee Miller for material in these slides Overview 2 What is a database?

More information

CelestLabX: CelestLab s extension module

CelestLabX: CelestLab s extension module ScilabTEC CelestLabX: CelestLab s extension module Alain Lamy, CNES Alain.Lamy@cnes.fr 16 May 2014 Space Flight Dynamics mission design at CNES Agenda What tools for mission design? -> What makes Scilab

More information

The EDSN Intersatellite Communications Architecture

The EDSN Intersatellite Communications Architecture EDSN - Edison Demonstration for SmallSat Networks The EDSN Intersatellite Communications Architecture Sunday, August 2 nd, 2014 John Hanson Deputy PM/FSW Lead James Chartres Lead Systems Engineer Hugo

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

Mohammed Bin Rashid Space Centre.

Mohammed Bin Rashid Space Centre. Mohammed Bin Rashid Space Centre Introduction to MBRSC Started as Emirates Institution for Advanced Science and Technology (EIAST) which was established in February 2006. On April 18th, 2015: a decree

More information

AETHERIC ENGINEERING AETHERIC ENGINEERING. Global Telecommunications Consultancy

AETHERIC ENGINEERING AETHERIC ENGINEERING. Global Telecommunications Consultancy AETHERIC ENGINEERING Formed in 1989, is an independent telecommunications consultancy, specialising in satellite communications and satellite technology. We are renowned for our flexibility and tailoring

More information

Strapdown Inertial Navigation Technology

Strapdown Inertial Navigation Technology Strapdown Inertial Navigation Technology 2nd Edition David Titterton and John Weston The Institution of Engineering and Technology Preface xv 1 Introduction 1 1.1 Navigation 1 1.2 Inertial navigation 2

More information

Boeing s CubeSat TestBed 1 Attitude Determination Design and On Orbit Experience. Michael Taraba Primary Author, Former Employee of the Boeing Company

Boeing s CubeSat TestBed 1 Attitude Determination Design and On Orbit Experience. Michael Taraba Primary Author, Former Employee of the Boeing Company SSC9 X 6 Boeing s CubeSat TestBed 1 Attitude Determination Design and On Orbit Experience Michael Taraba Primary Author, Former Employee of the Boeing Company Christian ; Senior Embedded Software Engineer

More information

How to Cloud for Earth Scientists: An Introduction

How to Cloud for Earth Scientists: An Introduction How to Cloud for Earth Scientists: An Introduction Chris Lynnes, NASA EOSDIS* System Architect *Earth Observing System Data and Information System Outline Cloud Basics What good is cloud computing to an

More information

Responsive Flight Software Development & Verification Techniques for Small Satellites

Responsive Flight Software Development & Verification Techniques for Small Satellites Responsive Flight Software Development & Verification Techniques for Small Satellites Darren Rowen The Aerospace Corporation Vehicle Systems Division 9 November 2012 The Aerospace Corporation 2012 Overview

More information

Pangeo. A community-driven effort for Big Data geoscience

Pangeo. A community-driven effort for Big Data geoscience Pangeo A community-driven effort for Big Data geoscience !2 What would you like to have and why? Pangeo s vision for scientific computing in the big-data era Pangeo s Website pangeo-data.org !3 Hello!

More information

Metview and Python - what they can do for each other

Metview and Python - what they can do for each other Metview and Python - what they can do for each other Workshop on Python for Earth System Sciences, ECMWF Iain Russell, Fernando Ii, Sándor Kertész, Stephan Siemen Development Section, ECMWF ECMWF November

More information

Archiving Low-Cost Mission Data in NASA s Planetary Data System

Archiving Low-Cost Mission Data in NASA s Planetary Data System Archiving Low-Cost Mission Data in NASA s Planetary Data System Nancy Chanover New Mexico State University PDS Atmospheres Node 8/15/17 LCPM-12 1 Why Archive Data? Many of the data are irreplaceable and

More information

DIAS_Satellite_MODIS_SurfaceReflectance dataset

DIAS_Satellite_MODIS_SurfaceReflectance dataset DIAS_Satellite_MODIS_SurfaceReflectance dataset 1. IDENTIFICATION INFORMATION DOI Metadata Identifier DIAS_Satellite_MODIS_SurfaceReflectance dataset doi:10.20783/dias.273 [http://doi.org/10.20783/dias.273]

More information

SCALABLE TRAJECTORY DESIGN WITH COTS SOFTWARE. x8534, x8505,

SCALABLE TRAJECTORY DESIGN WITH COTS SOFTWARE. x8534, x8505, SCALABLE TRAJECTORY DESIGN WITH COTS SOFTWARE Kenneth Kawahara (1) and Jonathan Lowe (2) (1) Analytical Graphics, Inc., 6404 Ivy Lane, Suite 810, Greenbelt, MD 20770, (240) 764 1500 x8534, kkawahara@agi.com

More information

AUTONOMOUS FORMATION FLYING FROM THE GROUND TO FLIGHT

AUTONOMOUS FORMATION FLYING FROM THE GROUND TO FLIGHT AUTONOMOUS FORMATION FLYING FROM THE GROUND TO FLIGHT ABSTRACT Keith B. Chapman (chapman@ai-solutions.com) Gregory T. Dell (dell@ai-solutions.com) Duane L. Rosenberg (rosenberg@ai-solutions.com) AI Solutions,

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

Summary of Publicly Released CIPS Data Versions.

Summary of Publicly Released CIPS Data Versions. Summary of Publicly Released CIPS Data Versions. Last Updated 13 May 2012 V3.11 - Baseline data version, available before July 2008 All CIPS V3.X data versions followed the data processing flow and data

More information

Science Data Management Plan (SDMP) Document #: ICN-SCI-001 Rev. C Release Date: 05/05/15 ICON Mission

Science Data Management Plan (SDMP) Document #: ICN-SCI-001 Rev. C Release Date: 05/05/15 ICON Mission UNIVERSITY OF CALIFORNIA, BERKELEY SPACE SCIENCES LABORATORY Digitally signed by Michael Raffanti Date: 2015.06.02 16:33:31 PDT Science Data Management Plan (SDMP) Document #: ICN-SCI-001 Rev. C Release

More information

Data Warehouse Design For Earth Observation Satellites

Data Warehouse Design For Earth Observation Satellites Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 3876 3882 2012 International Workshop on Information and Electronics Engineering (IWIEE) Data Warehouse Design For Earth Observation

More information

Introduction of new WDCGG website. Seiji MIYAUCHI Meteorological Agency

Introduction of new WDCGG website. Seiji MIYAUCHI Meteorological Agency Introduction of new WDCGG website Seiji MIYAUCHI WDCGG@Japan Meteorological Agency 1. Introduction of new WDCGG website 2. Starting to gather and provide satellite data at WDCGG Current WDCGG website 3

More information

Geometric Approach to Position Determination in Space: Advantages and Limitations

Geometric Approach to Position Determination in Space: Advantages and Limitations Geometric Approach to Position Determination in Space: Advantages and Limitations OSU Dorota Grejner-Brzezinska and Tae-Suk Bae Department of Civil and Environmental Engineering and Geodetic Science The

More information

HQ AFWA. DMSP Satellite Raw Sensor Data Record (RSDR) File Format Specification

HQ AFWA. DMSP Satellite Raw Sensor Data Record (RSDR) File Format Specification HQ AFWA DMSP Satellite Raw Sensor Data Record (RSDR) File Format Specification (Version 1.0 updated, Final, 19 Jan 01) (Replaces version 1.0 Final, 2 Nov 00) Produced by Capt. David M. Paal HQ AFWA/Space

More information

Simple attitude visualization tool for satellite operations

Simple attitude visualization tool for satellite operations Simple attitude visualization tool for satellite operations Franck M. Chatel * and Herbert Wuesten DLR - GSOC, Wessling, 82234, Germany Gabriel Mihail LSE, Darmstadt, 64293, Germany The attitude data delivered

More information

Metview s new Python interface

Metview s new Python interface Metview s new Python interface Workshop on developing Python frameworks for earth system sciences. ECMWF, 2018 Iain Russell Development Section, ECMWF Thanks to Sándor Kertész Fernando Ii Stephan Siemen

More information

OPeNDAP: Accessing HYCOM (and other data) remotely

OPeNDAP: Accessing HYCOM (and other data) remotely OPeNDAP: Accessing HYCOM (and other data) remotely Presented at The HYCOM NOPP GODAE Meeting By Peter Cornillon OPeNDAP Inc., Narragansett, RI 02882 7 December 2005 8/25/05 HYCOM NOPP GODAE 1 Acknowledgements

More information

Mohammed Bin Rashid Space Centre

Mohammed Bin Rashid Space Centre Mohammed Bin Rashid Space Centre Salem Al Marri ADG S&T Salem.Almarri@mbrsc.ae Outline UAE s situation in Space MBRSC overview Current and Future Space missions Products, services and space applications

More information

AE9/AP9/SPM Radiation Environment Model. Release Notes. Version Approved for public release; distribution is unlimited.

AE9/AP9/SPM Radiation Environment Model. Release Notes. Version Approved for public release; distribution is unlimited. AE9/AP9/SPM Radiation Environment Model Release Notes Version 1.30.001 Approved for public release; distribution is unlimited. The AE9/AP9/SPM model was developed by the Air Force Research Laboratory in

More information

Strapdown Inertial Navigation Technology, Second Edition D. H. Titterton J. L. Weston

Strapdown Inertial Navigation Technology, Second Edition D. H. Titterton J. L. Weston Strapdown Inertial Navigation Technology, Second Edition D. H. Titterton J. L. Weston NavtechGPS Part #1147 Progress in Astronautics and Aeronautics Series, 207 Published by AIAA, 2004, Revised, 2nd Edition,

More information

KhalifaSat: Mission Overview

KhalifaSat: Mission Overview KhalifaSat: Mission Overview 1 Introduction to EIAST Emirates Institution for Advanced Science and Technology Government entity based in Dubai, UAE Established in 2006 Vision To be recognized globally

More information

Google Earth Visualization of Magnetometer Data

Google Earth Visualization of Magnetometer Data Google Earth Visualization of Magnetometer Data Brian Love Computer Science Department Augsburg College Minneapolis, MN 55454 loveb@augsburg.edu Noel Petit Computer Science Department Augsburg College

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

UCSD AUVSI Unmanned Aerial System Team. Joshua Egbert Shane Grant

UCSD AUVSI Unmanned Aerial System Team. Joshua Egbert Shane Grant UCSD AUVSI Unmanned Aerial System Team Joshua Egbert Shane Grant Agenda Project background and history System design overview Gimbal Stabilization Target Recognition Lessons Learned Future Work Q&A UCSD

More information

Space Technology and Satellite Applications A Global Leadership Opportunity for Scotland

Space Technology and Satellite Applications A Global Leadership Opportunity for Scotland Space Technology and Satellite Applications A Global Leadership Opportunity for Scotland The Scottish space sector has a distinctive profile, delivering leadership in microsatellites, space science and

More information

Usability Testing: A tutorial and Case Study from the NASA Goddard Space Flight Center Library

Usability Testing: A tutorial and Case Study from the NASA Goddard Space Flight Center Library Usability Testing: A tutorial and Case Study from the NASA Goddard Space Flight Center Library Andrea Japzon Drexel University Zimmerman Associates, Inc. Managing Electronic Resources Denver, Colorado

More information

Simulating Delay Tolerant Networking (DTN) for CubeSats

Simulating Delay Tolerant Networking (DTN) for CubeSats Simulating Delay Tolerant Networking (DTN) for CubeSats Interplanetary CubeSat Workshop Cambridge, Massachusetts May 29 th, 2012 Wireless and Mobile Systems (WAMS) Lab Paul Muri Janise McNair NASA Space

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

GREASE Grid Aware End-to-end Analysis and Simulation Environment

GREASE Grid Aware End-to-end Analysis and Simulation Environment GREASE Grid Aware End-to-end Analysis and Simulation Environment Mark ter Linden 25 October 2002 Project! Started July 2002, ends June 2003 URD ready SSD, SVVP in progress Prototyping in progress Setup

More information

Jean-François Goester

Jean-François Goester Jean-François Goester Email: jean-francois.goester@cnes.fr Summary The old Software suit The choice of the Java TM language PATRIUS GENIUS GENOPUS PSIMU Other applications Distribution Conclusion 2 The

More information

National Instruments 7 June Jim Henry -- UTChattanooga. EXPRESS Payload Simulator Flight Demonstration on ISS Demonstrating Boeing-Developed

National Instruments 7 June Jim Henry -- UTChattanooga. EXPRESS Payload Simulator Flight Demonstration on ISS Demonstrating Boeing-Developed National Instruments 7 June 2010 EXPRESS Payload Simulator software developed by UTC professor Dr. Jim Henry carried on the NASA Space Shuttle Atlantis that launched May 14 for installation on the ISS,

More information

Security Coding Module Integer Error You Can t Count That High CS1

Security Coding Module Integer Error You Can t Count That High CS1 Security Coding Module Integer Error You Can t Count That High CS1 Summary: Integer values that are too large or too small may fall outside the allowable range for their data type, leading to undefined

More information

CubeSat Flight Control Software

CubeSat Flight Control Software CubeSat Flight Control Software Senior Project - 2013 Dan Turner Colin Myers Project Description Flight Control Software for Vermont Techs CubeSat Scheduled to launch in September of 2013 Purpose: Test

More information

Web Map Caching and Tiling. Overview David M. Horwood June 2011

Web Map Caching and Tiling. Overview David M. Horwood June 2011 Web Map Caching and Tiling Overview David M. Horwood dhorwood@esricanada.com June 2011 Web Mapping Traditional Geographic projection Select / Refresh workflow Slow, non-interactive (refresh delay) http://www.geographynetwork.ca/website/obm/viewer.htm

More information

Effect of Satellite Formation Architectures and Imaging Modes on Albedo Estimation of major Biomes

Effect of Satellite Formation Architectures and Imaging Modes on Albedo Estimation of major Biomes Effect of Satellite Formation Architectures and Imaging Modes on Albedo Estimation of major Biomes Sreeja Nag 1,2, Charles Gatebe 3, David Miller 1,4, Olivier de Weck 1 1 Massachusetts Institute of Technology,

More information

UCD discussion from SSIG. B. Cecconi, S. Erard, P. Le Sidaner Observatoire de Paris

UCD discussion from SSIG. B. Cecconi, S. Erard, P. Le Sidaner Observatoire de Paris UCD discussion from SSIG B. Cecconi, S. Erard, P. Le Sidaner Observatoire de Paris Previous proposal (1) Plasma environment modeling magnetic potential vector. phys.magfield;phys.potential OR phys.magfield.potentialvector

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

EECS3421 Introduction to Database Management Systems. Thanks to John Mylopoulos and Ryan Johnson for material in these slides

EECS3421 Introduction to Database Management Systems. Thanks to John Mylopoulos and Ryan Johnson for material in these slides EECS3421 Introduction to Database Management Systems Thanks to John Mylopoulos and Ryan Johnson for material in these slides Overview What is a database? Course administrivia The relational model 2 What

More information

Getting Started Processing DSN Data with ODTK

Getting Started Processing DSN Data with ODTK Getting Started Processing DSN Data with ODTK 1 Introduction ODTK can process several types of tracking data produced by JPL s deep space network (DSN): two-way sequential range, two- and three-way Doppler,

More information

Goddard Atmospheric Composition Data Center: Aura Data and Services in One Place

Goddard Atmospheric Composition Data Center: Aura Data and Services in One Place Goddard Atmospheric Composition Data Center: Aura Data and Services in One Place G. Leptoukh, S. Kempler, I. Gerasimov, S. Ahmad, J. Johnson Goddard Earth Sciences Data and Information Services Center,

More information

Analysis Ready Data For Land (CARD4L-ST)

Analysis Ready Data For Land (CARD4L-ST) Analysis Ready Data For Land Product Family Specification Surface Temperature (CARD4L-ST) Document status For Adoption as: Product Family Specification, Surface Temperature This Specification should next

More information

ROSCOSMOS. Current State of the Russian Space Program and National Space Industry

ROSCOSMOS. Current State of the Russian Space Program and National Space Industry Current State of the Russian Space Program and National Space Industry October 2016 Key Events Defining the Future of National Spaceflight July 13 th, 2015: The Law on Roscosmos State Corporation is signed

More information

Sentinel-2/Landsat-8 Characterization and Cross - Cal

Sentinel-2/Landsat-8 Characterization and Cross - Cal Sentinel-2/Landsat-8 Characterization and Cross - Cal Markham Support for analysis of MSI performance data; coordination of Cal Team; Pre-launch Cross calibrations Helder/Leigh Improved use of PICS sites

More information

DATA PROCESSING, DATA BASES AND TOOLS AVAILABLE: PRESENT AND FUTURE D. Heynderickx, B. Quaghebeur Belgian Institute for Space Aeronomy, Brussels, Belg

DATA PROCESSING, DATA BASES AND TOOLS AVAILABLE: PRESENT AND FUTURE D. Heynderickx, B. Quaghebeur Belgian Institute for Space Aeronomy, Brussels, Belg DATA PROCESSING, DATA BASES AND TOOLS AVAILABLE: PRESENT AND FUTURE D. Heynderickx, B. Quaghebeur Belgian Institute for Space Aeronomy, Brussels, Belgium ABSTRACT By their nature, space weather applications

More information

SPACE WEATHER PRODUCT GENERATION TRANSITION FROM SWPC to NESDIS. Arthur T McClinton Jr* Noblis, Inc., Falls Church, Virginia. 1.

SPACE WEATHER PRODUCT GENERATION TRANSITION FROM SWPC to NESDIS. Arthur T McClinton Jr* Noblis, Inc., Falls Church, Virginia. 1. Session 7.8 SPACE WEATHER PRODUCT GENERATION TRANSITION FROM SWPC to NESDIS Arthur T McClinton Jr* Noblis, Inc., Falls Church, Virginia K. Mckenzie 1, S. Hill 2, C. Ortiz 2, A. Booth 3, and P. Yu 4 1 NOAA/NESDIS/OSD,

More information

chatterbot-weather Documentation

chatterbot-weather Documentation chatterbot-weather Documentation Release 0.1.1 Gunther Cox Nov 23, 2018 Contents 1 chatterbot-weather 3 1.1 Installation................................................ 3 1.2 Example.................................................

More information

IRISpy: Expanding IRIS Data Analysis into Python and Upgrading the Solar Physics Software Paradigm for a New Generation

IRISpy: Expanding IRIS Data Analysis into Python and Upgrading the Solar Physics Software Paradigm for a New Generation Docs: http://docs.sunpy.org/projects/irispy/en/latest/ Code: github.com/sunpy/irispy Live Demo: https://github.com/danryanirish/irispy_tutorials IRISpy: Expanding IRIS Data Analysis into Python and Upgrading

More information

Where is the Space Station?

Where is the Space Station? Where is the Space Station? Introduction In this project you will use a web service to find out the current location of the International Space Station (ISS) and plot its location on a map. Step 1: Who

More information

Toward the Development of a Comprehensive Data & Information Management System for THORPEX

Toward the Development of a Comprehensive Data & Information Management System for THORPEX Toward the Development of a Comprehensive Data & Information Management System for THORPEX Mohan Ramamurthy, Unidata Steve Williams, JOSS Jose Meitin, JOSS Karyn Sawyer, JOSS UCAR Office of Programs Boulder,

More information

Clare Richards, Benjamin Evans, Kate Snow, Chris Allen, Jingbo Wang, Kelsey A Druken, Sean Pringle, Jon Smillie and Matt Nethery. nci.org.

Clare Richards, Benjamin Evans, Kate Snow, Chris Allen, Jingbo Wang, Kelsey A Druken, Sean Pringle, Jon Smillie and Matt Nethery. nci.org. The important role of HPC and data-intensive infrastructure facilities in supporting a diversity of Virtual Research Environments (VREs): working with Climate Clare Richards, Benjamin Evans, Kate Snow,

More information

Large Irregular Datasets and the Computational Grid

Large Irregular Datasets and the Computational Grid Large Irregular Datasets and the Computational Grid Joel Saltz University of Maryland College Park Computer Science Department Johns Hopkins Medical Institutions Pathology Department Computational grids

More information

Component Level Prediction Versus System Level Measurement of SABER Relative Spectral Response

Component Level Prediction Versus System Level Measurement of SABER Relative Spectral Response Utah State University DigitalCommons@USU Space Dynamics Lab Publications Space Dynamics Lab 1-1-2003 Component Level Prediction Versus System Level Measurement of SABER Relative Spectral Response S. Hansen

More information

Command & Control for the Constellation Program

Command & Control for the Constellation Program Session 6: Challenges Returning to the Moon and Beyond Command & Control for the Constellation Program Session 6: Challenges Returning to the Moon and Beyond February 12, 2007 Command & Control for the

More information

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

University of Texas Center for Space Research ICESAT/GLAS Document: CSR SCF Release Notes for Orbit and Attitude Determination University of Texas Center for Space Research ICESAT/GLAS Document: CSR SCF Notes for Orbit and Attitude Determination Tim Urban Sungkoo Bae Hyung-Jin Rim Charles Webb Sungpil Yoon Bob Schutz Version 3.0

More information

Published by IUGONET Project Team, Sep

Published by IUGONET Project Team, Sep Instructions for data analysis software: - Preparation - The IUGONET project and its products for space weather study - Installation - How to Use SPEDAS, part1 - How to Use SPEDAS, part2 Published by IUGONET

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

Cumulus Services Working Group. Dan Pilone SE TIM / August 2017

Cumulus Services Working Group. Dan Pilone SE TIM / August 2017 Cumulus Services Working Group Dan Pilone dan@element84.com SE TIM / August 2017 2 Reminder: Why are we doing this? 3 Background: Motivation for Cloud Growth of Mission Data & Processing: Projected rapid

More information

DIGITAL COMPASS-RD DIGITAL COMPASS REFERENCE DESIGN KIT USER' S GUIDE. 1. Kit Contents. 2. Introduction. 3. Quick-Start Guide. 4. General Description

DIGITAL COMPASS-RD DIGITAL COMPASS REFERENCE DESIGN KIT USER' S GUIDE. 1. Kit Contents. 2. Introduction. 3. Quick-Start Guide. 4. General Description DIGITAL COMPASS REFERENCE DESIGN KIT USER' S GUIDE 1. Kit Contents The Digital Compass Reference Design Kit contains the following items: C8051F350 Digital Compass Reference Design Board Silicon Laboratories

More information

SysML model of Exoplanet Archive Functionality and Activities Solange Ramirez a, and the NASA Exoplanet Archive Team a

SysML model of Exoplanet Archive Functionality and Activities Solange Ramirez a, and the NASA Exoplanet Archive Team a SysML model of Exoplanet Archive Functionality and Activities Solange Ramirez a, and the NASA Exoplanet Archive Team a a NASA Exoplanet Science Institute, California Institute of Technology, 1200 East

More information

Institutional Repository using DSpace. Yatrik Patel Scientist D (CS)

Institutional Repository using DSpace. Yatrik Patel Scientist D (CS) Institutional Repository using DSpace Yatrik Patel Scientist D (CS) yatrik@inflibnet.ac.in What is Institutional Repository? Institutional repositories [are]... digital collections capturing and preserving

More information

3D Motion Tracking by Inertial and Magnetic sensors with or without GPS

3D Motion Tracking by Inertial and Magnetic sensors with or without GPS 3D Motion Tracking by Inertial and Magnetic sensors with or without GPS Junping Cai M.Sc. E. E, PhD junping@mci.sdu.dk Centre for Product Development (CPD) Mads Clausen Institute (MCI) University of Southern

More information

DIGITAL EARTH AUSTRALIA AND OPEN DATA CUBE TRAINING WORKSHOP

DIGITAL EARTH AUSTRALIA AND OPEN DATA CUBE TRAINING WORKSHOP DIGITAL EARTH AUSTRALIA AND OPEN DATA CUBE TRAINING WORKSHOP VIEW, ACCESS AND ANALYSE DATA Authors: Alex Leith, Felix Lipkin and Jess Keysers Document Control Date: 29 March 2019 Version: 1.1 (FINAL) Review:

More information