SSM/I Basefile. File Format Specification. Release V1. May 25, 2012

Size: px
Start display at page:

Download "SSM/I Basefile. File Format Specification. Release V1. May 25, 2012"

Transcription

1 SSM/I Basefile File Format Specification Release V1 May 25, 2012

2 1 Introduction SSM/I Basefiles are files in netcdf version 4.0 format. The filename has the form: SSMI_TDRBASE_VVVRRR_FNN_DYYYYMMDD_SHHMM_EHHMM_RGGGGG.nc where: VVV - Algorithm version (e.g. V01) RRR - Revision (e.g. R00) FNN - Satellite Designation (e.g. F15) DYYYYMMDD - Date as year month day SHHMM - Start time as hour minute EHHMM - End time as hour minute RGGGGG - Granule number An example filename is: SSMI_TDRBASE_V01R01_F15_D _S0122_E0303_R33847.nc 2 Summary of Data Fields Dimension definitions: Name Size Description npixel_lores 64 Number of low res pixels in a scan npixel_hires 128 Number of high res pixels in a scan nscan_lores 1607 Number of low res scans nscan_hires 3214 Number of high res scans nchan_lores 5 Number of low res channels nchan_hires 2 Number of high res channels nload 5 Number of hot/cold load readings per scan ntime 6 Number of date/time fields nscpos 2 Number of spacecraft positions reported each scan Variable definitions: Name Type Dimensions spacecraft_id int 1 begin_time int ntime end_time int ntime ascend_time int ntime nscan_lores int 1 nscan_hires int 1 begin_orbit int 1 tle_xtime double 1 orbit_number double nscan_lores scan_time float (nscan_lores, ntime)

3 lat_lores float (nscan_lores, npixel_lores) lon_lores float (nscan_lores, npixel_lores) ta19v float (nscan_lores, npixel_lores) ta19h float (nscan_lores, npixel_lores) ta22v float (nscan_lores, npixel_lores) ta37v float (nscan_lores, npixel_lores) ta37h float (nscan_lores, npixel_lores) sfctype_lores int (nscan_lores, npixel_lores) qflag_lores int (nscan_lores, nchan_lores) lat_hires float (nscan_hires, npixel_hires) lon_hires float (nscan_hires, npixel_hires) ta85v float (nscan_hires, npixel_hires) ta85h float (nscan_hires, npixel_hires) sfctype_hires int (nscan_hires, npixel_hires) qflag_hires int (nscan_hires, nchan_hires) xtime double nscan_lores spacecraft_time double nscan_lores spacecraft_lat float nscan_lores spacecraft_lon float nscan_lores spacecraft_alt float nscan_lores atime double 1 spacecraft_posx_gci double (nscan_hires, nscpos) spacecraft_posy_gci double (nscan_hires, nscpos) spacecraft_posz_gci double (nscan_hires, nscpos) spacecraft_velx_gci double (nscan_hires, nscpos) spacecraft_vely_gci double (nscan_hires, nscpos) spacecraft_velz_gci double (nscan_hires, nscpos) autogain1a float nscan_lores autogain2a float nscan_lores autogain3a float nscan_lores autogain1b float nscan_lores autogain2b float nscan_lores autogain3b float nscan_lores rfmxrtemp float nscan_lores forwardradtemp float nscan_lores hotload1 float nscan_lores hotload2 float nscan_lores hotload3 float nscan_lores refvolt1 float nscan_lores refvolt2 float nscan_lores cold_load_19v float (nscan_lores, nload) hot_load_19v float (nscan_lores, nload) cold_load_19h float (nscan_lores, nload) hot_load_19h float (nscan_lores, nload) cold_load_22v float (nscan_lores, nload) hot_load_22v float (nscan_lores, nload) cold_load_37v float (nscan_lores, nload) hot_load_37v float (nscan_lores, nload)

4 cold_load_37h float (nscan_lores, nload) hot_load_37h float (nscan_lores, nload) cold_load_85va float (nscan_lores, nload) hot_load_85va float (nscan_lores, nload) cold_load_85ha float (nscan_lores, nload) hot_load_85ha float (nscan_lores, nload) cold_load_85vb float (nscan_lores, nload) hot_load_85vb float (nscan_lores, nload) cold_load_85hb float (nscan_lores, nload) hot_load_85hb float (nscan_lores, nload) slope19v float nscan_lores offset19v float nscan_lores slope19h float nscan_lores offset19h float nscan_lores slope22v float nscan_lores offset22v float nscan_lores slope37v float nscan_lores offset37v float nscan_lores slope37h float nscan_lores offset37h float nscan_lores slope85v float nscan_lores offset85v float nscan_lores slope85h float nscan_lores offset85h float nscan_lores 3 Description of Data Fields spacecraft_id : Spacecraft ID number from TDR file begin_time : Start of orbit granule time stored as [0]=year, [1]=month, [2]=day-of-month, [3]=hour, [4]=minute, [5]=second end_time : End of orbit granule time stored as [0]= year, [1]=month, [2]=day-of-month, [3]=hour, [4]=minute, [5]=second ascend_time : Time of ascending pass of spacecraft across equator stored as [0]= year, [1]=month, [2]=day-of-month, [3]=hour, [4]=minute, [5]=second nscan_lores : Number of low resolution scans nscan_hires : Number of high resolution scans begin_orbit : Beginning orbit number tle_xtime : Time of Two Line Element in seconds from January 1, 1987 used to

5 compute spacecraft ephemeris orbit_number : Fractional orbit number scan_time : Time stored as [0]= year, [1]=month, [2]=day-of-month, [3]=hour, [4]=minute, [5]=second lat_lores : Original pixel latitude for low resolution channels, in degrees lon_lores : Original pixel longitude for low resolution channels, in degrees ta19v : GHz V-Pol antenna temperature, in kelvin ta19h : GHz H-Pol antenna temperature, in kelvin ta22v : GHz V-Pol antenna temperature, in kelvin ta37v : 37.0 GHz V-Pol antenna temperature, in kelvin ta37h : 37.0 GHz H-Pol antenna temperature, in kelvin sfctype_lores : Surface type for low resolution: 0=Land, 1=Unused, 2=Near Coast, 3=Ice, 4=Possible Ice, 5=Ocean, 6=Coast qflag_lores : Quality flag for low resolution: 0=good, 1=bad geolocation, 2=bad TAs lat_hires : Original pixel latitude for high resolution channels, in degrees lon_hires : Original pixel longitude for high resolution channels, in degrees ta85v : 85.5 GHz V-Pol antenna temperature, in kelvin ta85h : 85.5 GHz H-Pol antenna temperature, in kelvin sfctype_hires : Surface type for high resolution: 0=Land, 1=Unused, 2=Near Coast, 3=Ice, 4=Possible Ice, 5=Ocean, 6=Coast qflag_hires : Quality flag for high resolution: 0=good, 1=bad geolocation, 2=bad TAs xtime : Scan start time (UTC) in seconds since 1 January 1987

