Space Algorithm Testbeds - Small Business Pipeline for Technology Innovation

Size: px
Start display at page:

Download "Space Algorithm Testbeds - Small Business Pipeline for Technology Innovation"

Transcription

1 AIAA SPACE 2009 Conference & Exposition September 2009, Pasadena, California AIAA Space Algorithm Testbeds - Small Business Pipeline for Technology Innovation Roberta M. Ewart and Jie Z. Jacquot Development Planning Directorate, Space and Missile Systems Center, El Segundo, CA Patricia H. Lew The Aerospace Corporation, El Segundo, CA Small businesses, through the Small Business Innovation Research (SBIR) Program, have demonstrated the ability to create highly capable algorithms for space applications. In order to harness the innovation resident in these algorithms, the Space and Missile Systems Center Developmental Planning Directorate (SMC/XR) Third Generation Infrared Surveillance (3GIRS) office created an algorithm testbed, the Algorithm Development Lab (ADL). The primary objective of the ADL is to provide a neutral environment for generating, implementing, testing, and assessing the performance of ground processing algorithms for data from the type of Wide Field-of-View (WFOV) sensors planned for 3GIRS. Test chamber data and synthetic data as well as on-orbit data and multi-sensor data will be made available in the ADL. An initial set of baseline algorithms and an initial set of baseline algorithm performance evaluation tools are currently implemented. The current ADL testbed uses C++. However, wrappers are written so that Matlab routines can be called. The government will protect the intellectual properties of participants through various procedures. The ADL provides a unique opportunity for small businesses to test their algorithms on rarely accessible on-orbit data. With baseline processing algorithms in place, small businesses do not have to worry about developing algorithms for the entire processing chain and can focus on tasks within the scope of an SBIR. I. Incorporating SBIRs into Future Government Systems The SBIR program is designed to stimulate technological innovation and develop marketable products through federal funding. Under the program, companies explore the technical merit and feasibility of a technology (Phase I), and when feasible, develop it and prepare it for commercialization (Phase II). Since each investment is small, the program allows the government to explore many different ideas and novel technologies. Companies that participate in the program are often associated with research institutions; hence the SBIR program is a great way for the government to benefit from recent developments in academia. Because of the SBIR program s focus on developing technological products that can be commercialized, the economic benefits and marketability of each proposal is considered during the evaluation process and generally the products reach a Technology Readiness Level (TRL) of 5 or higher at the end of Phase II. It would be to the government s technical and financial advantage to incorporate products developed through SBIRs in its future systems. II. Algorithm Development Lab as a Government Algorithm Testbed Department of Defense (DOD) satellites provide the military and other government users with a variety of services including missile warning, surveillance, navigation, communication, and weather analysis. Increasingly, DOD satellites, such as the Global Positioning System (GPS), are also being used for personal and commercial purposes. Many DOD satellites launched within the past few decades, such as the Defense Chief Scientist, Space and Missile Systems Center, roberta.ewart@losangeles.af.mil Presidential Management Fellow, Space and Missile Systems Center, jie.jacquot@losangeles.af.mil 1 of 6 This material is declared a work of the U.S. Government and American is not subject Institute to copyright of protection Aeronautics in the and United Astronautics States.

2 Support Program (DSP), have long exceeded their expected life spans. However, according to a GAO study, a majority of current satellite programs encounter schedule delays and cost overruns. 1 The report mentioned factors such as regular delays in software development and the lack of thorough testing as some of the drivers behind the problems. A fair amount of research has been done under the SBIR program in the area of algorithm development for space applications. Instead of improving current ways of solving data processing problems, these algorithms explore brand new approaches. In order to objectively and systematically compare the pros and cons of different ground processing algorithms, including those developed through SBIRs as well as by governmental agencies and defense contractors, the 3GIRS office created an algorithm testbed, the Algorithm Development Lab (ADL). The ADL provides a neutral environment both in terms of hardware and software for generating, implementing, testing, and assessing the performance of ground processing algorithms. The current ADL testbed uses C++. However, wrappers are written so that Matlab routines can be called. The government will protect the intellectual properties of small businesses as well as defense contractors using procedures such as providing each company with a unique removable hard drive to load its code. As part of the 3GIRS program, the ADL will mainly be concerned with processing data collected via WFOV full earth staring sensors. Performance assessments using the ADL will help the government optimize future system designs. The 3GIRS office will use the ADL to determine necessary investments for its objective system as well as to determine contract requirements and procurement strategies. III. WFOV Full Earth Staring Sensor Data Processing Algorithms A missile defense and missile warning system is used to find, fix, track, and identify ballistic objects. To this end, such objects need to be first extracted and discriminated from their cluttered environments. Clutters in the environments arise from atmospheric and manmade structures. Sample atmospheric structures that may obscure ballistic and flying objects include clouds, terrain features, aurora, stratospheric warming, temperature inversions, and polar mesospheric clouds. As part of 3GIRS, the ADL is primarily concerned with WFOV data from a geo-synchronous orbit. Many challenges exist for processing this particular type of data. Geo-synchronous IR satellites with full earth WFOV staring sensors may observe multiple ballistic missile launch events at the same time against a densely cluttered background. The targets may be small and only occupy one or two pixels on the image plane. They may also be dim and not easily distinguishable from background clutter. These small dim targets may be moving with sub-pixel/frame velocities. Other challenges faced by WFOV data processing include: having a huge number of pixels to process, having large ground foot print in the data, and having to calibrate large format FPA sensors. In order to derive missile warning information from WFOV data, a number of algorithms have to be used to process mission data. This data processing can be divided into two stages: front-end processing and back-end processing. Front-end processes include those that are satellite/sensor specific while back-end processes include those that use information from multiple sensors such as multi-source detection and event characterization. The ADL mainly looks at the front-end processes. Conventionally, these include sensor calibration, noise suppression, jitter suppression, clutter suppression and thresholding. The collection of these algorithms is called Exceedance Generation Processing (EGP), where exceedance pixels refer to those classified as potential target pixels after the thresholding step. Other front-end processes include: Closely Spaced Objects (CSO) decomposition, sub-pixel target location determination (centroiding), Line Of Sight (LOS) determination and representative return (rep return) formation. The collection of these algorithms is called Object Dependent Processing (ODP). CSO decomposition separates closely-spaced objects that merged on the focal plane. LOS determination calculates the attitude of the focal plane. The location, time, and intensity of a point target plus associated error estimates is referred to as a rep return. Figure 1 shows the data processing chain. IV. Algorithm Development Lab Overview The ADL is located in the Aerospace Corporation, a Federally-Funded Research and Development Corporation. The primary hardware components of the ADL include: MatLab workstations, a signal processing server, runtime workstations, analysis workstations and a storage media used for archiving. Figure 2 shows the hardware configuration in the ADL. The primary software elements in the ADL include: a signal pro- 2 of 6

