<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <head>
        <meta content="672" name="orgcode"/>
        <meta content="Lan.Jian" name="rno"/>
        <meta content="Rita.C.Johnson" name="content-owner"/>
        <meta content="Rita.C.Johnson" name="webmaster"/>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <meta http-equiv="Cache-Control" content="max-age=86400"/>
        <title>SPASE Resource Description</title>
        <script type="application/ld+json">{
      "@context": "https://schema.org/",
      "@type" : "Dataset",
      "name": "Voyager 2 Uranus Plasma Wave Spectrometer (PWS) Edited, Uncalibrated Spectrum Analyzer, Version 1.0, 4 s Reduced Data Record (RDR) Data",
        
      "dateModified": "2026-06-26",
      
    "identifier": "https://doi.org/10.48322/d6te-6s08",
    "publication": "Decker, Robert B.; Krimigis, Stamatios M., Voyager 2 Uranus Plasma Wave Spectrometer (PWS) Edited, Uncalibrated Spectrum Analyzer, Version 1.0, 4 s Reduced Data Record (RDR) Data,  (2026)",
    "datePublished": "2026-04-10",
    "creator":{
       "@type": "Person",
           "name": "Decker, Robert B.; Krimigis, Stamatios M."
    },
    "publisher":{
    "@type": "Organization",
    "name": "Space Physics Data Facility; Planetary Data System"
    },
        
    "creditText": "",
    "description": "* Data Set Overview\n* =================\n\nThis Data Set consists of 4 s edited, Wave Electric Field Intensities from the Voyager 2 Plasma Wave Receiver Spectrum Analyzer obtained in the Vicinity of the Uranian Magnetosphere. For each 4 s Interval, a Field Strength is determined for each of the sixteen Spectrum Analyzer Channels whose Center Frequencies range from 10 Hz to 56.2 kHz and which are logarithmically spaced in Frequency, four Channels per Decade. The Time associated with each Set of Intensities (sixteen Channels) is the Time of the Beginning of the Scan. During Data Gaps where complete 4 s Spectra are missing, no Entries exist in the File, that is, the Gaps are not Zero-filled or Tagged in any other way. When one or more Channels are missing within a Scan, the missing Measurements are Zero-filled. Data are edited but not calibrated. The Data Numbers in this Data Set can be plotted in raw Form for Event Searches and simple Trend Analysis since they are roughly proportional to the Log of the Electric Field Strength. Calibration Procedures and Tables are provided for use with this Data Set; the use of these is described below.\n\n* Use of Voyager PWS Calibration Tables\n* =====================================\n\nThe Voyager PWS Calibration Tables are given in two plain ASCII Text Files named VG1PWSCL.TAB and VG2PWSCL.TAB (for Voyager 1 and Voyager 2, respectively). These provide Information to convert the uncalibrated 'Data Number' Output of the PWS sixteen-channel Spectrum Analyzer to calibrated Antenna Voltages for each Frequency Channel. Following is a brief Description of these Files and a Tutorial in their Application.\n\nThe first Column lists an uncalibrated Data Number followed by the corresponding Value in calibrated Volts for each of the sixteen Frequency Channels of the PWS Spectrum Analyzer. Each Line contains Calibrations for successive Data Number Values ranging from 0 through 255. (Data Number 0 actually represents the Lack of Data since the Baseline Noise Values for each Channel are all above that.)\n\nA Data Analysis Program may load the appropriate Table into a Data Structure and thus provide a simple Look-up Scheme to obtain the appropriate Voltage for a given Data Number and Frequency Channel. For example, the following VAX FORTRAN Code may be used to load a Calibration Array for Voyager 2 PWS:\n\n* real*4 cal(16,0:255)\n* open(unit=10,file='vg2pwscl.tab'status='old'\n*\n* do i=0,38\n* read(10,*) ! Skip 38 Lines of Label Info\n* end do\n*\n* do i=0,255\n* read(10,*) idn,(cal(ichan,i),ichan=1,16)\n* end do\n*\n* close(10)\n\nThen, given an uncalibrated Data Value idn for the Frequency Channel ichan, the corresponding calibrated Antenna Voltage would be given by the following Array Reference:\n\n* volts=cal(ichan,idn)\n\nThis may be converted to a Wave Electric Field Amplitude by dividing by the effective Antenna Length in meters, 7.07 m. That is:\n\n* efield=cal(ichan,idn)/7.07\n\nSpectral Density Units may be obtained by dividing the Square of the Electric Field Value by the nominal Frequency Bandwidth of the corresponding Spectrum Analyzer Channel.\n\n* specdens=(cal(ichan,idn)/7.07)^2/bandwidth(ichan)\n\nFinally, Power Flux may be obtained by dividing the Spectral Density by the Impedance of Free Space in Ohms:\n\n* pwrflux=((cal(ichan,idn)/7.07)^2/bandwidth(ichan))/376.73\n\nOf course, for a particular Application, it may be more efficient to apply the above Conversions to the Calibration Table directly.\n\nThe Center Frequencies and Bandwidths of each PWS Spectrum Analyzer Channel for the Voyager 2 PWS are given below:\n\n+----------------------------------------+\n| Channel | Center Frequency | Bandwidth |\n------------------------------------------\n| 1       | 10.0 Hz          | 2.16 Hz   |\n| 2       | 17.8 Hz          | 3.58 Hz   |\n| 3       | 31.1 Hz          | 4.50 Hz   |\n| 4       | 56.2 Hz          | 10.7 Hz   |\n| 5       | 100 Hz           | 13.8 Hz   |\n| 6       | 178 Hz           | 28.8 Hz   |\n| 7       | 311 Hz           | 39.8 Hz   |\n| 8       | 562 Hz           | 75.9 Hz   |\n| 9       | 1.00 kHz         | 75.9 Hz   |\n| 10      | 1.78 kHz         | 151 Hz    |\n| 11      | 3.11 kHz         | 324 Hz    |\n| 12      | 5.62 kHz         | 513 Hz    |\n| 13      | 10.0 kHz         | 832 Hz    |\n| 14      | 17.8 kHz         | 1260 Hz   |\n| 15      | 31.1 kHz         | 2400 Hz   |\n| 16      | 56.2 kHz         | 3800 Hz   |\n+----------------------------------------+\n\nA Failure in the Voyager 2 Flight Data System which occurred about three Months after Launch has adversely affected the Calibration of PWS Channels 9 through 16. An Algorithm has been devised to partially correct for this Failure, and has proven useful for Voyager 2 Jupiter, Saturn, and Uranus Encounters, but is not valid for Earth-Jupiter Cruise and may be modified in the Future. The following Implementation of this Correction Algorithm in VAX FORTRAN assumes that uncalibrated Data Numbers are stored in a sixteen-element Integer Array, idn, with the Array Index equal to the PWS Channel Number:\n\n* real*4 tonl(9:16) ! The Old Noise Level for v2\n* Data tonl/2.0,1.0,-1.0,-2.0,-3.0,1.0,2.0,1.0/\n*\n* do ichan=9,16\n* if(idn(ichan).gt.0) then\n* if(idn(ichan).lt.64) idn(ichan)=64\n* if(idn(ichan).le.72) then\n* idn(ichan)=int(tonl(ichan)-530.4+8.6*real(idn(ichan)))\n* else\n* idn(ichan)=int(tonl(ichan)+20.113+0.99*real(idn(ichan)))\n* end if\n* end if\n* end do\n\nThis Correction should not be applied permanently to the Voyager 2 Calibration Table since it is valid for a limited Time Span and may be modified in the Future.\n\nAdditional Information about this Data Set and the Instrument which produced it can be found elsewhere in this Catalog. An Overview of the Data in this Data Set can be found in (Gurnett et al., 1986) and a complete Instrument Description can be found in (Scarf and Gurnett, 1977).\n\n+-------------------------------------------------------+\n| Parameter Characteristics      | Value                |\n---------------------------------------------------------\n| Sampling Parameter Name        | TIME                 |\n| Sampling Parameter Resolution  | 4.000000             |\n| Minimum Sampling Parameter     | 197708201553.000000  |\n| Maximum Sampling Parameter     | N/A                  |\n| Sampling Parameter Interval    | 4.000000             |\n| Minimum Available Sampling Int | 4.000000             |\n| Sampling Parameter Unit        | SECOND               |\n| Data Set Parameter Name        | PLASMA WAVE SPECTRUM |\n| Noise Level                    | 0.000005             |\n| Data Set Parameter Unit        | VOLT/METER           |\n+-------------------------------------------------------+",
    "abstract": "* Data Set Overview\n* =================\n\nThis Data Set consists of 4 s edited, Wave Electric Field Intensities from the Voyager 2 Plasma Wave Receiver Spectrum Analyzer obtained in the Vicinity of the Uranian Magnetosphere. For each 4 s Interval, a Field Strength is determined for each of the sixteen Spectrum Analyzer Channels whose Center Frequencies range from 10 Hz to 56.2 kHz and which are logarithmically spaced in Frequency, four Channels per Decade. The Time associated with each Set of Intensities (sixteen Channels) is the Time of the Beginning of the Scan. During Data Gaps where complete 4 s Spectra are missing, no Entries exist in the File, that is, the Gaps are not Zero-filled or Tagged in any other way. When one or more Channels are missing within a Scan, the missing Measurements are Zero-filled. Data are edited but not calibrated. The Data Numbers in this Data Set can be plotted in raw Form for Event Searches and simple Trend Analysis since they are roughly proportional to the Log of the Electric Field Strength. Calibration Procedures and Tables are provided for use with this Data Set; the use of these is described below.\n\n* Use of Voyager PWS Calibration Tables\n* =====================================\n\nThe Voyager PWS Calibration Tables are given in two plain ASCII Text Files named VG1PWSCL.TAB and VG2PWSCL.TAB (for Voyager 1 and Voyager 2, respectively). These provide Information to convert the uncalibrated 'Data Number' Output of the PWS sixteen-channel Spectrum Analyzer to calibrated Antenna Voltages for each Frequency Channel. Following is a brief Description of these Files and a Tutorial in their Application.\n\nThe first Column lists an uncalibrated Data Number followed by the corresponding Value in calibrated Volts for each of the sixteen Frequency Channels of the PWS Spectrum Analyzer. Each Line contains Calibrations for successive Data Number Values ranging from 0 through 255. (Data Number 0 actually represents the Lack of Data since the Baseline Noise Values for each Channel are all above that.)\n\nA Data Analysis Program may load the appropriate Table into a Data Structure and thus provide a simple Look-up Scheme to obtain the appropriate Voltage for a given Data Number and Frequency Channel. For example, the following VAX FORTRAN Code may be used to load a Calibration Array for Voyager 2 PWS:\n\n* real*4 cal(16,0:255)\n* open(unit=10,file='vg2pwscl.tab'status='old'\n*\n* do i=0,38\n* read(10,*) ! Skip 38 Lines of Label Info\n* end do\n*\n* do i=0,255\n* read(10,*) idn,(cal(ichan,i),ichan=1,16)\n* end do\n*\n* close(10)\n\nThen, given an uncalibrated Data Value idn for the Frequency Channel ichan, the corresponding calibrated Antenna Voltage would be given by the following Array Reference:\n\n* volts=cal(ichan,idn)\n\nThis may be converted to a Wave Electric Field Amplitude by dividing by the effective Antenna Length in meters, 7.07 m. That is:\n\n* efield=cal(ichan,idn)/7.07\n\nSpectral Density Units may be obtained by dividing the Square of the Electric Field Value by the nominal Frequency Bandwidth of the corresponding Spectrum Analyzer Channel.\n\n* specdens=(cal(ichan,idn)/7.07)^2/bandwidth(ichan)\n\nFinally, Power Flux may be obtained by dividing the Spectral Density by the Impedance of Free Space in Ohms:\n\n* pwrflux=((cal(ichan,idn)/7.07)^2/bandwidth(ichan))/376.73\n\nOf course, for a particular Application, it may be more efficient to apply the above Conversions to the Calibration Table directly.\n\nThe Center Frequencies and Bandwidths of each PWS Spectrum Analyzer Channel for the Voyager 2 PWS are given below:\n\n+----------------------------------------+\n| Channel | Center Frequency | Bandwidth |\n------------------------------------------\n| 1       | 10.0 Hz          | 2.16 Hz   |\n| 2       | 17.8 Hz          | 3.58 Hz   |\n| 3       | 31.1 Hz          | 4.50 Hz   |\n| 4       | 56.2 Hz          | 10.7 Hz   |\n| 5       | 100 Hz           | 13.8 Hz   |\n| 6       | 178 Hz           | 28.8 Hz   |\n| 7       | 311 Hz           | 39.8 Hz   |\n| 8       | 562 Hz           | 75.9 Hz   |\n| 9       | 1.00 kHz         | 75.9 Hz   |\n| 10      | 1.78 kHz         | 151 Hz    |\n| 11      | 3.11 kHz         | 324 Hz    |\n| 12      | 5.62 kHz         | 513 Hz    |\n| 13      | 10.0 kHz         | 832 Hz    |\n| 14      | 17.8 kHz         | 1260 Hz   |\n| 15      | 31.1 kHz         | 2400 Hz   |\n| 16      | 56.2 kHz         | 3800 Hz   |\n+----------------------------------------+\n\nA Failure in the Voyager 2 Flight Data System which occurred about three Months after Launch has adversely affected the Calibration of PWS Channels 9 through 16. An Algorithm has been devised to partially correct for this Failure, and has proven useful for Voyager 2 Jupiter, Saturn, and Uranus Encounters, but is not valid for Earth-Jupiter Cruise and may be modified in the Future. The following Implementation of this Correction Algorithm in VAX FORTRAN assumes that uncalibrated Data Numbers are stored in a sixteen-element Integer Array, idn, with the Array Index equal to the PWS Channel Number:\n\n* real*4 tonl(9:16) ! The Old Noise Level for v2\n* Data tonl/2.0,1.0,-1.0,-2.0,-3.0,1.0,2.0,1.0/\n*\n* do ichan=9,16\n* if(idn(ichan).gt.0) then\n* if(idn(ichan).lt.64) idn(ichan)=64\n* if(idn(ichan).le.72) then\n* idn(ichan)=int(tonl(ichan)-530.4+8.6*real(idn(ichan)))\n* else\n* idn(ichan)=int(tonl(ichan)+20.113+0.99*real(idn(ichan)))\n* end if\n* end if\n* end do\n\nThis Correction should not be applied permanently to the Voyager 2 Calibration Table since it is valid for a limited Time Span and may be modified in the Future.\n\nAdditional Information about this Data Set and the Instrument which produced it can be found elsewhere in this Catalog. An Overview of the Data in this Data Set can be found in (Gurnett et al., 1986) and a complete Instrument Description can be found in (Scarf and Gurnett, 1977).\n\n+-------------------------------------------------------+\n| Parameter Characteristics      | Value                |\n---------------------------------------------------------\n| Sampling Parameter Name        | TIME                 |\n| Sampling Parameter Resolution  | 4.000000             |\n| Minimum Sampling Parameter     | 197708201553.000000  |\n| Maximum Sampling Parameter     | N/A                  |\n| Sampling Parameter Interval    | 4.000000             |\n| Minimum Available Sampling Int | 4.000000             |\n| Sampling Parameter Unit        | SECOND               |\n| Data Set Parameter Name        | PLASMA WAVE SPECTRUM |\n| Noise Level                    | 0.000005             |\n| Data Set Parameter Unit        | VOLT/METER           |\n+-------------------------------------------------------+",
    
        "spatialCoverage": [
      {
          "@type": "Place",
          "alternateName": "Uranus"
      }],
    
    "temporalCoverage": "1986-01-23T00:00:00.00Z/1986-01-31T00:00:00.00Z",

    "genre": "Waves.Passive",
    "keywords": [  ],
    "license":  "https://cdla.io/permissive-1-0/",

    "audience":{
        "@type": "Audience",
        "audienceType": ["Space Physicist", "Space Community", "Data Scientists", "Machine Learning Users"]
    },
    "distribution": [
        { 
        "@type": "DataDownload",
        "encodingFormat": [
            "text/plain"
        ],
        "contentUrl": "https://pds-ppi.igpp.ucla.edu/search/view/?f=yes&amp;id=pds://PPI/VG2-U-PWS-2-RDR-SA-4SEC-V1.0"
    }
    ]
    }
    </script>
        <script type="application/rsl+xml">
            <rsl xmlns="https://rslstandard.org/rsl"><!--This license information is for the SPASE metadata only.  The actual data/software may be covered by a different license.-->
                <content url="">
                    <license>
                        <permits type="usage">all</permits>
                        <payment type="free">
                            <standard>https://spdx.org/licenses/CC0-1.0.html</standard>
                        </payment>
                    </license>
                </content>
            </rsl>
        </script>
        <xhtml:style xmlns:xhtml="http://www.w3.org/1999/xhtml">