6 spacecraft_time : Ephemeris time in seconds since 1 January 1987 spacecraft_lat : Satellite latitude (repeating) from TDR file, in degrees spacecraft_lon : Satellite longitude (repeating) from TDR file, in degrees spacecraft_alt : Satellite altitude (repeating) from TDR file, in km atime : Time as ascending node crossing in seconds spacecraft_posx_gci : Orbital Position Vector X in Geocentric Inertial Coordinates, in km spacecraft_posy_gci : Orbital Position Vector Y in Geocentric Inertial Coordinates, in km spacecraft_posz_gci : Orbital Position Vector Z in Geocentric Inertial Coordinates, in km spacecraft_velx_gci : Orbital Velocity Vector X in Geocentric Inertial Coordinates, in km/sec spacecraft_vely_gci : Orbital Velocity Vector Y in Geocentric Inertial Coordinates, in km/sec spacecraft_velz_gci : Orbital Velocity Vector Z in Geocentric Inertial Coordinates, in km/sec autogain1a : Auto gain control setting 1 (scan A) from scan header #1 autogain2a : Auto gain control setting 2 (scan A) from scan header #1 autogain3a : Auto gain control setting 3 (scan A) from scan header #1 autogain1b : Auto gain control setting 1 (scan B) from scan header #1 autogain2b : Auto gain control setting 2 (scan B) from scan header #1 autogain3b : Auto gain control setting 3 (scan B) from scan header #1 rfmxrtemp : RF Mixer temperature in kelvin forwardradtemp : Forward Radiator temperature in kelvin hotload1 : Hot Load Thermal Temperature 1 in kelvin hotload2 : Hot Load Thermal Temperature 2 in kelvin hotload3 : Hot Load Thermal Temperature 3 in kelvin refvolt1 : Reference Voltage 1 refvolt2 : Reference Voltage 2

7 cold_load_19v : GHz V-Pol Cold Load Reading in counts hot_load_19v : GHz V-Pol Hot Load Reading in counts cold_load_19h : GHz H-Pol Cold Load Reading in counts hot_load_19h : GHz H-Pol Hot Load Reading in counts cold_load_22v : GHz V-Pol Cold Load Reading in counts hot_load_22v : GHz V-Pol Hot Load Reading in counts cold_load_37v : 37.0 GHz V-Pol Cold Load Reading in counts hot_load_37v : 37.0 GHz V-Pol Hot Load Reading in counts cold_load_37h : 37.0 GHz H-Pol Cold Load Reading in counts hot_load_37h : 37.0 GHz H-Pol Hot Load Reading in counts cold_load_85va : 85.5 GHz V-Pol Cold Load Reading (A-scan) in counts hot_load_85va : 85.5 GHz V-Pol Hot Load Reading (A-scan) in counts cold_load_85ha : 85.5 GHz H-Pol Cold Load Reading (A-scan) in counts hot_load_85ha : 85.5 GHz H-Pol Hot Load Reading (A-scan) in counts cold_load_85vb : 85.5 GHz V-Pol Cold Load Reading (B-scan) in counts hot_load_85vb : 85.5 GHz V-Pol Hot Load Reading (B-scan) in counts cold_load_85hb : 85.5 GHz H-Pol Cold Load Reading (B-scan) in counts hot_load_85hb : 85.5 GHz H-Pol Hot Load Reading (B-scan) in counts slope19v : GHz V-Pol channel slope in degrees/count offset19v : GHz V-Pol channel offset in counts slope19h : GHz H-Pol channel slope in degrees/count offset19h : GHz H-Pol channel offset in counts slope22v : GHz V-Pol channel slope in degrees/count offset22v : GHz V-Pol channel offset in counts

8 slope37v : 37.0 GHz V-Pol channel slope in degrees/count offset37v : 37.0 GHz V-Pol channel offset in counts slope37h : 37.0 GHz H-Pol channel slope in degrees/count offset37h : 37.0 GHz H-Pol channel offset in counts slope85v : 85.5 GHz V-Pol channel slope in degrees/count offset85v : 85.5 GHz V-Pol channel offset in counts slope85h : 85.5 GHz H-Pol channel slope in degrees/count offset85h : 85.5 GHz H-Pol channel offset in counts

SSM/I FCDR File. File Format Specification. Release B5. May 25, 2012

SSM/I FCDR File. File Format Specification. Release B5. May 25, 2012 SSM/I FCDR File File Format Specification Release B5 May 25, 2012 1 Introduction SSM/I FCDR files are in netcdf version 4.0 format. The filename has the form: CSU_SSMI_FCDR_VVVRRR_FNN_DYYYYMMDD_SHHMM_

More information

SSMIS FCDR File. File Format Specification. Release V1. May 15, 2013

SSMIS FCDR File. File Format Specification. Release V1. May 15, 2013 SSMIS FCDR File File Format Specification Release V1 May 15, 2013 1 Introduction SSMIS FCDR files are in netcdf version 4.0 format. The filename has the form: CSU_SSMIS_FCDR_VVVRRR_FNN_DYYYYMMDD_SHHMM_EHHMM_RGGGGG.nc

More information

WindSat L2A Product Specification Document

WindSat L2A Product Specification Document WindSat L2A Product Specification Document Kyle Hilburn Remote Sensing Systems 30-May-2014 1. Introduction Purpose of this document is to describe the data provided in Remote Sensing Systems (RSS) L2A

More information

Aquarius L2 RSS Testbed