3 Figure 1. Mission Data Processing Chain cessing software that runs on Linux PCs, a signal processing algorithm database, an analysis tool software, the Red Hat Linux operating system (version 5) and system support files (e.g. device drivers etc.). Figure 3 shows the software architecture overview in the ADL. New signal processing algorithms may be developed, implemented, and tested using dedicated Matlab workstations in the ADL. Algorithms will be archived in the Algorithm Archive block shown in Figure 3. Data collected on-orbit or in test chambers as well as those synthetically generated will be deposited in the Sensor Data Archive block. Synthetic data will be generated using different sensor parameters (including optics, FPA, and readout electronics), backgrounds, target types, environments, and engagement geometries. The Signal Processing Run-Time Environment (SPRTE) shown in the center of figure 3 is the heart of data processing in the ADL. Figure 4 shows the components of SPRTE. Archived data is inserted in the Shared Memory block via the sensor data ingest process. A collection of algorithms is also inserted in the same block via their Application Program Interfaces (API). APIs facilitate the data exchange between neighboring processing steps. New algorithms can be plugged in via the appropriate APIs. Test chamber data and synthetic data as well as on-orbit data and multi-sensor data will be available in the ADL. These different types of data will have different formats and an ingest processing algorithm converts them into a standard format. The ADL can generate multiple output formats (including ASCII, binary and image formats). A set of baseline signal processing algorithms for signal calibration, jitter suppression, clutter suppression, and CSO decomposition and a set of baseline performance analysis tools are currently available in the ADL. The ADL provides a unique opportunity for small businesses to test their algorithms on rarely accessible on-orbit data and increase their TRLs. With baseline processing algorithms in place, small businesses also do not have to worry about developing algorithms for the entire processing chain and can instead focus on tasks within the scope of an SBIR. V. ADL Application to Commercially Hosted IR Payload (CHIRP) In June 2008, the Space and Missile Systems Center (SMC) at the Los Angeles Air Force Base awarded Americom Government Services (AGS) a contract to host an experimental IR sensor on a geo-synchronous 3 of 6

4 Figure 2. ADL Hardware Architecture Overview satellite. CHIRP Flight Demonstration program serves as part of the risk reduction effort for 3GIRS. CHIRP will demonstrate staring WFOV IR sensor technology by testing a 1/4-earth, 1-eye, WFOV IR sensor on an SAIC-developed payload with an Orbital Science Enhanced STAR 2.4 satellite bus. The intended launch window for this satellite is May - September The demonstration operation will last for one year 2. 3 CHIRP will be able to provide ADL with vital on-orbit IR data commensurate with 3GIRS performance. Data will be collected against cooperative targets and targets of opportunity under a wide range of weather and seasonal conditions. 2 Using these on-orbit data along with synthetic simulated sensor data, the ADL can then test, evaluate and compare a variety of signal processing algorithms and determine the optimum processing algorithms for IR data from WFOV staring sensors. These data will also play an important role in building the set of analysis tools used to evaluate processing algorithms. With data from CHIRP, the ADL will also be able to assess calibration algorithms for WFOV sensors and bus constraints for WFOV sensors, including LOS stability and thermal stability requirements. The Ground Network for CHIRP consists of the CHIRP Mission Operations Center (CMOC), the CHIRP Mission Analysis Center (CMAC) and the Algorithm Application Laboratory (AAL) at the Aerospace Fusion Center (AFC). CMOC performs the telemetry, tracking and commanding (TT& C), archives ephemeris data and mission data, and feeds near real time data to CMAC and AFC. CMAC performs mission planning and tasking, sensor characterization, mission data archiving, and data analysis and sends processed results to AFC. AFC fuses CHIRP IR data with other types of available data, implements algorithms developed and evaluated in the ADL, processes mission data, and archives on-orbit data. Capabilities developed in the ADL that are relevant to CHIRP will be hosted in the AAL 2. 4 Thorough testing and demonstration in the ADL will ensure that algorithms incorporated in the CHIRP Ground Network, and eventually 3GIRS are optimal and serve mission objectives. Figure 6 shows the high level layout for the CHIRP Ground Network. VI. Conclusion Small businesses have demonstrated the ability to create highly capable algorithms for space applications. In order to harness the innovation resident in these algorithms, the Space and Missile Systems Center Devel- 4 of 6

5 Figure 3. ADL Software Architecture Overview opmental Planning Directorate (SMC/XR) Third Generation Infrared Surveillance (3GIRS) office created an algorithm testbed, the Algorithm Development Lab (ADL). The primary objective of the ADL is to provide a neutral environment for generating, implementing, testing, and assessing the performance of ground processing algorithms for data from the type of WFOV sensors planned for 3GIRS. Test chamber data and synthetic data as well as on-orbit data and multi-sensor data will be made available in the ADL. An initial set of baseline algorithms and an initial set of baseline algorithm performance evaluation tools are currently implemented. The current ADL testbed uses C++. However, wrappers are written so that Matlab routines can be called. Performance assessments using the ADL will help the government optimize future system designs. The 3GIRS office will use the ADL to determine necessary investments for future systems as well as to determine contract requirements and procurement strategies. The ADL provides a unique opportunity for small businesses to test their algorithms on rarely accessible on-orbit data. With baseline processing algorithms in place, small businesses also do not have to worry about developing algorithms for the entire processing chain and can focus on tasks within the scope of an SBIR. Acknowledgments We thank all those from the 3GIRS office who contributed material to this paper. References 1 GAO R, Satellite Acquisition Programs, 2 June Maj C. Phillips, CHIRP Overview Brief for Col Wussler, 5 June J. Simonds and A. Mitchell, DoD experiments on commercial spacecraft, 2009 IEEE Aerospace Conference, Big Sky, MT, 7-14 March Capt R. Orcutt and A. Ghafourian, 3GIRS ADL Architecture, OPIR Research & Development Advisory Board Meeting, Colorado Springs, CO, 10 June of 6