* {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}

body {
	background-color: #f0f0f0; // #eaf5e9; #277bc0; #d3d3f9;
	color: black;
	font-family: Verdana, Arial, sans-serif; 
	font-size:12px; 
	line-height: 1.2;
}
 
h1,h2,h3,h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight:bold;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
	font-style: oblique;
}

p {
	margin-bottom: 0.75ex;
}

a:link,
a:visited {
   color: #277bc0;/* #339;*/
   font-weight:bolder; 
   text-decoration:none; 
}

a:hover {
   color: blue;
   font-weight:bolder; 
   text-decoration:underline; 
}

ul {
	list-style: square inside ;
	margin-bottom: 0.75ex;
}

table {
   border: thin solid #666;
	margin-top: 5px;
	margin-bottom: 10px;
}

table.nested {
	margin-left: 2em;
}

thead,tbody {
   border: thin solid #666;
}

td, th {
   margin: 0;
	padding: 2px 2px 2px 2px;
}

th {
	font-style: oblique;
}

h1.detail {
}

.header {
	width:100%;
	padding: 1em 10px 1em 10px;
	color: #fff;
	background: #5e87b0;
	font-weight: bold;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
	text-align: center;
	font-size: 16px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important;
}

.usa-banner {
    padding-left: 10px;
    overflow: hidden;
}