Aquarius L2 RSS Testbed Aquarius L2 RSS Testbed Data Set Description and User Manual Thomas Meissner 4/26/2013 Processing notes, content and brief description of Aquarius L2 RSS Testbed data set. 1 Processing and Algorithm 1.1

More information

Thomas Meissner, Frank Wentz, Kyle Hilburn Remote Sensing Systems

Thomas Meissner, Frank Wentz, Kyle Hilburn Remote Sensing Systems Thomas Meissner, Frank Wentz, Kyle Hilburn Remote Sensing Systems meissner@remss.com presented at the 8th Aquarius/SAC-D Science Team Meeting November 12-14, 2013 Buenos Aires, Argentina 1. Improved Surface

More information

AVNIR-2 Ortho Rectified Image Product. Format Description

AVNIR-2 Ortho Rectified Image Product. Format Description AVNIR-2 Ortho Rectified Image Product Format Description First edition March 2018 Earth Observation Research Center (EORC), Japan Aerospace Exploration Agency (JAXA) Change Records Ver. Date Page Field

More information

ENGINEERING EVALUATION OF MULTI-BEAM SATELLITE ANTENNA BORESIGHT POINTING USING LAND/WATER CROSSINGS

ENGINEERING EVALUATION OF MULTI-BEAM SATELLITE ANTENNA BORESIGHT POINTING USING LAND/WATER CROSSINGS ENGINEERING EVALUATION OF MULTI-BEAM SATELLITE ANTENNA BORESIGHT POINTING USING LAND/WATER CROSSINGS by CATHERINE SUSAN MAY B.S. University of Nebraska Lincoln A thesis submitted in partial fulfillment

More information

Aquarius/SAC-D Mission Mission Simulators - Gary Lagerloef 6 th Science Meeting; Seattle, WA, USA July 2010

Aquarius/SAC-D Mission Mission Simulators - Gary Lagerloef 6 th Science Meeting; Seattle, WA, USA July 2010 Aquarius/SAC-D Mission Mission Simulators - Gary Lagerloef 6 th Science Meeting; Seattle, WA, USA Mission Design and Sampling Strategy Sun-synchronous exact repeat orbit 6pm ascending node Altitude 657

More information

GPS Technical Overview N5TWP NOV08. How Can GPS Mislead

GPS Technical Overview N5TWP NOV08. How Can GPS Mislead GPS Technical Overview How Can GPS Mislead 1 Objectives Components of GPS Satellite Acquisition Process Position Determination How can GPS Mislead 2 Components of GPS Control Segment Series of monitoring

More information

RECOMMENDATION ITU-R S.1257