6 Figure 4. Components of SPRTE 6 of 6

GAO SPACE ACQUISITIONS. DOD s Goals for Resolving Space Based Infrared System Software Problems Are Ambitious. Report to Congressional Committees

GAO SPACE ACQUISITIONS. DOD s Goals for Resolving Space Based Infrared System Software Problems Are Ambitious. Report to Congressional Committees GAO United States Government Accountability Office Report to Congressional Committees September 2008 SPACE ACQUISITIONS DOD s Goals for Resolving Space Based Infrared System Software Problems Are Ambitious

More information

Science and Technology Opportunities Driven by the 2010 National Space Policy*

Science and Technology Opportunities Driven by the 2010 National Space Policy* AIAA SPACE 2010 Conference & Exposition 30 August - 2 September 2010, Anaheim, California AIAA 2010-8858 1 Science and Technology Opportunities Driven by the 2010 National Space Policy* Roberta Ewart.

More information

What, Why and How. Hosted Payloads: A guide to commercially hosted government payloads from the Hosted Payload Alliance. www.hostedpayloadalliance.

What, Why and How. Hosted Payloads: A guide to commercially hosted government payloads from the Hosted Payload Alliance. www.hostedpayloadalliance. Hosted Payloads: What, Why and How A guide to commercially hosted government payloads from the Hosted Payload Alliance The Hosted Payload Alliance (HPA) is a satellite industry alliance formed in 2011

More information

Christie Price Subcontract Administrator Lockheed Martin Corporation 12257 South Wadsworth Blvd. Littleton, CO 80125

Christie Price Subcontract Administrator Lockheed Martin Corporation 12257 South Wadsworth Blvd. Littleton, CO 80125 Functional Area 1 - Research and Development Support ISYS provides research and development, thermal design, analysis, research, planning and development support for the Thermal Protection System of the

More information

UNCLASSIFIED FY 2015. Quantity of RDT&E Articles 0.000 - - - - - - - - - MDAP/MAIS Code: 488