.official-websites {
    float: left;
    width: 50%;
}

.secure-websites {
    float: left;
    width: 50%;
}

.image-left {
    float: left;
    margin-right: 10px;
}

.footer {
    width: 100%;
    padding: 1em 10px 1em 10px;
    /*
    color: #fff;
    */
    color: Black;
    background: #5e87b0;
    font-weight: bold;
    font-size: 16px;
    display: table;
}
div.footer-item {
    float: left;
    padding-left: 1em;
    padding-right: 1em;
}
/* this does not work
a.footer-item:link {
    all: revert;
}
a.footer-item:visited {
    all: revert;
}
a.footer-item:hover {
    all: revert;
}
*/
.inset {
	margin-left: 22%;
}

.page {
	padding: 10px 3% 10px 3%;
}

div.indent {
    margin-left: 2em;
}

div.term {
	margin-top: 5px;
	padding-left: 5px;
	border-top: 1px solid #DDD;
	font-weight: bold;
}

div.definition {
	margin-left: 5ex;
}

div.value {
	margin-left: 5ex;
}

div.product {
	background-color: white;
	border: thin solid #333;
	padding: 10px 15px 10px 15px;
	margin-top: 10px;
}

div.parameter {
	margin-top: 10px;
	padding: 5px 10px 10px 10px;
	border: thin dotted #333;
	background-color: #ebebeb;
}

#toc {
   border: thin solid #333;
   background-color: #F5F5F5; 
   padding: 10px 15px 10px 15px;
   margin-left: 5%;
   margin-right: 5%;
   margin-bottom: 30px;
}

#toc ol, ul, li {
	padding-left: 5ex;
}

#toc ol {
	list-style-type: decimal;
	list-style-position: inside; 
}

#toc ul {
	list-style-type: square;
	list-style-position: inside; 
}

p.version {
  float: right;
  width: 100%;
  margin-top: 5px;
  text-align: right;
  font-size: x-small;
}

p.right {
  float: right;
  text-align: right;
}

.box-title {
	font-size: 120%;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px solid #DDD;
}

ul.list {
	list-style-position: outside;
	padding-left: 1.5em;
}

li.list {
	text-align: left;
	padding-left: 0px;
}

.no-break {
	white-space: nowrap;
}

p.author {
	font-size: 120%;
}

div.brand {
	width: 100%;
	text-align: right;
}

div.abstract {
	display: table;
	position: relative;
	width: 100%;
}

div.citation {
}

div.access {
	float: left;
	width: 20%;
	background-color: white;
	border: thin solid #333;
	padding: 5px 5px 5px 5px;
	margin-right: 1em;
}