RECOMMENDATION ITU-R S.1257 Rec. ITU-R S.157 1 RECOMMENDATION ITU-R S.157 ANALYTICAL METHOD TO CALCULATE VISIBILITY STATISTICS FOR NON-GEOSTATIONARY SATELLITE ORBIT SATELLITES AS SEEN FROM A POINT ON THE EARTH S SURFACE (Questions

More information

Global Positioning Systems (GPS) Trails: the achilles heel of mapping from the air / satellites

Global Positioning Systems (GPS) Trails: the achilles heel of mapping from the air / satellites Global Positioning Systems (GPS) Trails: the achilles heel of mapping from the air / satellites Google maps updated regularly by local users using GPS Also: http://openstreetmaps.org GPS applications

More information

Guochang Xu GPS. Theory, Algorithms and Applications. Second Edition. With 59 Figures. Sprin ger

Guochang Xu GPS. Theory, Algorithms and Applications. Second Edition. With 59 Figures. Sprin ger Guochang Xu GPS Theory, Algorithms and Applications Second Edition With 59 Figures Sprin ger Contents 1 Introduction 1 1.1 AKeyNoteofGPS 2 1.2 A Brief Message About GLONASS 3 1.3 Basic Information of Galileo

More information

SKYTRAQ. GPS Module MG-ST1315S. UUser s Manual Ver 1.01

SKYTRAQ. GPS Module MG-ST1315S. UUser s Manual Ver 1.01 SKYTRAQ GPS Module MG-ST1315S UUser s Manual Ver 1.01 1. IntroductionT Overview Modulestek GPS module MG-ST1315S is a high sensitivity, low power consumption; compact size GPS module designed for a broad

More information

EnviSat ENVISAT RA-2 AND MWR PRODUCTS AND ALGORITHMS USER GUIDE. Doc. No.: RA-TN-ESR-GS-0013 Issue: 1.0 Date: 4 April 2000 Page: 1 / 13

EnviSat ENVISAT RA-2 AND MWR PRODUCTS AND ALGORITHMS USER GUIDE. Doc. No.: RA-TN-ESR-GS-0013 Issue: 1.0 Date: 4 April 2000 Page: 1 / 13 Page: 1 / ENVISAT RA-2 AND MWR PRODUCTS AND ALGORITHMS USER GUIDE J. Benveniste and M.P. Milagro ESA/ESRIN 1 Page: 2 / Table of Content 1 Scope..3 2 Instruments Overview.4 2.1 Second Generation Radar Altimeter

More information

measurements from each beam are kept separate. We note that the variation in incidence angle over an orbit is small, typically less than a few tenths

measurements from each beam are kept separate. We note that the variation in incidence angle over an orbit is small, typically less than a few tenths A QuikScat/SeaWinds Sigma-0 Browse Product David G. Long Microwave Earth Remote Sensing Laboratory BYU Center for Remote Sensing Brigham Young University 459 Clyde Building, Provo, UT 84602 long@ee.byu.edu

More information

Introduction of GLI level-1 products

Introduction of GLI level-1 products Introduction of GLI level-1 products JAXA EORC December 24, 2003 http://www.eoc.jaxa.jp/homepage.html 1. JAXA Global Imager The JAXA Global Imager (GLI) orbit and observation method are outlined below.

More information

Passive Microwave Sensors LIDAR Remote Sensing Laser Altimetry. 28 April 2003

Passive Microwave Sensors LIDAR Remote Sensing Laser Altimetry. 28 April 2003 Passive Microwave Sensors LIDAR Remote Sensing Laser Altimetry 28 April 2003 Outline Passive Microwave Radiometry Rayleigh-Jeans approximation Brightness temperature Emissivity and dielectric constant

More information

Description of the Instruments and Algorithm Approach

Description of the Instruments and Algorithm Approach Description of the Instruments and Algorithm Approach Passive and Active Remote Sensing SMAP uses active and passive sensors to measure soil moisture National Aeronautics and Space Administration Applied

More information

Technical Report Analysis of SSMIS data. Eva Howe. Copenhagen page 1 of 16

Technical Report Analysis of SSMIS data. Eva Howe. Copenhagen page 1 of 16 Analysis of SSMIS data Eva Howe Copenhagen 9 www.dmi.dk/dmi/tr08-07 page 1 of 16 Colophon Serial title: Technical Report 08-07 Title: Analysis of SSMIS data Subtitle: Author(s): Eva Howe Other contributors:

More information

GPS Receiver. User s Guide. Dec Rev. A

GPS Receiver. User s Guide. Dec Rev. A GR-213U GPS Receiver User s Guide Dec. 25 2005 Rev. A Technology, Inc. 1F.No 30, R&D Rd. II. Hsinchu City, Science-based Industrial Park Taiwan Phone: +886-3-6687000 Fax: +886-3-6687111 E-Mail: info@holux.com.tw

More information

Satellite collocation control strategy in COMS

Satellite collocation control strategy in COMS SpaceOps Conferences 16-20 May 2016, Daejeon, Korea SpaceOps 2016 Conference 10.2514/6.2016-2452 Satellite collocation control strategy in COMS Yoola Hwang *1 Electronics and Telecommunications Research

More information

Mobile Positioning in Wireless Mobile Networks

Mobile Positioning in Wireless Mobile Networks Mobile Positioning in Wireless Mobile Networks Peter Brída Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina SLOVAKIA Outline Why Mobile Positioning?

More information

Key Modules For Your Success SKYTRAQ. GPS Module MG-ST1315. UUser s Manual Ver 展得國際有限公司

Key Modules For Your Success SKYTRAQ. GPS Module MG-ST1315. UUser s Manual Ver 展得國際有限公司 SKYTRAQ GPS Module MG-ST1315 UUser s Manual Ver 1.01 1. IntroductionT 1.1 Overview Modulestek GPS module MG-ST1315 is a high sensitivity, low power consumption; compact size GPS module designed for a broad

More information

HF-Radar Network Near-Real Time Ocean Surface Current Mapping

HF-Radar Network Near-Real Time Ocean Surface Current Mapping HF-Radar Network Near-Real Time Ocean Surface Current Mapping The HF-Radar Network (HFRNet) acquires surface ocean radial velocities measured by HF-Radar through a distributed network and processes the

More information

Climate data records from microwave satellite data: a new high quality data source for reanalysis

Climate data records from microwave satellite data: a new high quality data source for reanalysis Climate data records from microwave satellite data: a new high quality data source for reanalysis Isaac Moradi 1, H. Meng 2, R. Ferraro 2, C. Devaraj 1, W. Yang 1 1. CICS/ESSIC, University of Maryland,

More information

KOMPSAT-2 Orbit Determination using GPS SIgnals

KOMPSAT-2 Orbit Determination using GPS SIgnals Presented at GNSS 2004 The 2004 International Symposium on GNSS/GPS Sydney, Australia 6 8 December 2004 KOMPSAT-2 Orbit Determination using GPS SIgnals Dae-Won Chung KOMPSAT Systems Engineering and Integration

More information

S3 Product Notice SLSTR

S3 Product Notice SLSTR S3 Product Notice SLSTR Mission Sensor Product S3-A SLSTR Level 2 Land Surface Temperature Product Notice ID S3A.PN-SLSTR-L2L.02 Issue/Rev Date 05/07/2017 Version 1.0 Preparation Approval This Product

More information

Climate Data Record (CDR) Program

Climate Data Record (CDR) Program Climate Data Record (CDR) Program Climate Algorithm Theoretical Basis Document (C ATBD) The Development of Advanced Microwave Sounding Unit (AMSU) and Microwave Humidity Sounder (MHS) Fundamental Climate

More information

GPS Engine Board FGPMMOSL3

GPS Engine Board FGPMMOSL3 GPS Engine Board with MTK Chipset FGPMMOSL3 The document is the exclusive property of and should not be distributed, reproduced, or any other format without prior Copyright 2007 All right reserved. 1 History

More information

THE MICROWAVE RADIOMETER PAYLOAD

THE MICROWAVE RADIOMETER PAYLOAD University of L Aquila and University La Sapienza of Rome THE MICROWAVE RADIOMETER PAYLOAD 9th ILEWG International Conference on Exploration and Utilisation of the Moon (ICEUM9/ILC007) -6 October, 007,

More information

Creating Reprojected True Color MODIS Images: A Tutorial

Creating Reprojected True Color MODIS Images: A Tutorial Creating Reprojected True Color MODIS Images: A Tutorial Liam Gumley Space Science and Engineering Center, University of Wisconsin-Madison Jacques Descloitres and Jeffrey Schmaltz MODIS Rapid Response

More information

Guide to observation planning with GREAT

Guide to observation planning with GREAT Guide to observation planning with GREAT G. Sandell GREAT is a heterodyne receiver designed to observe spectral lines in the THz region with high spectral resolution and sensitivity. Heterodyne receivers

More information

Earth Station Coordination

Earth Station Coordination 1 Overview Radio spectrum is a scarce resource that should be used as efficiently as possible. This can be achieved by re-using the spectrum many times - having many systems operate simultaneously on the

More information

S3 Product Notice Altimetry

S3 Product Notice Altimetry S3 Product Notice Altimetry Mission Sensor Product S3-A SRAL / MWR LAND L2 NRT, STC and NTC Product Notice ID Issue/Rev Date Version 1.0 Preparation S3A.PN-STM-L2L.04 13-Dec-2017 This Product Notice was

More information

Scatterometer Algorithm

Scatterometer Algorithm Algorithm Seattle Simon Yueh, Alex Fore, Adam Freedman, Julian Chaubell Aquarius Algorithm Team Outline Key Requirements Technical Approach Algorithm Development Status L1A-L1B L1B-L2A Post-Launch Cal/Val

More information

OMEGA dataset. - 2 cubes (.QUB &.NAV) -1 software (readomega.pro under IDL)

OMEGA dataset. - 2 cubes (.QUB &.NAV) -1 software (readomega.pro under IDL) OMEGA dataset - 2 cubes (.QUB &.NAV) -1 software (readomega.pro under IDL) OMEGA DATA CUBE ORBNNNN_M.QUB sdat0 Idat S jdat sdat1 OMEGA GEOMETRY CUBE (ORBNNNN_M.NAV) geocube Bands 0-20: SWIR-C (All angles

More information

Principles of the Global Positioning System Lecture 08

Principles of the Global Positioning System Lecture 08 12.540 Principles of the Global Positioning System Lecture 08 Prof. Thomas Herring http://geoweb.mit.edu/~tah/12.540 Summary Review: Examined methods for measuring distances Examined GPS codes that allow

More information

2 INTRODUCTION TO GNSS REFLECTOMERY

2 INTRODUCTION TO GNSS REFLECTOMERY 2 INTRODUCTION TO GNSS REFLECTOMERY 2.1 Introduction The use of Global Navigation Satellite Systems (GNSS) signals reflected by the sea surface for altimetry applications was first suggested by Martín-Neira

More information

RPG-MWR-PRO-TN Page 1 / 12 Radiometer Physics GmbH

RPG-MWR-PRO-TN Page 1 / 12   Radiometer Physics GmbH Applications Tropospheric profiling of temperature, humidity and liquid water High-resolution boundary layer temperature profiles, better resolution than balloons Input for weather and climate models (data

More information

Telemetry formats and equations of Painani-2 Satellite

Telemetry formats and equations of Painani-2 Satellite Telemetry formats and equations of Painani-2 Satellite Uplink and Downlink telemetry commands have a special format. This commands have 2 as header (the header always will be the same, it is M, X in ASCII

More information

ONCORE ENGINEERING NOTE M12 Oncore

ONCORE ENGINEERING NOTE M12 Oncore ONCORE ENGINEERING NOTE M12 Oncore 1. Product Specifications 2. Basic Description 3. Mechanical 4. Environmental 5. Electrical 6. RF Characteristics of Receiver 7. RF Requirements for Antenna 8. Performance

More information

Adapted from Dr. Joe Montana (George mason University) Dr. James

Adapted from Dr. Joe Montana (George mason University) Dr. James ink Budget Adapted from Dr. Joe Montana (George mason University) Dr. James W. apean course notes Dr. Jeremy Allnutt course notes And some internet resources + Tim Pratt book 1 ink Power Budget Tx EIRP

More information

What is a GPS How does GPS work? GPS Segments GPS P osition Position Position Accuracy Accuracy Accuracy GPS A pplications Applications Applications

What is a GPS How does GPS work? GPS Segments GPS P osition Position Position Accuracy Accuracy Accuracy GPS A pplications Applications Applications What is GPS? What is a GPS How does GPS work? GPS Segments GPS Position Accuracy GPS Applications What is GPS? The Global Positioning System (GPS) is a precise worldwide radio-navigation system, and consists

More information

Microwave Radiometer (MWR) Counts to Tb (Brightness Temperature) Algorithm Development (Version 6.0) and On-Orbit Validation

Microwave Radiometer (MWR) Counts to Tb (Brightness Temperature) Algorithm Development (Version 6.0) and On-Orbit Validation Microwave Radiometer (MWR) Counts to Tb (Brightness Temperature) Algorithm Development (Version 6.0) and On-Orbit Validation Zoubair Ghazi CFRSL Central Florida Remote Sensing Lab Dissertation Defense

More information

L76-L GNSS Module Presentation

L76-L GNSS Module Presentation L76-L GNSS Module Presentation May, 2016 Quectel Wireless Solutions Co., Ltd. All rights reserved www.quectel.com Contents Highlights Advanced Features Quectel L76-L vs. Competitor s Product Support Package

More information

RECOMMENDATION ITU-R S *

RECOMMENDATION ITU-R S * Rec. ITU-R S.1339-1 1 RECOMMENDATION ITU-R S.1339-1* Rec. ITU-R S.1339-1 SHARING BETWEEN SPACEBORNE PASSIVE SENSORS OF THE EARTH EXPLORATION-SATELLITE SERVICE AND INTER-SATELLITE LINKS OF GEOSTATIONARY-SATELLITE

More information

Active microwave systems (1) Satellite Altimetry

Active microwave systems (1) Satellite Altimetry Remote Sensing: John Wilkin Active microwave systems (1) Satellite Altimetry jwilkin@rutgers.edu IMCS Building Room 214C 732-932-6555 ext 251 Active microwave instruments Scatterometer (scattering from

More information

Radio observation of SMART-1 in its last perilune orbit

Radio observation of SMART-1 in its last perilune orbit Research Collection Report Radio observation of SMART-1 in its last perilune orbit Author(s): Monstein, Christian A. Publication Date: 2006 Permanent Link: https://doi.org/10.3929/ethz-a-005238194 Rights

More information

GPS Engine Board USB Interface

GPS Engine Board USB Interface GPS Engine Board USB Interface Specification DGM-U2525B Page 1 of 14 1. Introduction 1.1. Overview The DGM-U2525B is a high sensitivity ultra low power consumption cost efficient, compact size GPS engine

More information

Principles of Global Positioning Systems Spring 2008

Principles of Global Positioning Systems Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 12.540 Principles of Global Positioning Systems Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 12.540

More information

Primer on GPS Operations

Primer on GPS Operations MP Rugged Wireless Modem Primer on GPS Operations 2130313 Rev 1.0 Cover illustration by Emma Jantz-Lee (age 11). An Introduction to GPS This primer is intended to provide the foundation for understanding

More information

66-Channel GPS Module GP-3711

66-Channel GPS Module GP-3711 66-Channel GPS Module with MTK Chipset GP-3711 Low power consumption version 1 History Date Rev. Description 2013/12/31 A00 First Release 2 Description The GP-3711 is a ROM-based mini GPS module which

More information

FIGURE 14-1 (a) Focal points F1 and F2, semimajor axis a, and semiminor b of an ellipse; (b) Kepler s second law

FIGURE 14-1 (a) Focal points F1 and F2, semimajor axis a, and semiminor b of an ellipse; (b) Kepler s second law FIGURE 14-1 (a) Focal points F1 and F2, semimajor axis a, and semiminor b of an ellipse; (b) Kepler s second law FIGURE 14-2 Satellite orbits: (a) circular; (b) elliptical FIGURE 14-3 Satellite orbital

More information

Sea surface temperature observation through clouds by the Advanced Microwave Scanning Radiometer 2

Sea surface temperature observation through clouds by the Advanced Microwave Scanning Radiometer 2 Sea surface temperature observation through clouds by the Advanced Microwave Scanning Radiometer 2 Akira Shibata Remote Sensing Technology Center of Japan (RESTEC) Tsukuba-Mitsui blds. 18F, 1-6-1 Takezono,

More information

HAM RADIO DELUXE SATELLITES A BRIEF INTRODUCTION. Simon Brown, HB9DRV. Programmer- in- C hief

HAM RADIO DELUXE SATELLITES A BRIEF INTRODUCTION. Simon Brown, HB9DRV. Programmer- in- C hief HAM RADIO DELUXE SATELLITES A BRIEF INTRODUCTION Simon Brown, HB9DRV Programmer- in- C hief Last update: Sunday, November 30, 2003 User Guide The IC-703s used in this project were supplied by Martin Lynch

More information

SATELLIT COMMUNICATION

SATELLIT COMMUNICATION QUESTION BANK FOR SATELLITE COMMUNICATION UNIT I 1) Explain Kepler s laws. What are the fords that give rise to these laws? 2) Explain how a satellite is located with respect to earth. 3) Describe antenna

More information

National Remote Sensing Centre Limited ERS ALONG TRACK SCANNING RADIOMETER ATS.GBT PRODUCT USER GUIDE

National Remote Sensing Centre Limited ERS ALONG TRACK SCANNING RADIOMETER ATS.GBT PRODUCT USER GUIDE National Remote Sensing Centre Limited ERS ALONG TRACK SCANNING RADIOMETER ATS.GBT PRODUCT USER GUIDE ISSUE 1.4 19 March 1998 Prepared for The United Kingdom Processing and Archiving Facility By National

More information

Introduction to Global Navigation Satellite System (GNSS) Signal Structure

Introduction to Global Navigation Satellite System (GNSS) Signal Structure Introduction to Global Navigation Satellite System (GNSS) Signal Structure Dinesh Manandhar Center for Spatial Information Science The University of Tokyo Contact Information: dinesh@iis.u-tokyo.ac.jp

More information

1.4 EVALUATION OF EXPERIMENTAL DATA FROM THE GAINS BALLOON GPS SURFACE REFLECTION INSTRUMENT

1.4 EVALUATION OF EXPERIMENTAL DATA FROM THE GAINS BALLOON GPS SURFACE REFLECTION INSTRUMENT 1.4 EVALUATION OF EXPERIMENTAL DATA FROM THE GAINS BALLOON GPS SURFACE REFLECTION INSTRUMENT George G. Ganoe * NASA Langley Research Center, Hampton Virginia Thomas A. Johnson, John Ryan Somero Aerospace

More information

Link Budget (1) Lecture 8

Link Budget (1) Lecture 8 Link Budget (1) Lecture 8 MUHAMAD ASVIAL Center for Information and Communication Engineering Research (CICER) Electrical Engineering Department, University of Indonesia Kampus UI Depok, 16424, Indonesia

More information

GPS Module AGP3363. Product Datasheet & Design Guide <V1.0>

GPS Module AGP3363. Product Datasheet & Design Guide <V1.0> GPS Module AGP3363 Product Datasheet & Design Guide AMOD Technology Co.,LTD Subject to changes in technology, design and availability URL: http://www.amod.com.tw Add. 8F., No. 46, Lane 10, Jihu

More information

Microwave Radiometer Linearity Measured by Simple Means

Microwave Radiometer Linearity Measured by Simple Means Downloaded from orbit.dtu.dk on: Sep 27, 2018 Microwave Radiometer Linearity Measured by Simple Means Skou, Niels Published in: Proceedings of IEEE International Geoscience and Remote Sensing Symposium

More information

Remote Sensing: John Wilkin IMCS Building Room 211C ext 251. Active microwave systems (1) Satellite Altimetry

Remote Sensing: John Wilkin IMCS Building Room 211C ext 251. Active microwave systems (1) Satellite Altimetry Remote Sensing: John Wilkin wilkin@marine.rutgers.edu IMCS Building Room 211C 732-932-6555 ext 251 Active microwave systems (1) Satellite Altimetry Active microwave instruments Scatterometer (scattering

More information

Noise Temperature. Concept of a Black Body

Noise Temperature. Concept of a Black Body Noise emperature In the last lecture, we introduced the Link Equation, which allows us to determine the amount of received power in terms of the transmitted power, the gains of the transmitting and receiving

More information

MICROSCOPE Mission operational concept

MICROSCOPE Mission operational concept MICROSCOPE Mission operational concept PY. GUIDOTTI (CNES, Microscope System Manager) January 30 th, 2013 1 Contents 1. Major points of the operational system 2. Operational loop 3. Orbit determination

More information

OVERVIEW OF THE ALOS SATELLITE SYSTEM

OVERVIEW OF THE ALOS SATELLITE SYSTEM OVERVIEW OF THE ALOS SATELLITE SYSTEM Presented to The Symposium for ALOS Data Application Users @Kogakuin University, Tokyo, Japan Mar. 27, 2001 Takashi Hamazaki Senior Engineer ALOS Project National

More information

di-gps Eco ProSumer digital images GPS receiver

di-gps Eco ProSumer digital images GPS receiver di-gps Eco ProSumer digital images GPS receiver Users Guide Ver 1.01 Please visit our website www.di-gps.com for the latest version of the user guide CONTENTS CONTENTS... 1 INTRODUCTION... 2 WARNING /

More information

Final Delivery: Climatology of 14-GHz Atmospheric Attenuation

Final Delivery: Climatology of 14-GHz Atmospheric Attenuation RSS Tech. Memo. 052096 Issued: May 20, 1996 Interim Report for JPL ontract 960132 Final Delivery: limatology of 14-GHz Atmospheric Attenuation Principal Investigator: Frank J. Wentz Prepared for: NSAT

More information

di-gps Eco ProSumer PS10-M digital images GPS receiver

di-gps Eco ProSumer PS10-M digital images GPS receiver di-gps Eco ProSumer PS10-M digital images GPS receiver Users Guide Ver 1.03 Please visit our website www.di-gps.com for the latest version of the user guide CONTENTS CONTENTS... 1 INTRODUCTION... 2 WARNING

More information

Project Overview The Development of AMSU FCDR s and TCDR s s for Hydrological Applications

Project Overview The Development of AMSU FCDR s and TCDR s s for Hydrological Applications Project Overview The Development of AMSU FCDR s and TCDR s s for Hydrological Applications Huan Meng 1, Ralph Ferraro 1, Chabitha Devaraj 2, Isaac Moradi 2, Wenze Yang 2 1 Satellite Climate Studies Branch,

More information

Implementation of three axis magnetic control mode for PISAT

Implementation of three axis magnetic control mode for PISAT Implementation of three axis magnetic control mode for PISAT Shashank Nagesh Bhat, Arjun Haritsa Krishnamurthy Student, PES Institute of Technology, Bangalore Prof. Divya Rao, Prof. M. Mahendra Nayak CORI

More information

Introduction to MATE-CON. Presented By Hugh McManus Metis Design 3/27/03

Introduction to MATE-CON. Presented By Hugh McManus Metis Design 3/27/03 Introduction to MATE-CON Presented By Hugh McManus Metis Design 3/27/03 A method for the front end MATE Architecture Tradespace Exploration A process for understanding complex solutions to complex problems

More information

Table of Contents 1. INTRODUCTION KOMPSAT-3 SYSTEM OVERVIEW Mission Orbit Mission Constraints Imaging Modes...

Table of Contents 1. INTRODUCTION KOMPSAT-3 SYSTEM OVERVIEW Mission Orbit Mission Constraints Imaging Modes... V1.01 / 2013.08 Table of Contents 1. INTRODUCTION... 3 2. KOMPSAT-3 SYSTEM OVERVIEW... 3 2.1 Mission Orbit... 3 2.2 Mission Constraints... 3 2.3 Imaging Modes... 4 3. KOMPSAT-3 IMAGE DATA... 5 3.1 Product

More information

Simulation study for the Stratospheric Inferred Wind (SIW) sub-millimeter limb sounder

Simulation study for the Stratospheric Inferred Wind (SIW) sub-millimeter limb sounder Simulation study for the Stratospheric Inferred Wind (SIW) sub-millimeter limb sounder Philippe Baron1, Donal Murtagh2 (PI), Patrick Eriksson2, Kristell Pérot2 and Satoshi Ochiai1 (1) National Institute

More information

Chapter 4 The RF Link

Chapter 4 The RF Link Chapter 4 The RF Link The fundamental elements of the communications satellite Radio Frequency (RF) or free space link are introduced. Basic transmission parameters, such as Antenna gain, Beamwidth, Free-space

More information

The Global Positioning System

The Global Positioning System The Global Positioning System 5-1 US GPS Facts of Note DoD navigation system First launch on 22 Feb 1978, fully operational in 1994 ~$15 billion (?) invested to date 24 (+/-) Earth-orbiting satellites

More information

SAR Interferometry Capabilities of Canada's planned SAR Satellite Constellation

SAR Interferometry Capabilities of Canada's planned SAR Satellite Constellation SAR Interferometry Capabilities of Canada's planned SAR Satellite Constellation Dirk Geudtner, Guy Séguin,, Ralph Girard Canadian Space Agency RADARSAT Follow-on Program CSA is in the middle of a Phase

More information

GPS Position Sensor PS-2175

GPS Position Sensor PS-2175 In s tr u c ti o n M a n u a l 012-09919A GPS Position Sensor PS-2175! Table of Contents Contents Introduction........................................................... 3 Theory of Operation....................................................

More information

Detection and resolution of radio frequency interference to Earth exploration-satellite service (passive) sensors

Detection and resolution of radio frequency interference to Earth exploration-satellite service (passive) sensors Recommendation ITU-R RS.2106-0 (07/2017) Detection and resolution of radio frequency interference to Earth exploration-satellite service (passive) sensors RS Series Remote sensing systems ii Rec. ITU-R

More information

Advanced Radiometer for Sea Surface Temperature Observations

Advanced Radiometer for Sea Surface Temperature Observations Advanced Radiometer for Sea Surface Temperature Observations Harp Technologies Oy: J. Kainulainen, J. Uusitalo, J. Lahtinen TERMA A/S: M. Hansen, M. Pedersen Finnish Remote Sensing Days 2014 Finnish Meteorological

More information

DOppler RAdar Data Exchange Format DORADE

DOppler RAdar Data Exchange Format DORADE NCAR/TN-403+1 A NCAR TECHNCAL NOTE i~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ October 1994 m ~~m~l DOppler RAdar Data Exchange Format DORADE Wen-Chau Lee Craig Walther Richard Oye ATMOSPHERC TECHNOLOGY

More information

Are Radiometers and Scatterometers Seeing the Same Wind Speed?

Are Radiometers and Scatterometers Seeing the Same Wind Speed? Are Radiometers and Scatterometers Seeing the Same Wind Speed? Frank J. Wentz and Thomas Meissner Remote Sensing Systems NASA Ocean Vector Wind Science Team Meeting May 18-, 9 Boulder, CO Radiometer and

More information

IEFIS GPS manual Applicable to iefis G3 including Lite versions Firmware or later

IEFIS GPS manual Applicable to iefis G3 including Lite versions Firmware or later IEFIS GPS manual Applicable to iefis G3 including Lite versions Firmware 1.0.3.5 or later Page 1 Table of Contents General...3 GPS sources...3 Internal GPS...3 NMEA GPS...3 ARINC GPS...3 CAN based GPS...3

More information

GPS Milestones, cont. GPS Milestones. The Global Positioning Sytem, Part 1 10/10/2017. M. Helper, GEO 327G/386G, UT Austin 1. US GPS Facts of Note

GPS Milestones, cont. GPS Milestones. The Global Positioning Sytem, Part 1 10/10/2017. M. Helper, GEO 327G/386G, UT Austin 1. US GPS Facts of Note The Global Positioning System US GPS Facts of Note DoD navigation system First launch on 22 Feb 1978, fully operational in 1994 ~$15 billion (?) invested to date 24 (+/-) Earth-orbiting satellites (SVs)

More information

Soil Moisture Active Passive (SMAP) Project

Soil Moisture Active Passive (SMAP) Project Soil Moisture Active Passive (SMAP) Project Level 1B_S0_LoRes Product Specification Document Prepared by: Revision B Barry Weiss, Mariyetta Maatyan SMAP SDS Data Architect Date Approved by: Richard West

More information

Kidder, Jones, Purdom, and Greenwald BACIMO 98 First Local Area Products from the NOAA-15 Advanced Microwave Sounding Unit (AMSU) page 1 of 5

Kidder, Jones, Purdom, and Greenwald BACIMO 98 First Local Area Products from the NOAA-15 Advanced Microwave Sounding Unit (AMSU) page 1 of 5 First Local Area Products from the NOAA-15 Advanced Microwave Sounding Unit (AMSU) Stanley Q. Kidder, Andrew S. Jones*, James F. W. Purdom, and Thomas J. Greenwald Cooperative Institute for Research in

More information

Global 25 m Resolution PALSAR-2/PALSAR Mosaic. and Forest/Non-Forest Map (FNF) Dataset Description

Global 25 m Resolution PALSAR-2/PALSAR Mosaic. and Forest/Non-Forest Map (FNF) Dataset Description Global 25 m Resolution PALSAR-2/PALSAR Mosaic and Forest/Non-Forest Map (FNF) Dataset Description Japan Aerospace Exploration Agency (JAXA) Earth Observation Research Center (EORC) 1 Revision history Version

More information

Tracking and Analysis of IRNSS Satellites by Using IRNSS Receiver in STK Simulation

Tracking and Analysis of IRNSS Satellites by Using IRNSS Receiver in STK Simulation Int. Conf. on Signal, Image Processing Communication & Automation, ICSIPCA Tracking and Analysis of IRNSS Satellites by Using IRNSS Receiver in STK Simulation Raghu N 1, Raghavendra Kumar M 2, Shubhanka

More information

HAM RADIO DELUXE SATELLITES A BRIEF INTRODUCTION. Simon Brown, HB9DRV. Programmer- in- C hief

HAM RADIO DELUXE SATELLITES A BRIEF INTRODUCTION. Simon Brown, HB9DRV. Programmer- in- C hief HAM RADIO DELUXE SATELLITES A BRIEF INTRODUCTION Simon Brown, HB9DRV Programmer- in- C hief Last update: Sunday, September 26, 2004 User Guide The IC-703s and IC-7800s used in this project were supplied

More information

Lecture 2 Satellite orbits and clocks computation and accuracy

Lecture 2 Satellite orbits and clocks computation and accuracy Lecture 2 Satellite orbits and clocks computation and accuracy Contact: jaume.sanz@upc.edu Web site: http://www.gage.upc.edu 1 Authorship statement The authorship of this material and the Intellectual

More information

Spacecraft Communications

Spacecraft Communications Antennas Orbits Modulation Noise Link Budgets 1 2012 David L. Akin - All rights reserved http://spacecraft.ssl.umd.edu The Problem Pointing Loss Polarization Loss Atmospheric Loss, Rain Loss Space Loss

More information

The Moderate Resolution Imaging Spectroradiometer (MODIS): Potential Applications for Climate Change and Modeling Studies

The Moderate Resolution Imaging Spectroradiometer (MODIS): Potential Applications for Climate Change and Modeling Studies The Moderate Resolution Imaging Spectroradiometer (MODIS): Potential Applications for Climate Change and Modeling Studies Menas Kafatos, CEOSR, George Mason University Jim McManus, CEOSR, GMU and GES DISC

More information

Modelling GPS Observables for Time Transfer

Modelling GPS Observables for Time Transfer Modelling GPS Observables for Time Transfer Marek Ziebart Department of Geomatic Engineering University College London Presentation structure Overview of GPS Time frames in GPS Introduction to GPS observables

More information

MN5020HS Smart GPS Antenna Module

MN5020HS Smart GPS Antenna Module 1 Description The Micro Modular Technologies MN5020HS Smart Global Positioning System (GPS) Antenna Module is a complete 20-channel receiver with an integrated 18 x 18 mm patch antenna. With this highly

More information

Introduction to DSTV Dish Observations. Alet de Witt AVN Technical Training 2016

Introduction to DSTV Dish Observations. Alet de Witt AVN Technical Training 2016 Introduction to DSTV Dish Observations Alet de Witt AVN Technical Training 2016 Outline Theory: - Radio Waves - Radio Telescope Antennas - Angular Sizes - Brightness Temperature and Antenna Temperature

More information

MRLC 2001 IMAGE PREPROCESSING PROCEDURE

MRLC 2001 IMAGE PREPROCESSING PROCEDURE MRLC 2001 IMAGE PREPROCESSING PROCEDURE The core dataset of the MRLC 2001 database consists of Landsat 7 ETM+ images. Image selection is based on vegetation greenness profiles defined by a multi-year normalized

More information

WIESON TECHNOLOGIES CO., LTD.

WIESON TECHNOLOGIES CO., LTD. WIESON 3D CHAMBER TEST REPORT G121HT632-1 Page 1 of 2 I. Summary: This report to account for the measurement setup and result of the Antenna. The measurement setup includes s-parameter, pattern, and gain

More information

RADIOMETRIC TRACKING. Space Navigation

RADIOMETRIC TRACKING. Space Navigation RADIOMETRIC TRACKING Space Navigation Space Navigation Elements SC orbit determination Knowledge and prediction of SC position & velocity SC flight path control Firing the attitude control thrusters to

More information

Fundamentals of Remote Sensing

Fundamentals of Remote Sensing Climate Variability, Hydrology, and Flooding Fundamentals of Remote Sensing May 19-22, 2015 GEO-Latin American & Caribbean Water Cycle Capacity Building Workshop Cartagena, Colombia 1 Objective To provide

More information

Intersatellites Channel Emulator

Intersatellites Channel Emulator Intersatellites Channel Emulator Technical Specifications The Intersatellites Channel Emulator is a very accurate Channel Emulator with RF (or low IF) input and RF (or low IF) output with an excess Bandwidth

More information