UNCLASSIFIED FY 2015. Quantity of RDT&E Articles 0.000 - - - - - - - - - MDAP/MAIS Code: 488 Exhibit R-2, RDT&E Budget Item Justification: PB 2015 Air Force : March 2014 3600: Research, Development, Test & Evaluation, Air Force / BA 4: Advanced Component Development & Prototypes (ACD&P) COST ($

More information

Development of the Fabry-Perot Spectrometer Application. Kathryn Browne Code 587

Development of the Fabry-Perot Spectrometer Application. Kathryn Browne Code 587 Development of the Fabry-Perot Spectrometer Application Kathryn Browne Code 587 1 Overview Fabry-Perot Spectrometer (FPS) Conclusion 2 Overview Fabry-Perot Spectrometer (FPS) Conclusion 3 SpaceCube Radiation

More information

SCADE Suite in Space Applications

SCADE Suite in Space Applications SCADE Suite in Space Applications at EADS David Lesens 09/10/2008 Overview Introduction Historical use of SCADE at EADS Astrium ST Why using SCADE? The Automatic Transfer Vehicle (ATV) M51 and Vega R&T

More information

GAO. SPACE SURVEILLANCE DOD and NASA Need Consolidated Requirements and a Coordinated Plan. Report to Congressional Requesters

GAO. SPACE SURVEILLANCE DOD and NASA Need Consolidated Requirements and a Coordinated Plan. Report to Congressional Requesters GAO United States General Accounting Office Report to Congressional Requesters December 1997 SPACE SURVEILLANCE DOD and NASA Need Consolidated Requirements and a Coordinated Plan GAO/NSIAD-98-42 GAO United

More information

September 19, 1996 FACT SHEET NATIONAL SPACE POLICY

September 19, 1996 FACT SHEET NATIONAL SPACE POLICY APPENDIX F-2 (Continued) THE WHITE HOUSE National Science and Technology Council September 19, 1996 FACT SHEET NATIONAL SPACE POLICY Introduction (1) For over three decades, the United States has led the

More information

Collaborative Commercial Space Situational Awareness with ESpOC-Empowered Telescopes

Collaborative Commercial Space Situational Awareness with ESpOC-Empowered Telescopes Collaborative Commercial Space Situational Awareness with ESpOC-Empowered Telescopes David Sibert ExoAnalytic Solutions, Inc. T.S. Kelso Center for Space Standards & Innovation Bill Therien, Doug Hendrix,

More information

Government Open Source Software GSAW 2013

Government Open Source Software GSAW 2013 Government Open Source Software GSAW 2013 G. Todd Kaiser Engineering Fellow Raytheon IIS gtkaiser@raytheon.com 303.344.6915 Copyright 2013 Raytheon Company. All rights reserved. Published by The Aerospace

More information

REDUCING THE COST OF GROUND SYSTEM DEVELOPMENT AND MISSION OPERATIONS USING AUTOMATED XML TECHNOLOGIES. Jesse Wright Jet Propulsion Laboratory,

REDUCING THE COST OF GROUND SYSTEM DEVELOPMENT AND MISSION OPERATIONS USING AUTOMATED XML TECHNOLOGIES. Jesse Wright Jet Propulsion Laboratory, REDUCING THE COST OF GROUND SYSTEM DEVELOPMENT AND MISSION OPERATIONS USING AUTOMATED XML TECHNOLOGIES Colette Wilklow MS 301-240, Pasadena, CA phone + 1 818 354-4674 fax + 1 818 393-4100 email: colette.wilklow@jpl.nasa.gov

More information

NuSTAR Ground Systems and Operations Approach Lessons Learned

NuSTAR Ground Systems and Operations Approach Lessons Learned University of California, Berkeley Space Sciences Laboratory NuSTAR Ground Systems and Operations Approach Lessons Learned Manfred Bester, Bryce Roberts, Mark Lewis, and William Marchant Space Sciences

More information

TIMED Mission System Engineering and System Architecture

TIMED Mission System Engineering and System Architecture TIMED Mission System Engineering and System Architecture David Y. Kusnierkiewicz Aspace mission consists of more than just a spacecraft and scientific instruments. It also includes a ground system to support

More information

Space Flight Project Work Breakdown Structure

Space Flight Project Work Breakdown Structure APPENDIX G. (WBS) Space Flight Project Work Breakdown Structure G.1 Introduction G.1.1 The Project Work Breakdown Structure (WBS) is a key element of project management. The purpose of a WBS is to divide

More information

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS Aswin C Sankaranayanan, Qinfen Zheng, Rama Chellappa University of Maryland College Park, MD - 277 {aswch, qinfen, rama}@cfar.umd.edu Volkan Cevher, James

More information

AIAA Public Policy. Carol A. Cash, VP Public Policy. Aeronautics and Space Engineering Board

AIAA Public Policy. Carol A. Cash, VP Public Policy. Aeronautics and Space Engineering Board AIAA Public Policy Carol A. Cash, VP Public Policy Aeronautics and Space Engineering Board April 5, 2011 AIAA Overview AIAA is the world s leading professional society in the field of aerospace science,

More information

IAC 09 C3.4.5 SUSTAINABILITY ON-ORBIT: SPACE SOLAR POWER AND CLOUD COMPUTING CONSTELLATION TWO EXAMPLES OF INTERNATIONAL OFFSET PROJECTS

IAC 09 C3.4.5 SUSTAINABILITY ON-ORBIT: SPACE SOLAR POWER AND CLOUD COMPUTING CONSTELLATION TWO EXAMPLES OF INTERNATIONAL OFFSET PROJECTS IAC 09 C3.4.5 SUSTAINABILITY ON-ORBIT: SPACE SOLAR POWER AND CLOUD COMPUTING CONSTELLATION TWO EXAMPLES OF INTERNATIONAL OFFSET PROJECTS Author: Mr. Sean Mobilia Global Enterprise Initiative (GEI), Moffett

More information

Nanosat 4 Competition

Nanosat 4 Competition Nanosat 4 Competition NMSUSat2 Team New Mexico State University College of Engineering Presented by Jeremy Bruggemann Topics Competition Overview Mission Overview Design Concept Tests and Analyses Hardware

More information

Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition

Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Paulo Marques 1 Instituto Superior de Engenharia de Lisboa / Instituto de Telecomunicações R. Conselheiro Emídio

More information

Major Contracts on Schriever Air Force Base

Major Contracts on Schriever Air Force Base Major Contracts on Schriever Air Force Base BASE INFRASTRUCTURE FLIGHT (LGCA) Painting - Indefinite Delivery, Indefinite Quantity - FA2550-06-D-1001 -- Provides interior and exterior corrosion control

More information

An Act. To provide for a coordinated Federal program to ensure continued United States leadership in high-performance computing.

An Act. To provide for a coordinated Federal program to ensure continued United States leadership in high-performance computing. The High-Performance Computing Act of 1991 (Public Law 102-194) as amended by the Next Generation Internet Research Act of 1998 (P.L. 105-305) and the America COMPETES Act of 2007 (P.L 110-69) An Act To

More information

SOFTWARE DEVELOPMENT STANDARD FOR SPACECRAFT

SOFTWARE DEVELOPMENT STANDARD FOR SPACECRAFT SOFTWARE DEVELOPMENT STANDARD FOR SPACECRAFT Mar 31, 2014 Japan Aerospace Exploration Agency This is an English translation of JERG-2-610. Whenever there is anything ambiguous in this document, the original

More information

A class-structured software development platform for on-board computers of small satellites

A class-structured software development platform for on-board computers of small satellites A class-structured software development platform for on-board computers of small satellites Takaichi Kamijo*, Yuhei Aoki*, Sotaro Kobayashi*, Shinichi Kimura* *Department of Electrical Engineering, Tokyo

More information

UAV Road Surface Monitoring and Traffic Information

UAV Road Surface Monitoring and Traffic Information UAV Road Surface Monitoring and Traffic Information Czech Road and Motorway Network New capabilities for Unmanned Aerial Systems Current usage (military operation service) Possible civil usage (possible

More information

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Content Remote sensing data Spatial, spectral, radiometric and

More information

Aerospace Engineering: Space Stream Overview

Aerospace Engineering: Space Stream Overview Aerospace Engineering: Space Stream Overview Dept. of Aerospace Engineering Ryerson University Winter 2011 Department of Aerospace Engineering 1 The Space-stream at a Glance Builds on strong aerospace

More information

CUSTOMER KEYNOTE Hal Buddenbohm

CUSTOMER KEYNOTE Hal Buddenbohm CUSTOMER KEYNOTE Hal Buddenbohm Supply Chain Director ITT Force Protection Systems Hal Buddenbohm is the Supply Chain Director at ITT Force Protection Systems in Thousand Oaks, CA. Prior to joining ITT,

More information

Development of a Ground System Architecture Test Bed Array

Development of a Ground System Architecture Test Bed Array Development of a Ground System Architecture Test Bed Array Howard D. Gans, Ph D, PE Lennis Bearden Eric Hertzog Royce Hall Allan Dianic Erik Cotton Brad Kizzort assuredcommunications #1 Background and

More information

Use of Graphical Programming Tools for Electrical Engineering and Technology Courses

Use of Graphical Programming Tools for Electrical Engineering and Technology Courses Use of Graphical Programming Tools for Electrical Engineering and Technology Courses Salahuddin Qazi and Naseem Ishaq School of Information Systems and Engineering Technology State University of New York

More information

DESIGN OF A MISSION DATA STORAGE AND RETRIEVAL SYSTEM FOR NASA DRYDEN FLIGHT RESEARCH CENTER

DESIGN OF A MISSION DATA STORAGE AND RETRIEVAL SYSTEM FOR NASA DRYDEN FLIGHT RESEARCH CENTER DESIGN OF A MISSION DATA STORAGE AND RETRIEVAL SYSTEM FOR NASA DRYDEN FLIGHT RESEARCH CENTER Jessica Lux NASA Dryden Flight Research Center Bob Downing Arcata Associates, Inc. Jack Sheldon Arcata Associates,

More information

US ACTIVE DEBRIS REMOVAL (ADR) EFFORTS

US ACTIVE DEBRIS REMOVAL (ADR) EFFORTS US ACTIVE DEBRIS REMOVAL (ADR) EFFORTS DR. DARREN MCKNIGHT VIENNA UN COPUOS FEBRUARY 2013 1 DISCLAIMER This presentation solely represents the opinions of the author and should not be construed as being

More information

LANDSAT 7 - GROUND SEGMENT ACTIVITIES AT THE GERMAN REMOTE SENSING DATA CENTER. Deutsches Fernerkundungsdatenzentrum (DFD) DLR (*)

LANDSAT 7 - GROUND SEGMENT ACTIVITIES AT THE GERMAN REMOTE SENSING DATA CENTER. Deutsches Fernerkundungsdatenzentrum (DFD) DLR (*) LANDSAT 7 - GROUND SEGMENT ACTIVITIES AT THE GERMAN REMOTE SENSING DATA CENTER Günter Strunz (*), Hans-Dietrich Bettac (**), Jörg Gredel (*), Klaus-Dieter Reiniger (*) & Gunter Schreier (*) Deutsches Fernerkundungsdatenzentrum

More information

16 th IOCCG Committee annual meeting. Plymouth, UK 15 17 February 2011. mission: Present status and near future

16 th IOCCG Committee annual meeting. Plymouth, UK 15 17 February 2011. mission: Present status and near future 16 th IOCCG Committee annual meeting Plymouth, UK 15 17 February 2011 The Meteor 3M Mt satellite mission: Present status and near future plans MISSION AIMS Satellites of the series METEOR M M are purposed

More information

FUSION PROCESSOR SIMULATION (FPSIM)

FUSION PROCESSOR SIMULATION (FPSIM) Proceedings of the 1998 Winter Simulation Conference D.J. Medeiros, E.F. Watson, J.S. Carson and M.S. Manivannan, eds. FUSION PROCESSOR SIMULATION (FPSIM) Mark D. Barnell Computer Science Corporation PO

More information

U.S. COMMERCIAL REMOTE SENSING POLICY. April 25, 2003 FACT SHEET

U.S. COMMERCIAL REMOTE SENSING POLICY. April 25, 2003 FACT SHEET U.S. COMMERCIAL REMOTE SENSING POLICY April 25, 2003 FACT SHEET The President authorized a new national policy on April 25, 2003 that establishes guidance and implementation actions for commercial remote

More information

Workforce Resiliency - STEM* Talent Cultivation * Science, Technology, Engineering, and Mathematics

Workforce Resiliency - STEM* Talent Cultivation * Science, Technology, Engineering, and Mathematics Workforce Resiliency - STEM* Talent Cultivation * Science, Technology, Engineering, and Mathematics Joe Betser The Aerospace Corporation Future SatOps Workshop Ground System Architectures

More information

AEROSPACE ENGINEERING SERIES, GS-0861

AEROSPACE ENGINEERING SERIES, GS-0861 TS-124 May 1993 General Schedule Position Classification Flysheet AEROSPACE ENGINEERING SERIES, GS-0861 Theodore Roosevelt Building 1900 E Street, NW Washington, DC 20415-8330 Classification Programs Division

More information

Internal Calibration Software Requirements

Internal Calibration Software Requirements REQUIREMENT SPECIFICATION Internal Calibration Software Requirements This document is stored electronically. Printed version might not be the latest. SAOCOM PROJECT COMISION NACIONAL DE ACTIVIDADES ESPACIALES

More information

Anomaly Detection Toolkit for Integrated Systems Health Management (ISHM)

Anomaly Detection Toolkit for Integrated Systems Health Management (ISHM) AIAA Infotech@Aerospace 2010 20-22 April 2010, Atlanta, Georgia AIAA 2010-3498 Anomaly Detection Toolkit for Integrated Systems Health Management (ISHM) John Schmalzel 1 and Fernando Figueroa 2 NASA, Stennis

More information

Aerospace Information Technology Topics for Internships and Bachelor s and Master s Theses

Aerospace Information Technology Topics for Internships and Bachelor s and Master s Theses Aerospace Information Technology s for Internships and Bachelor s and Master s Theses Version Nov. 2014 The Chair of Aerospace Information Technology addresses several research topics in the area of: Avionic

More information

Joint Polar Satellite System (JPSS)

Joint Polar Satellite System (JPSS) Joint Polar Satellite System (JPSS) John Furgerson, User Liaison Joint Polar Satellite System National Environmental Satellite, Data, and Information Service National Oceanic and Atmospheric Administration

More information

J8.1 Commercially Hosted Payloads: Low-Cost Research to Operations Carl Schueler 1 Santa Barbara CA

J8.1 Commercially Hosted Payloads: Low-Cost Research to Operations Carl Schueler 1 Santa Barbara CA J8.1 Commercially Hosted Payloads: Low-Cost Research to Operations Carl Schueler 1 Santa Barbara CA Abstract The Commercially-Hosted InfraRed Payload (CHIRP) demonstration launched 21 Sept 2011 was so

More information

Description of the AAU satellite Project. CubeSat Concept. Financing. Organization

Description of the AAU satellite Project. CubeSat Concept. Financing. Organization Projects Catalogue for AAU satellite /DRAFT by Rafael Wisniewski (I8), Ole Thybo (15), Stig Munk Nielsen (I14), Brian Nielsen (I16), Thomas Bak (I8), Lasse Rosendahl (I14) Description of the AAU satellite

More information

The German interagency approach to SSA

The German interagency approach to SSA Lieutenant Colonel (GS) Karsten Auras, German Air Force Headquarters, 1 I b Space Concepts Presentation for the 2015 Japan Space Forum SSA Symposium, Tokyo, Japan The German interagency approach to SSA

More information

Fleet Ballistic Missile Eastern Range Operations Supporting Navy Testing and Deployment

Fleet Ballistic Missile Eastern Range Operations Supporting Navy Testing and Deployment Fleet Ballistic Missile Eastern Range Operations Supporting Navy Testing and Deployment Lockheed Martin Space Systems Company Test & Support Systems Engineering Pier Road, Hanger Y Mail Drop: MRL 156 Cape

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

RS platforms. Fabio Dell Acqua - Gruppo di Telerilevamento

RS platforms. Fabio Dell Acqua - Gruppo di Telerilevamento RS platforms Platform vs. instrument Sensor Platform Instrument The remote sensor can be ideally represented as an instrument carried by a platform Platforms Remote Sensing: Ground-based air-borne space-borne

More information

Leadership Statement Princeton Satellite Systems

Leadership Statement Princeton Satellite Systems www.psatellite.com Leadership Statement Princeton Satellite Systems, Inc. is a small company specializing in aerospace control and simulation technology. Our agility and focus on software development enables

More information

How To Support High Performance Computing

How To Support High Performance Computing 1 of 12 One Hundred Second Congress of the United States of America AT THE FIRST SESSION Begun and held at the City of Washington on Thursday, the third day of January, one thousand nine hundred and ninety-one

More information

Gail Johnson-Roth Director, Acquisition and Risk Management Systems Engineering Division The Aerospace Corporation

Gail Johnson-Roth Director, Acquisition and Risk Management Systems Engineering Division The Aerospace Corporation Gail Johnson-Roth Director, Acquisition and Risk Management Systems Engineering Division Ms. Johnson-Roth has more than 25 years of experience in aerospace engineering at The Aerospace Corporation. Her

More information

Software-Defined Networking from Serro Solutions Enables Global Communication Services in Near Real-Time

Software-Defined Networking from Serro Solutions Enables Global Communication Services in Near Real-Time A CONNECTED A CONNECTED Software-Defined Networking from Serro Solutions Enables Global Communication Services in Near Real-Time Service providers gain a competitive advantage by responding to customer

More information

Data Intensive Science and Computing

Data Intensive Science and Computing DEFENSE LABORATORIES ACADEMIA TRANSFORMATIVE SCIENCE Efficient, effective and agile research system INDUSTRY Data Intensive Science and Computing Advanced Computing & Computational Sciences Division University

More information

Using Commercial Software to Enhance Commercial Imaging Acquisition

Using Commercial Software to Enhance Commercial Imaging Acquisition Using Commercial Software to Enhance Commercial Imaging Acquisition Adam Gorski, Analytical Graphics, Inc., Exton, PA USA, Email: agorski@agi.com April 2011 Abstract This paper documents the ways commercially

More information

Hyperspectral Satellite Imaging Planning a Mission

Hyperspectral Satellite Imaging Planning a Mission Hyperspectral Satellite Imaging Planning a Mission Victor Gardner University of Maryland 2007 AIAA Region 1 Mid-Atlantic Student Conference National Institute of Aerospace, Langley, VA Outline Objective

More information

NOAA/NASA Joint Polar Satellite System (JPSS) Management Control Plan (MCP)

NOAA/NASA Joint Polar Satellite System (JPSS) Management Control Plan (MCP) NOAA/NASA Joint Polar Satellite System (JPSS) Management Control Plan (MCP) January 2013 U.S. Department of Commerce (DOC) National Oceanic and Atmospheric Administration (NOAA) National Environmental

More information

EyasSAT: A Classroom Nanosatellite for Teaching Space Systems Engineering. EyasSAT 1

EyasSAT: A Classroom Nanosatellite for Teaching Space Systems Engineering. EyasSAT 1 : A Classroom Nanosatellite for Teaching Space Systems Engineering 1 Introduction The Need The Solution Background System Architecture Applications Conclusions Outline 2 The Need Space Systems Engineering

More information

Precision on earth. Reliability in space. RUAG Space.

Precision on earth. Reliability in space. RUAG Space. Precision on earth. Reliability in space. RUAG Space. Image: ESA Precision on earth. Reliability in space. RUAG Space is the leading supplier of products for the space industry in Europe. Experience, outstanding

More information

Architecture Frameworks in System Design: Motivation, Theory, and Implementation

Architecture Frameworks in System Design: Motivation, Theory, and Implementation Architecture Frameworks in System Design: Motivation, Theory, and Implementation Matthew Richards Research Assistant, SEARI Daniel Hastings Professor, Engineering Systems Division Professor, Dept. of Aeronautics

More information

Performance Based Cost Modeling: Quantifying the Cost Reduction Potential of Small Observation Satellites

Performance Based Cost Modeling: Quantifying the Cost Reduction Potential of Small Observation Satellites Reinventing Space Conference AIAA-RS-2013-1003 Performance Based Cost Modeling: Quantifying the Cost Reduction Potential of Small Observation Satellites Anthony Shao Microcosm, Inc./University of Southern

More information

Government Technology Trends to Watch in 2014: Big Data

Government Technology Trends to Watch in 2014: Big Data Government Technology Trends to Watch in 2014: Big Data OVERVIEW The federal government manages a wide variety of civilian, defense and intelligence programs and services, which both produce and require

More information

Leveraging Virtualization Technology for Command and Control Systems Training

Leveraging Virtualization Technology for Command and Control Systems Training Leveraging Virtualization Technology for Command and Control Systems Training Joseph J. Connery, Jr., Robert C. Callahan, Dr. Philip N. Brown NORAD and USNORTHCOM/J7 Joint Training and Exercises Directorate

More information

Task 329. Tracking and Monitoring Suborbital Commercial Space Vehicles

Task 329. Tracking and Monitoring Suborbital Commercial Space Vehicles Task 329. Tracking and Monitoring Suborbital Commercial Space Vehicles Dr. William H. Ryan Research Faculty, 2.4-meter Telescope (NM Tech/Magdalena Ridge Observatory) Project Overview Ultimately: develop

More information

How To Develop A Space Program For The Defense Department

How To Develop A Space Program For The Defense Department GAO United States Government Accountability Office Report to the Chairman, Subcommittee on Strategic Forces, Committee on Armed Services, House of Representatives March 2006 SPACE ACQUISITIONS DOD Needs

More information

The PACS Software System. (A high level overview) Prepared by : E. Wieprecht, J.Schreiber, U.Klaas November,5 2007 Issue 1.

The PACS Software System. (A high level overview) Prepared by : E. Wieprecht, J.Schreiber, U.Klaas November,5 2007 Issue 1. The PACS Software System (A high level overview) Prepared by : E. Wieprecht, J.Schreiber, U.Klaas November,5 2007 Issue 1.0 PICC-ME-DS-003 1. Introduction The PCSS, the PACS ICC Software System, is the

More information

Space Export Controls Update

Space Export Controls Update Space Export Controls Update Since Delivering the 1248 Report to Congress - April 2012 Congress added language into the FY13 National Defense Authorization Act that gave the President the authority to

More information

Vdot A Revolutionary Tool for Space Logistics Campaign Planning and Simulation

Vdot A Revolutionary Tool for Space Logistics Campaign Planning and Simulation AIAA SPACE 2009 Conference & Exposition 14-17 September 2009, Pasadena, California AIAA 2009-6551 Vdot A Revolutionary Tool for Space Logistics Campaign Planning and Simulation Roger Herdy 1 Qualis Corporation,

More information

APPLICATION OF APS ARRAYS TO STAR AND FEATURE TRACKING SYSTEMS

APPLICATION OF APS ARRAYS TO STAR AND FEATURE TRACKING SYSTEMS APPLICATION OF APS ARRAYS TO STAR AND FEATURE TRACKING SYSTEMS Christopher Clark, OrlyYadid-Pecht, Eric Fossum, Phil Salomon and Ed Dennison Jet Propulsion Laboratory, California Institute of Technology

More information

Modeling and Simulation Design for Load Testing a Large Space High Accuracy Catalog. Barry S. Graham 46 Test Squadron (Tybrin Corporation)

Modeling and Simulation Design for Load Testing a Large Space High Accuracy Catalog. Barry S. Graham 46 Test Squadron (Tybrin Corporation) Modeling and Simulation Design for Load Testing a Large Space High Accuracy Catalog Barry S. Graham 46 Test Squadron (Tybrin Corporation) ABSTRACT A large High Accuracy Catalog (HAC) of space objects is

More information

SPACE BASED SPACE SURVEILLANCE. Revolutionizing Space Awareness

SPACE BASED SPACE SURVEILLANCE. Revolutionizing Space Awareness SPACE BASED SPACE SURVEILLANCE Revolutionizing Space Awareness SBSS Mission Statement One team working together to deliver space surveillance capability that defends our nation and protects our families.

More information

Temperature Control Loop Analyzer (TeCLA) Software

Temperature Control Loop Analyzer (TeCLA) Software Temperature Control Loop Analyzer (TeCLA) Software F. Burzagli - S. De Palo - G. Santangelo (Alenia Spazio) Fburzagl@to.alespazio.it Foreword A typical feature of an active loop thermal system is to guarantee

More information

GPS BLOCK IIF RUBIDIUM FREQUENCY STANDARD LIFE TEST

GPS BLOCK IIF RUBIDIUM FREQUENCY STANDARD LIFE TEST GPS BLOCK IIF RUBIDIUM FREQUENCY STANDARD LIFE TEST F. Vannicola, R. Beard, J. White, K. Senior, T. Kubik, D. Wilson U.S. Naval Research Laboratory 4555 Overlook Avenue, SW, Washington, DC 20375, USA E-mail:

More information

GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS

GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS GENERAL INFORMATION ON GNSS AUGMENTATION SYSTEMS 1. INTRODUCTION Navigation technologies with precision approach and landing systems, for civilian and military purposes, enable aircrafts to perform their

More information

Services we provide. Tel: +1 561-623-8810 email: contracts@eetengineering.com http://www.eetengineering.com

Services we provide. Tel: +1 561-623-8810 email: contracts@eetengineering.com http://www.eetengineering.com EET Engineering specializes in providing timely, cost-efficient, quality engineering solutions to support the successful implementation of our customer s requirements. For over 24 years, our leadership

More information

Extraction of Satellite Image using Particle Swarm Optimization

Extraction of Satellite Image using Particle Swarm Optimization Extraction of Satellite Image using Particle Swarm Optimization Er.Harish Kundra Assistant Professor & Head Rayat Institute of Engineering & IT, Railmajra, Punjab,India. Dr. V.K.Panchal Director, DTRL,DRDO,

More information

Potential Role of an Enterprise Service Bus (ESB) in Simulation

Potential Role of an Enterprise Service Bus (ESB) in Simulation Doug Stapleton IBM Australia Limited 28 Sydney Avenue, Forrest ACT 2603 AUSTRALIA dougstap@au1.ibm.com ABSTRACT This paper considers eight areas where an Enterprise Service Bus (ESB) can contribute to

More information

How To Run A Space Station From A Polar Relay Station

How To Run A Space Station From A Polar Relay Station SSC space expertise on high latitudes FMV Sensor Symposium Stockholm, September 2014 Björn Ohlson 1 50 years in space 1961 The first sounding rocket launch from Sweden 1962 Building of Esrange starts 1966

More information

International coordination for continuity and interoperability: a CGMS perspective

International coordination for continuity and interoperability: a CGMS perspective International coordination for continuity and interoperability: a CGMS perspective Peng Zhang, CGMS WG-III Co-Chair NSMC/CMA In Cooperation with Suzanne Hilding, CGMS WG-III Co-Chair OPPA/NESDIS/NOAA 1

More information

Autonomy for SOHO Ground Operations

Autonomy for SOHO Ground Operations From: FLAIRS-01 Proceedings. Copyright 2001, AAAI (www.aaai.org). All rights reserved. Autonomy for SOHO Ground Operations Walt Truszkowski, NASA Goddard Space Flight Center (GSFC) Walt.Truszkowski@gsfc.nasa.gov

More information

Automated Spacecraft Scheduling The ASTER Example

Automated Spacecraft Scheduling The ASTER Example Automated Spacecraft Scheduling The ASTER Example Ron Cohen ronald.h.cohen@jpl.nasa.gov Ground System Architectures Workshop 2002 Jet Propulsion Laboratory The Concept Scheduling by software instead of

More information

TOPO Trajectory Operations Officer

TOPO Trajectory Operations Officer ISS Live! was developed at NASA s Johnson Space Center (JSC) under NASA Contracts NNJ14RA02C and NNJ11HA14C wherein the U.S. Government retains certain rights. Console Handbook TOPO Trajectory Operations

More information

VPX Implementation Serves Shipboard Search and Track Needs

VPX Implementation Serves Shipboard Search and Track Needs VPX Implementation Serves Shipboard Search and Track Needs By: Thierry Wastiaux, Senior Vice President Interface Concept Defending against anti-ship missiles is a problem for which high-performance computing

More information

WIRELESS POWER TRANSMISSION FROM SPACE

WIRELESS POWER TRANSMISSION FROM SPACE WIRELESS POWER TRANSMISSION FROM SPACE Gp Capt PA Patil Research Fellow, CAPS China is considering the concept of placing solar panels spanning an area equivalent to a small town aboard the largest-ever

More information

Future Multi-Mission Satellite Operations Centers Based on an Open System Architecture and Compatible Framework

Future Multi-Mission Satellite Operations Centers Based on an Open System Architecture and Compatible Framework Future Multi-Mission Satellite Operations Centers Based on an Open System Architecture and Compatible Framework GSAW 2014 Thomas J. Sullivan, Aerospace Ground Systems Lab Rico Espindola, MMSOC Flight Operations

More information

ABSTRACT. I. Introduction. BI software allows the analyst to create automated tools (or queries) that will:

ABSTRACT. I. Introduction. BI software allows the analyst to create automated tools (or queries) that will: SpaceOps 2010 ConferenceDelivering on the DreamHosted by NASA Mars 25-30 April 2010, Huntsville, Alabama AIAA 2010-2113 Use of Business Intelligence Tools in the DSN Joseph I.

More information

The Extended HANDS Characterization and Analysis of Metric Biases. Tom Kelecy Boeing LTS, Colorado Springs, CO / Kihei, HI

The Extended HANDS Characterization and Analysis of Metric Biases. Tom Kelecy Boeing LTS, Colorado Springs, CO / Kihei, HI The Extended HANDS Characterization and Analysis of Metric Biases Tom Kelecy Boeing LTS, Colorado Springs, CO / Kihei, HI Russell Knox and Rita Cognion Oceanit, Kihei, HI ABSTRACT The Extended High Accuracy

More information

GSAW 2015 Session 11B: Frameworks in Action A Foundation for Service Based Architectures

GSAW 2015 Session 11B: Frameworks in Action A Foundation for Service Based Architectures National Aeronautics and Space Administration GSAW 2015 Session 11B: Frameworks in Action A Foundation for Service Based Architectures s Open Architecture Framework March 4, 2015 Los Angeles, California

More information

CURRICULUM VITAE OF DAN D. V. BHANDERI

CURRICULUM VITAE OF DAN D. V. BHANDERI 1 CURRICULUM VITAE OF DAN D. V. BHANDERI Last update: 18th January 2008 PERSONAL DATA Name: Degree: Birth: Gender: Citizenship: Dan D. V. Bhanderi M.Sc.E.E., Ph.D. May 4th, 1977 in Vejle, Male Danish CURRENT

More information

Joint Space Operations Center Mission System Application Development Environment

Joint Space Operations Center Mission System Application Development Environment Joint Space Operations Center Mission System Application Development Environment Major Rick Luce 1, Captain Paula Reele 1, ChrisSabol 2, Paul Zetocha 3, Juan Echeverry 4, Richard Kim 4, Barbara Golf 5

More information

Figure 2. IASI technical expertise center main interfaces

Figure 2. IASI technical expertise center main interfaces SpaceOps 2010 ConferenceDelivering on the DreamHosted by NASA Mars 25-30 April 2010, Huntsville, Alabama AIAA 2010-2310 The IASI technical expertise center : IASI tuning and performance

More information

AGI Software for Space Situational Awareness

AGI Software for Space Situational Awareness AGI Software for Space Situational Awareness The number of objects in space has significantly proliferated since 1957, with more than 17,000 objects bigger than 10 cm and 1,000+ active payloads currently

More information

Atlas Emergency Detection System (EDS)

Atlas Emergency Detection System (EDS) Atlas Emergency Detection System (EDS) Jeff A. Patton 1 United Launch Alliance, Littleton, Colorado, 80127-7005 [Abstract] The Atlas Expendable Launch Vehicle Program has been studying safe abort requirements

More information

Position Descriptions. Aerospace

Position Descriptions. Aerospace Position Descriptions Aerospace Aerospace Engineering? Aeromechanics / Flight Control / Flight Qualities Engineer Predict, analyze, and verify air vehicle flight dynamics including aircraft aerodynamics,

More information

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving 3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving AIT Austrian Institute of Technology Safety & Security Department Christian Zinner Safe and Autonomous Systems

More information

The RapidEye optical satellite family for high resolution imagery

The RapidEye optical satellite family for high resolution imagery 'Photogrammetric Week 01' D. Fritsch & R. Spiller, Eds. Wichmann Verlag, Heidelberg 2001. Scherer, Krischke 139 The RapidEye optical satellite family for high resolution imagery STEFAN SCHERER and MANFRED

More information

Small Business Innovation Research Small Business Technology TRansfer

Small Business Innovation Research Small Business Technology TRansfer Small Business Innovation Research Small Business Technology TRansfer Gynlle Steele, GRC SBIR/STTR Program Manager HUBZone Industry Day Ohio Aerospace Institute June 19, 2012 1! NASA Participating Centers

More information

SCADA System Overview

SCADA System Overview Introduction SCADA systems are critical to the control and monitoring of complex cyber-physical systems. Now with advanced computer and communications technologies, SCADA systems are connected to networks

More information

Herbert E.M. Viggh, Jeffrey A. Mendenhall, Ronald W. Sayer, and J. Scott Stuart

Herbert E.M. Viggh, Jeffrey A. Mendenhall, Ronald W. Sayer, and J. Scott Stuart An Automated Ground Data Acquisition and Processing System for the Advanced Land Imager Herbert E.M. Viggh, Jeffrey A. Mendenhall, Ronald W. Sayer, and J. Scott Stuart n The calibration and performance

More information

Does function point analysis change with new approaches to software development? January 2013

Does function point analysis change with new approaches to software development? January 2013 Does function point analysis change with new approaches to software development? January 2013 Scope of this Report The information technology world is constantly changing with newer products, process models

More information