a.xml-logo:link,
a.xml-logo:visited {
   background: #ff6600;
   color: #ffffff;
   font-weight:bolder; 
   text-decoration:none; 
   padding-left:2px;
   padding-right:2px;
}
a.xml-logo:hover {
   text-decoration:underline; 
}
button {
  background-color: #5e87b0;
  border: none;  /* 2px solid black;  */
  border-radius: 8px;
  color: white;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
button.usa-banner-button {
    background-color: initial;
    border: initial;
    border-radius: initial;
    color: initial;
    padding: initial;
    text-align: initial;
    text-decoration: underline;
    display: initial;
}
	  </xhtml:style>
        <xhtml:script xmlns:xhtml="http://www.w3.org/1999/xhtml">
	    async function getResponseText(response) {
	        document.body.style.cursor = 'default';
	        return await response.text();
	    }
	    function getVersionedBibTeX(bibtex) {
	        /* Add version field as suggested by August (Gus) Muench, Journals Data Editor,
	        American Astronomical Society (email dated 7/7/25) */
	        const accessVersion = ", version={Accessed on " + currentIsoDateStr + "}";
	        const modifiedBibtex = bibtex.substring(0, bibtex.lastIndexOf("}")) + accessVersion + "}";
	        return modifiedBibtex;
	    }
	    function getBlob(text) {
	        return new Blob([text], { type: "text/plain"});
	    }
	    function clipboardAlert(text) {
	        alert(text + "\nCopied to clipboard");
	    }
	    function clipCitation(doi) {
	        document.body.style.cursor = 'wait';
            let url = "https://citation.doi.org/format?doi=" + doi.replace("https://doi.org/", "") +
                String.fromCodePoint(38) + "style=bibtex" + String.fromCodePoint(38) + "lang=en-US";
            const text = new ClipboardItem({
                    "text/plain": fetch(url)
                    .then(getResponseText)
                    .then(getVersionedBibTeX)
                    .then(getBlob)
            });
            navigator.clipboard.write([text]);
            
            text.getType("text/plain")
                .then(getResponseText)
                .then(clipboardAlert);
        }
        function toggle_usa_banner_details() {
            const details = document.getElementById("usa-banner-details");
            const indicator = document.getElementById("usa-banner-indicator");
            if (details.style.display === "none") {
                details.style.display = "block";
                indicator.textContent = "^";
            }
            else {
                details.style.display = "none";
                indicator.textContent = "v";
            }
        }
	    const monthName=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
	    let currentDate = new Date();
	    let currentIsoDateStr = currentDate.toISOString().substring(0, 10);
	    let currentDateStr = currentDate.getFullYear() + '-' + monthName[currentDate.getMonth()] + '-' + currentDate.getDate();
	  </xhtml:script>
    </head>
    <xhtml:body xmlns:xhtml="http://www.w3.org/1999/xhtml">
        <xhtml:div>
            <xhtml:a id="top"/>
        </xhtml:div>
        <xhtml:div class="usa-banner">
            <xhtml:p>
                <xhtml:img class="usa-banner__header-flag" height="10px" width="20px" src="/logos/us_flag_small.png" alt="USA flag"/> An official website of the United States government
                <xhtml:button class="usa-banner-button" onclick="toggle_usa_banner_details()">Here's how you know</xhtml:button> <xhtml:span id="usa-banner-indicator">v</xhtml:span>
            </xhtml:p>
            <xhtml:div id="usa-banner-details" style="display: none">
                <xhtml:div class="official-websites">
                    <xhtml:div>
                        <xhtml:img class="image-left" src="/logos/icon-dot-gov.svg" alt="dot gov icon"/>
                        <xhtml:p>
                            <xhtml:b>Official websites use .gov</xhtml:b>
                        </xhtml:p>
                        <xhtml:p>A <xhtml:b>.gov</xhtml:b> websites belongs to an official government organization in the United States</xhtml:p>
                    </xhtml:div>
                </xhtml:div>
                <xhtml:div class="secure-websites">
                    <xhtml:img class="image-left" src="/logos/icon-https.svg" alt="HTTPS icon"/>
                    <xhtml:p>
                        <xhtml:b>Secure .gov website use HTTPS</xhtml:b>
                    </xhtml:p>
                    <xhtml:p>A <xhtml:b>lock</xhtml:b> (<xhtml:img src="/logos/usa-banner-lock.svg" alt="lock icon"/>) or <xhtml:b>https://</xhtml:b> means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.</xhtml:p>
                </xhtml:div>
            </xhtml:div>
        </xhtml:div>
        <xhtml:div class="header">
            <xhtml:div class="middle">HDPWS</xhtml:div>
        </xhtml:div>
        <xhtml:div class="page">
            <xhtml:div class="spase">
                <xhtml:div class="abstract">
                    <xhtml:div class="access">
                        <xhtml:p class="box-title">
                    Data Access
                </xhtml:p>
                        <xhtml:ul class="list">
                            <xhtml:li class="list">
                                <xhtml:a target="_blank" href="https://pds-ppi.igpp.ucla.edu/search/view/?f=yes&amp;id=pds://PPI/VG2-U-PWS-2-RDR-SA-4SEC-V1.0">PDS/PPI</xhtml:a>
                            </xhtml:li>
                        </xhtml:ul>
                    </xhtml:div>
                    <xhtml:div class="citation inset">
                        <xhtml:h1>
                            <xhtml:a name="spase://NASA/NumericalData/Voyager2/PWS/Uranus/PT4S">Voyager 2 Uranus Plasma Wave Spectrometer (PWS) Edited, Uncalibrated Spectrum Analyzer, Version 1.0, 4 s Reduced Data Record (RDR) Data</xhtml:a>
                        </xhtml:h1>
                        <xhtml:p class="author">
                            <xhtml:script>
			  var authors='Decker, Robert B.; Krimigis, Stamatios M.'; 
			  document.write(authors);

			 </xhtml:script>
			(2026). 
			Voyager 2 Uranus Plasma Wave Spectrometer (PWS) Edited, Uncalibrated Spectrum Analyzer, Version 1.0, 4 s Reduced Data Record (RDR) Data. 
    
			[Data set].
		Space Physics Data Facility; Planetary Data System. 
			<xhtml:a href="https://doi.org/10.48322/d6te-6s08">https://doi.org/10.48322/d6te-6s08</xhtml:a>. Accessed on <xhtml:script>document.write(currentDateStr);</xhtml:script>.
                <xhtml:br/>
                            <xhtml:br/>
                Note: Proper references, including 
			<xhtml:button title="Copy BibTeX citation to clipboard" onclick="clipCitation('https://doi.org/10.48322/d6te-6s08')">Copy BibTeX Citation</xhtml:button>
			    or <xhtml:a href="https://citeas.org/cite/https://doi.org/10.48322/d6te-6s08">other formats</xhtml:a>, should include the "Accessed on date" to identify the version of the resource being cited in a given publication. 
            <xhtml:br/>
                        </xhtml:p>
                        <xhtml:p>
                            <xhtml:div class="term">ResourceID</xhtml:div>
                            <xhtml:div class="definition">spase://NASA/NumericalData/Voyager2/PWS/Uranus/PT4S</xhtml:div>
                        </xhtml:p>
                        <xhtml:p>
                            <xhtml:div class="term">Description</xhtml:div>
                            <xhtml:div class="definition">* Data Set Overview
* =================

This Data Set consists of 4 s edited, Wave Electric Field Intensities from the Voyager 2 Plasma Wave Receiver Spectrum Analyzer obtained in the Vicinity of the Uranian Magnetosphere. For each 4 s Interval, a Field Strength is determined for each of the sixteen Spectrum Analyzer Channels whose Center Frequencies range from 10 Hz to 56.2 kHz and which are logarithmically spaced in Frequency, four Channels per Decade. The Time associated with each Set of Intensities (sixteen Channels) is the Time of the Beginning of the Scan. During Data Gaps where complete 4 s Spectra are missing, no Entries exist in the File, that is, the Gaps are not Zero-filled or Tagged in any other way. When one or more Channels are missing within a Scan, the missing Measurements are Zero-filled. Data are edited but not calibrated. The Data Numbers in this Data Set can be plotted in raw Form for Event Searches and simple Trend Analysis since they are roughly proportional to the Log of the Electric Field Strength. Calibration Procedures and Tables are provided for use with this Data Set; the use of these is described below.

* Use of Voyager PWS Calibration Tables
* =====================================

The Voyager PWS Calibration Tables are given in two plain ASCII Text Files named VG1PWSCL.TAB and VG2PWSCL.TAB (for Voyager 1 and Voyager 2, respectively). These provide Information to convert the uncalibrated 'Data Number' Output of the PWS sixteen-channel Spectrum Analyzer to calibrated Antenna Voltages for each Frequency Channel. Following is a brief Description of these Files and a Tutorial in their Application.

The first Column lists an uncalibrated Data Number followed by the corresponding Value in calibrated Volts for each of the sixteen Frequency Channels of the PWS Spectrum Analyzer. Each Line contains Calibrations for successive Data Number Values ranging from 0 through 255. (Data Number 0 actually represents the Lack of Data since the Baseline Noise Values for each Channel are all above that.)

A Data Analysis Program may load the appropriate Table into a Data Structure and thus provide a simple Look-up Scheme to obtain the appropriate Voltage for a given Data Number and Frequency Channel. For example, the following VAX FORTRAN Code may be used to load a Calibration Array for Voyager 2 PWS:

* real*4 cal(16,0:255)
* open(unit=10,file='vg2pwscl.tab'status='old'
*
* do i=0,38
* read(10,*) ! Skip 38 Lines of Label Info
* end do
*
* do i=0,255
* read(10,*) idn,(cal(ichan,i),ichan=1,16)
* end do
*
* close(10)

Then, given an uncalibrated Data Value idn for the Frequency Channel ichan, the corresponding calibrated Antenna Voltage would be given by the following Array Reference:

* volts=cal(ichan,idn)

This may be converted to a Wave Electric Field Amplitude by dividing by the effective Antenna Length in meters, 7.07 m. That is:

* efield=cal(ichan,idn)/7.07

Spectral Density Units may be obtained by dividing the Square of the Electric Field Value by the nominal Frequency Bandwidth of the corresponding Spectrum Analyzer Channel.

* specdens=(cal(ichan,idn)/7.07)^2/bandwidth(ichan)

Finally, Power Flux may be obtained by dividing the Spectral Density by the Impedance of Free Space in Ohms:

* pwrflux=((cal(ichan,idn)/7.07)^2/bandwidth(ichan))/376.73

Of course, for a particular Application, it may be more efficient to apply the above Conversions to the Calibration Table directly.

The Center Frequencies and Bandwidths of each PWS Spectrum Analyzer Channel for the Voyager 2 PWS are given below:

+----------------------------------------+
| Channel | Center Frequency | Bandwidth |
------------------------------------------
| 1       | 10.0 Hz          | 2.16 Hz   |
| 2       | 17.8 Hz          | 3.58 Hz   |
| 3       | 31.1 Hz          | 4.50 Hz   |
| 4       | 56.2 Hz          | 10.7 Hz   |
| 5       | 100 Hz           | 13.8 Hz   |
| 6       | 178 Hz           | 28.8 Hz   |
| 7       | 311 Hz           | 39.8 Hz   |
| 8       | 562 Hz           | 75.9 Hz   |
| 9       | 1.00 kHz         | 75.9 Hz   |
| 10      | 1.78 kHz         | 151 Hz    |
| 11      | 3.11 kHz         | 324 Hz    |
| 12      | 5.62 kHz         | 513 Hz    |
| 13      | 10.0 kHz         | 832 Hz    |
| 14      | 17.8 kHz         | 1260 Hz   |
| 15      | 31.1 kHz         | 2400 Hz   |
| 16      | 56.2 kHz         | 3800 Hz   |
+----------------------------------------+

A Failure in the Voyager 2 Flight Data System which occurred about three Months after Launch has adversely affected the Calibration of PWS Channels 9 through 16. An Algorithm has been devised to partially correct for this Failure, and has proven useful for Voyager 2 Jupiter, Saturn, and Uranus Encounters, but is not valid for Earth-Jupiter Cruise and may be modified in the Future. The following Implementation of this Correction Algorithm in VAX FORTRAN assumes that uncalibrated Data Numbers are stored in a sixteen-element Integer Array, idn, with the Array Index equal to the PWS Channel Number:

* real*4 tonl(9:16) ! The Old Noise Level for v2
* Data tonl/2.0,1.0,-1.0,-2.0,-3.0,1.0,2.0,1.0/
*
* do ichan=9,16
* if(idn(ichan).gt.0) then
* if(idn(ichan).lt.64) idn(ichan)=64
* if(idn(ichan).le.72) then
* idn(ichan)=int(tonl(ichan)-530.4+8.6*real(idn(ichan)))
* else
* idn(ichan)=int(tonl(ichan)+20.113+0.99*real(idn(ichan)))
* end if
* end if
* end do

This Correction should not be applied permanently to the Voyager 2 Calibration Table since it is valid for a limited Time Span and may be modified in the Future.

Additional Information about this Data Set and the Instrument which produced it can be found elsewhere in this Catalog. An Overview of the Data in this Data Set can be found in (Gurnett et al., 1986) and a complete Instrument Description can be found in (Scarf and Gurnett, 1977).

+-------------------------------------------------------+
| Parameter Characteristics      | Value                |
---------------------------------------------------------
| Sampling Parameter Name        | TIME                 |
| Sampling Parameter Resolution  | 4.000000             |
| Minimum Sampling Parameter     | 197708201553.000000  |
| Maximum Sampling Parameter     | N/A                  |
| Sampling Parameter Interval    | 4.000000             |
| Minimum Available Sampling Int | 4.000000             |
| Sampling Parameter Unit        | SECOND               |
| Data Set Parameter Name        | PLASMA WAVE SPECTRUM |
| Noise Level                    | 0.000005             |
| Data Set Parameter Unit        | VOLT/METER           |
+-------------------------------------------------------+</xhtml:div>
                        </xhtml:p>
                        <xhtml:p>
                            <xhtml:div class="term">Metadata Rights</xhtml:div>
                            <xhtml:div class="definition">CC0-1.0: 
              <xhtml:a href="https://spdx.org/licenses/CC0-1.0.html" target="_blank">Creative Commons Zero v1.0 Universal</xhtml:a>
                                <xhtml:div class="term">Note</xhtml:div>
                                <xhtml:div class="definition">CC0 1.0 Universal is the Creative Commons license applicable to all publicly available SPASE metadata descriptions. The actual data/software may be subject to a different license.
              </xhtml:div>
                            </xhtml:div>
                        </xhtml:p>
                    </xhtml:div>
                </xhtml:div>
                <xhtml:div>
                    <xhtml:p class="right">
                        <xhtml:a target="_blank" href="/WS/hdp/1/Spase?ResourceID=spase://NASA/NumericalData/Voyager2/PWS/Uranus/PT4S&amp;Format=spase_xml" download="PT4S.xml">View XML</xhtml:a> |
              <xhtml:a target="_blank" href="https://spase-editor.heliocloud.org/?edit=https://heliophysicsdata.gsfc.nasa.gov/WS/hdp/1/Spase?ResourceID=spase://NASA/NumericalData/Voyager2/PWS/Uranus/PT4S&amp;Format=spase_xml">Edit</xhtml:a>
                    </xhtml:p>
                    <xhtml:h1 class="detail">Details</xhtml:h1>
                </xhtml:div>
                <xhtml:div>
                    <xhtml:div class="product">
                        <xhtml:p class="version">Version:2.7.1</xhtml:p>
                        <xhtml:h1>NumericalData</xhtml:h1>
                        <xhtml:div class="term">ResourceID</xhtml:div>
                        <xhtml:div class="definition">spase://NASA/NumericalData/Voyager2/PWS/Uranus/PT4S</xhtml:div>
                        <xhtml:div class="term">NamingAuthority</xhtml:div>
                        <xhtml:div class="definition">NASA</xhtml:div>
                        <xhtml:div class="term">ResourceType</xhtml:div>
                        <xhtml:div class="definition">NumericalData</xhtml:div>
                        <xhtml:div class="term">ResourceHeader</xhtml:div>
                        <xhtml:div class="definition">
                            <xhtml:div class="term">ResourceName</xhtml:div>
                            <xhtml:div class="definition">Voyager 2 Uranus Plasma Wave Spectrometer (PWS) Edited, Uncalibrated Spectrum Analyzer, Version 1.0, 4 s Reduced Data Record (RDR) Data</xhtml:div>
                            <xhtml:div class="term">DOI</xhtml:div>
                            <xhtml:div class="definition">https://doi.org/10.48322/d6te-6s08</xhtml:div>
                            <xhtml:div class="term">ReleaseDate</xhtml:div>
                            <xhtml:div class="definition">2026-06-26 13:31:37Z</xhtml:div>
                            <xhtml:div class="term">RevisionHistory</xhtml:div>
                            <xhtml:div class="definition">
                                <xhtml:div class="term">RevisionEvent</xhtml:div>
                                <xhtml:div class="definition">
                                    <xhtml:div class="term">ReleaseDate</xhtml:div>
                                    <xhtml:div class="definition">2020-07-07 21:16:01Z</xhtml:div>
                                    <xhtml:div class="term">Note</xhtml:div>
                                    <xhtml:div class="definition">Only known prior ReleaseDate of the metadata</xhtml:div>
                                </xhtml:div>
                                <xhtml:div class="term">RevisionEvent</xhtml:div>
                                <xhtml:div class="definition">
                                    <xhtml:div class="term">ReleaseDate</xhtml:div>
                                    <xhtml:div class="definition">2025-12-04 13:32:42Z</xhtml:div>
                                    <xhtml:div class="term">Note</xhtml:div>
                                    <xhtml:div class="definition">Added MetadataRightsList. Added ResourceType and NamingAuthority. Updated to 2.7.1. Changed http to https in top-level schemaLocation attribute. Fixed version number separator in top-level schemaLocation attribute. ZCB</xhtml:div>
                                </xhtml:div>
                                <xhtml:div class="term">RevisionEvent</xhtml:div>
                                <xhtml:div class="definition">
                                    <xhtml:div class="term">ReleaseDate</xhtml:div>
                                    <xhtml:div class="definition">2026-04-10 09:59:29Z</xhtml:div>
                                    <xhtml:div class="term">Note</xhtml:div>
                                    <xhtml:div class="definition">Added new Contact(s). ZCB</xhtml:div>
                                </xhtml:div>
                                <xhtml:div class="term">RevisionEvent</xhtml:div>
                                <xhtml:div class="definition">
                                    <xhtml:div class="term">ReleaseDate</xhtml:div>
                                    <xhtml:div class="definition">2026-04-10 10:04:19Z</xhtml:div>
                                    <xhtml:div class="term">Note</xhtml:div>
                                    <xhtml:div class="definition">Added PublicationInfo. ZCB</xhtml:div>
                                </xhtml:div>
                                <xhtml:div class="term">RevisionEvent</xhtml:div>
                                <xhtml:div class="definition">
                                    <xhtml:div class="term">ReleaseDate</xhtml:div>
                                    <xhtml:div class="definition">2026-06-12 19:17:35Z</xhtml:div>
                                    <xhtml:div class="term">Note</xhtml:div>
                                    <xhtml:div class="definition">Added DOI. tlk</xhtml:div>
                                </xhtml:div>
                                <xhtml:div class="term">RevisionEvent</xhtml:div>
                                <xhtml:div class="definition">
                                    <xhtml:div class="term">ReleaseDate</xhtml:div>
                                    <xhtml:div class="definition">2026-06-26 13:31:37Z</xhtml:div>
                                    <xhtml:div class="term">Note</xhtml:div>
                                    <xhtml:div class="definition">Add 'Z' to TemporalDescription:TimeSpan:StartDate, TemporalDescription:TimeSpan:StopDate. ZCB</xhtml:div>
                                </xhtml:div>
                            </xhtml:div>
                            <xhtml:div class="term">Description</xhtml:div>
                            <xhtml:div class="definition">* Data Set Overview
* =================

This Data Set consists of 4 s edited, Wave Electric Field Intensities from the Voyager 2 Plasma Wave Receiver Spectrum Analyzer obtained in the Vicinity of the Uranian Magnetosphere. For each 4 s Interval, a Field Strength is determined for each of the sixteen Spectrum Analyzer Channels whose Center Frequencies range from 10 Hz to 56.2 kHz and which are logarithmically spaced in Frequency, four Channels per Decade. The Time associated with each Set of Intensities (sixteen Channels) is the Time of the Beginning of the Scan. During Data Gaps where complete 4 s Spectra are missing, no Entries exist in the File, that is, the Gaps are not Zero-filled or Tagged in any other way. When one or more Channels are missing within a Scan, the missing Measurements are Zero-filled. Data are edited but not calibrated. The Data Numbers in this Data Set can be plotted in raw Form for Event Searches and simple Trend Analysis since they are roughly proportional to the Log of the Electric Field Strength. Calibration Procedures and Tables are provided for use with this Data Set; the use of these is described below.

* Use of Voyager PWS Calibration Tables
* =====================================

The Voyager PWS Calibration Tables are given in two plain ASCII Text Files named VG1PWSCL.TAB and VG2PWSCL.TAB (for Voyager 1 and Voyager 2, respectively). These provide Information to convert the uncalibrated 'Data Number' Output of the PWS sixteen-channel Spectrum Analyzer to calibrated Antenna Voltages for each Frequency Channel. Following is a brief Description of these Files and a Tutorial in their Application.

The first Column lists an uncalibrated Data Number followed by the corresponding Value in calibrated Volts for each of the sixteen Frequency Channels of the PWS Spectrum Analyzer. Each Line contains Calibrations for successive Data Number Values ranging from 0 through 255. (Data Number 0 actually represents the Lack of Data since the Baseline Noise Values for each Channel are all above that.)

A Data Analysis Program may load the appropriate Table into a Data Structure and thus provide a simple Look-up Scheme to obtain the appropriate Voltage for a given Data Number and Frequency Channel. For example, the following VAX FORTRAN Code may be used to load a Calibration Array for Voyager 2 PWS:

* real*4 cal(16,0:255)
* open(unit=10,file='vg2pwscl.tab'status='old'
*
* do i=0,38
* read(10,*) ! Skip 38 Lines of Label Info
* end do
*
* do i=0,255
* read(10,*) idn,(cal(ichan,i),ichan=1,16)
* end do
*
* close(10)

Then, given an uncalibrated Data Value idn for the Frequency Channel ichan, the corresponding calibrated Antenna Voltage would be given by the following Array Reference:

* volts=cal(ichan,idn)

This may be converted to a Wave Electric Field Amplitude by dividing by the effective Antenna Length in meters, 7.07 m. That is:

* efield=cal(ichan,idn)/7.07

Spectral Density Units may be obtained by dividing the Square of the Electric Field Value by the nominal Frequency Bandwidth of the corresponding Spectrum Analyzer Channel.

* specdens=(cal(ichan,idn)/7.07)^2/bandwidth(ichan)

Finally, Power Flux may be obtained by dividing the Spectral Density by the Impedance of Free Space in Ohms:

* pwrflux=((cal(ichan,idn)/7.07)^2/bandwidth(ichan))/376.73

Of course, for a particular Application, it may be more efficient to apply the above Conversions to the Calibration Table directly.

The Center Frequencies and Bandwidths of each PWS Spectrum Analyzer Channel for the Voyager 2 PWS are given below:

+----------------------------------------+
| Channel | Center Frequency | Bandwidth |
------------------------------------------
| 1       | 10.0 Hz          | 2.16 Hz   |
| 2       | 17.8 Hz          | 3.58 Hz   |
| 3       | 31.1 Hz          | 4.50 Hz   |
| 4       | 56.2 Hz          | 10.7 Hz   |
| 5       | 100 Hz           | 13.8 Hz   |
| 6       | 178 Hz           | 28.8 Hz   |
| 7       | 311 Hz           | 39.8 Hz   |
| 8       | 562 Hz           | 75.9 Hz   |
| 9       | 1.00 kHz         | 75.9 Hz   |
| 10      | 1.78 kHz         | 151 Hz    |
| 11      | 3.11 kHz         | 324 Hz    |
| 12      | 5.62 kHz         | 513 Hz    |
| 13      | 10.0 kHz         | 832 Hz    |
| 14      | 17.8 kHz         | 1260 Hz   |
| 15      | 31.1 kHz         | 2400 Hz   |
| 16      | 56.2 kHz         | 3800 Hz   |
+----------------------------------------+

A Failure in the Voyager 2 Flight Data System which occurred about three Months after Launch has adversely affected the Calibration of PWS Channels 9 through 16. An Algorithm has been devised to partially correct for this Failure, and has proven useful for Voyager 2 Jupiter, Saturn, and Uranus Encounters, but is not valid for Earth-Jupiter Cruise and may be modified in the Future. The following Implementation of this Correction Algorithm in VAX FORTRAN assumes that uncalibrated Data Numbers are stored in a sixteen-element Integer Array, idn, with the Array Index equal to the PWS Channel Number:

* real*4 tonl(9:16) ! The Old Noise Level for v2
* Data tonl/2.0,1.0,-1.0,-2.0,-3.0,1.0,2.0,1.0/
*
* do ichan=9,16
* if(idn(ichan).gt.0) then
* if(idn(ichan).lt.64) idn(ichan)=64
* if(idn(ichan).le.72) then
* idn(ichan)=int(tonl(ichan)-530.4+8.6*real(idn(ichan)))
* else
* idn(ichan)=int(tonl(ichan)+20.113+0.99*real(idn(ichan)))
* end if
* end if
* end do

This Correction should not be applied permanently to the Voyager 2 Calibration Table since it is valid for a limited Time Span and may be modified in the Future.

Additional Information about this Data Set and the Instrument which produced it can be found elsewhere in this Catalog. An Overview of the Data in this Data Set can be found in (Gurnett et al., 1986) and a complete Instrument Description can be found in (Scarf and Gurnett, 1977).

+-------------------------------------------------------+
| Parameter Characteristics      | Value                |
---------------------------------------------------------
| Sampling Parameter Name        | TIME                 |
| Sampling Parameter Resolution  | 4.000000             |
| Minimum Sampling Parameter     | 197708201553.000000  |
| Maximum Sampling Parameter     | N/A                  |
| Sampling Parameter Interval    | 4.000000             |
| Minimum Available Sampling Int | 4.000000             |
| Sampling Parameter Unit        | SECOND               |
| Data Set Parameter Name        | PLASMA WAVE SPECTRUM |
| Noise Level                    | 0.000005             |
| Data Set Parameter Unit        | VOLT/METER           |
+-------------------------------------------------------+</xhtml:div>
                            <xhtml:div class="term">PublicationInfo</xhtml:div>
                            <xhtml:div class="definition">
                                <xhtml:div class="term">Authors</xhtml:div>
                                <xhtml:div class="definition">Decker, Robert B.; Krimigis, Stamatios M.</xhtml:div>
                                <xhtml:div class="term">PublicationDate</xhtml:div>
                                <xhtml:div class="definition">2026-04-10 10:04:19Z</xhtml:div>
                                <xhtml:div class="term">PublishedBy</xhtml:div>
                                <xhtml:div class="definition">Space Physics Data Facility; Planetary Data System</xhtml:div>
                            </xhtml:div>
                            <xhtml:div class="term">Contacts</xhtml:div>
                            <xhtml:div class="definition">
                                <xhtml:table class="nested" cellspacing="0">
                                    <xhtml:tr>
                                        <xhtml:th/>
                                        <xhtml:th class="center">Role</xhtml:th>
                                        <xhtml:th class="center">Person</xhtml:th>
                                        <xhtml:th class="center">StartDate</xhtml:th>
                                        <xhtml:th class="center">StopDate</xhtml:th>
                                        <xhtml:th class="center">Note</xhtml:th>
                                    </xhtml:tr>
                                    <xhtml:tbody>
                                        <xhtml:tr>
                                            <xhtml:td>1.</xhtml:td>
                                            <xhtml:td>CoPI</xhtml:td>
                                            <xhtml:td>
                                                <xhtml:a target="_blank" href="https://spase-metadata.org/SMWG/Person/Robert.B.Decker.html">spase://SMWG/Person/Robert.B.Decker</xhtml:a>
                                            </xhtml:td>
                                            <xhtml:td/>
                                            <xhtml:td/>
                                            <xhtml:td/>
                                        </xhtml:tr>
                                        <xhtml:tr>
                                            <xhtml:td>2.</xhtml:td>
                                            <xhtml:td>PrincipalInvestigator</xhtml:td>
                                            <xhtml:td>
                                                <xhtml:a target="_blank" href="https://spase-metadata.org/SMWG/Person/Stamatios.M.Krimigis.html">spase://SMWG/Person/Stamatios.M.Krimigis</xhtml:a>
                                            </xhtml:td>
                                            <xhtml:td/>
                                            <xhtml:td/>
                                            <xhtml:td/>
                                        </xhtml:tr>
                                        <xhtml:tr>
                                            <xhtml:td>3.</xhtml:td>
                                            <xhtml:td>MetadataContact</xhtml:td>
                                            <xhtml:td>
                                                <xhtml:a target="_blank" href="https://spase-metadata.org/SMWG/Person/Todd.A.King.html">spase://SMWG/Person/Todd.A.King</xhtml:a>
                                            </xhtml:td>
                                            <xhtml:td/>
                                            <xhtml:td/>
                                            <xhtml:td/>
                                        </xhtml:tr>
                                        <xhtml:tr>
                                            <xhtml:td>4.</xhtml:td>
                                            <xhtml:td>MetadataContact</xhtml:td>
                                            <xhtml:td>
                                                <xhtml:a target="_blank" href="https://spase-metadata.org/SMWG/Person/Lee.Frost.Bargatze.html">spase://SMWG/Person/Lee.Frost.Bargatze</xhtml:a>
                                            </xhtml:td>
                                            <xhtml:td/>
                                            <xhtml:td/>
                                            <xhtml:td/>
                                        </xhtml:tr>
                                    </xhtml:tbody>
                                </xhtml:table>
                            </xhtml:div>
                            <xhtml:div class="definition">
                                <xhtml:p/>
                                <xhtml:p/>
                            </xhtml:div>
                            <xhtml:div class="definition">
                                <xhtml:p/>
                                <xhtml:p/>
                            </xhtml:div>
                            <xhtml:div class="definition">
                                <xhtml:p/>
                                <xhtml:p/>
                            </xhtml:div>
                            <xhtml:div class="term">InformationURL</xhtml:div>
                            <xhtml:div class="definition">
                                <xhtml:div class="term">Name</xhtml:div>
                                <xhtml:div class="definition">VG2-U-PWS-2-RDR-SA-4SEC-V1.0</xhtml:div>
                                <xhtml:div class="term">URL</xhtml:div>
                                <xhtml:div class="definition">
                                    <xhtml:a target="_blank" href="https://pds-ppi.igpp.ucla.edu/data/VG2-U-PWS-2-RDR-SA-4SEC-V1.0/AAREADME.TXT">https://pds-ppi.igpp.ucla.edu/data/VG2-U-PWS-2-RDR-SA-4SEC-V1.0/AAREADME.TXT</xhtml:a>
                                </xhtml:div>
                                <xhtml:div class="term">Description</xhtml:div>
                                <xhtml:div class="definition">The Document describing the Contents of the Collection.</xhtml:div>
                                <xhtml:div class="term">Language</xhtml:div>
                                <xhtml:div class="definition">En</xhtml:div>
                            </xhtml:div>
                            <xhtml:div class="term">PriorIDs</xhtml:div>
                            <xhtml:div class="definition">spase://VMO/NumericalData/Voyager2/PWS/Uranus/PT4S</xhtml:div>
                            <xhtml:div class="definition">spase://VSPO/NumericalData/Voyager2/PWS/Uranus/PT4S</xhtml:div>
                        </xhtml:div>
                        <xhtml:div class="term">AccessInformation</xhtml:div>
                        <xhtml:div class="definition">
                            <xhtml:div class="term">RepositoryID</xhtml:div>
                            <xhtml:div class="definition">
                                <xhtml:a href="https://spase-metadata.org/SMWG/Repository/PDS/PPI.html">spase://SMWG/Repository/PDS/PPI</xhtml:a>
                            </xhtml:div>
                            <xhtml:div class="term">Availability</xhtml:div>
                            <xhtml:div class="definition">Online</xhtml:div>
                            <xhtml:div class="term">AccessRights</xhtml:div>
                            <xhtml:div class="definition">Open</xhtml:div>
                            <xhtml:div class="term">AccessURL</xhtml:div>
                            <xhtml:div class="definition">
                                <xhtml:div class="term">Name</xhtml:div>
                                <xhtml:div class="definition">PDS/PPI</xhtml:div>
                                <xhtml:div class="term">URL</xhtml:div>
                                <xhtml:div class="definition">
                                    <xhtml:a target="_blank" href="https://pds-ppi.igpp.ucla.edu/search/view/?f=yes&amp;id=pds://PPI/VG2-U-PWS-2-RDR-SA-4SEC-V1.0">https://pds-ppi.igpp.ucla.edu/search/view/?f=yes&amp;id=pds://PPI/VG2-U-PWS-2-RDR-SA-4SEC-V1.0</xhtml:a>
                                </xhtml:div>
                                <xhtml:div class="term">ProductKey</xhtml:div>
                                <xhtml:div class="definition">VG2-U-PWS-2-RDR-SA-4SEC-V1.0</xhtml:div>
                                <xhtml:div class="term">Description</xhtml:div>
                                <xhtml:div class="definition">This Collection is archived with NASA Planetary Data System.</xhtml:div>
                                <xhtml:div class="term">Language</xhtml:div>
                                <xhtml:div class="definition">En</xhtml:div>
                            </xhtml:div>
                            <xhtml:div class="term">Format</xhtml:div>
                            <xhtml:div class="definition">Text.ASCII</xhtml:div>
                            <xhtml:div class="term">Acknowledgement</xhtml:div>
                            <xhtml:div class="definition">NASA Planetary Plasma Interactions (PPI) Node of the Planetary Data System (PDS) and the Principal Investigator for the Data.</xhtml:div>
                        </xhtml:div>
                        <xhtml:div class="term">InstrumentIDs</xhtml:div>
                        <xhtml:div class="definition">
                            <xhtml:a target="_blank" href="https://spase-metadata.org/SMWG/Instrument/Voyager2/PWS.html">spase://SMWG/Instrument/Voyager2/PWS</xhtml:a>
                        </xhtml:div>
                        <xhtml:div class="term">MeasurementType</xhtml:div>
                        <xhtml:div class="definition">Waves.Passive</xhtml:div>
                        <xhtml:div class="term">TemporalDescription</xhtml:div>
                        <xhtml:div class="definition">
                            <xhtml:div class="term">TimeSpan</xhtml:div>
                            <xhtml:div class="definition">
                                <xhtml:div class="term">StartDate</xhtml:div>
                                <xhtml:div class="definition">1986-01-23 00:00:00.00Z</xhtml:div>
                                <xhtml:div class="term">StopDate</xhtml:div>
                                <xhtml:div class="definition">1986-01-31 00:00:00.00Z</xhtml:div>
                            </xhtml:div>
                            <xhtml:div class="term">Cadence</xhtml:div>
                            <xhtml:div class="definition">PT4S</xhtml:div>
                        </xhtml:div>
                        <xhtml:div class="term">ObservedRegion</xhtml:div>
                        <xhtml:div class="definition">Uranus</xhtml:div>
                    </xhtml:div>
                </xhtml:div>
            </xhtml:div>
        </xhtml:div>
        <xhtml:div class="footer">
            <xhtml:div class="footer">
                <xhtml:img class="image-left" src="/logos/nasa-logo.svg" alt="NASA Insignia"/>
                <xhtml:div class="footer-item">Contact SPDF: <xhtml:a style="all:revert" href="mailto:NASA-SPDF-Support@nasa.onmicrosoft.com?subject=HDPWS SPASE">NASA-SPDF Feedback/Support</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">Responsible NASA Official: <xhtml:a style="all: revert" href="mailto:Lan.Jian@nasa.gov">Lan Jian</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">Site Editor: <xhtml:a style="all:revert" href="mailto:NASA-SPDF-Support@nasa.onmicrosoft.com">Rita Johnson</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">
                    <xhtml:a style="all:revert" href="https://ror.org/00ryjtt64">SPDF ROR ID</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">
                    <xhtml:a style="all:revert" href="https://www.re3data.org/repository/r3d100010168">SPDF re3data ID</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">
                    <xhtml:a style="all:revert" href="https://www.nasa.gov/about/">About NASA</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">
                    <xhtml:a style="all:revert" href="https://www.nasa.gov/accessibility/">Accessibility</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">
                    <xhtml:a style="all:revert" href="https://www.nasa.gov/foia/">FOIA</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">
                    <xhtml:a style="all:revert" href="https://www.nasa.gov/no-fear-act/">No FEAR Act</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">
                    <xhtml:a style="all:revert" href="https://www.nasa.gov/privacy/">Privacy Policy</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">
                    <xhtml:a style="all:revert" href="https://www.nasa.gov/vulnerability-disclosure-policy/">Vulnerability Disclosure Policy</xhtml:a>
                </xhtml:div>
                <xhtml:div class="footer-item">
                    <xhtml:span>Last Updated: 2026-06-26</xhtml:span>
                </xhtml:div>
            </xhtml:div>
        </xhtml:div>
    </xhtml:body>
</html>