Search NASA⌕ Search

SEARCH · Search NASA

Results for “Planetary Data System (PDS)”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 91 records · Page 5

Ancillary Data Services of NASA's Planetary Data System

JPL's Navigation and Ancillary Information Facility (NAIF) has primary responsibility for design and implementation of the SPICE ancillary information system, supporting a wide range of space science mission design, observation planning and data analysis functions/activities. NAIF also serves as the geometry and ancillary data node of the Planetary Data System (PDS). As part of the PDS, NAIF archives SPICE and other ancillary data produced by flight projects. NAIF then distributes these data, and associated data access software and high-level tools, to researchers funded by NASA's Office of Space Science. Support for a broader user community is also offered to the extent resources permit. This paper describes the SPICE system and customer support offered by NAIF.

Navigation and Ancillary Information Facility NAIF↗

Software architecture for large scale, distributed, data-intensive systems

This paper presents our experience with OODT, a novel software architectual style, and middlware-based implementation for data-intensive systems. To date, OODT has been successfully evaluated in several different science domains including Cancer Research with the National Cancer Institute (NCI), and Planetary Science with NASA's Planetary Data System (PDS).

software architecture↗

Data Model Management for Space Information Systems

The Reference Architecture for Space Information Management (RASIM) suggests the separation of the data model from software components to promote the development of flexible information management systems. RASIM allows the data model to evolve independently from the software components and results in a robust implementation that remains viable as the domain changes. However, the development and management of data models within RASIM are difficult and time consuming tasks involving the choice of a notation, the capture of the model, its validation for consistency, and the export of the model for implementation. Current limitations to this approach include the lack of ability to capture comprehensive domain knowledge, the loss of significant modeling information during implementation, the lack of model visualization and documentation capabilities, and exports being limited to one or two schema types. The advent of the Semantic Web and its demand for sophisticated data models has addressed this situation by providing a new level of data model management in the form of ontology tools. In this paper we describe the use of a representative ontology tool to capture and manage a data model for a space information system. The resulting ontology is implementation independent. Novel on-line visualization and documentation capabilities are available automatically, and the ability to export to various schemas can be added through tool plug-ins. In addition, the ingestion of data instances into the ontology allows validation of the ontology and results in a domain knowledge base. Semantic browsers are easily configured for the knowledge base. For example the export of the knowledge base to RDF/XML and RDFS/XML and the use of open source metadata browsers provide ready-made user interfaces that support both text- and facet-based search. This paper will present the Planetary Data System (PDS) data model as a use case and describe the import of the data model into an ontology tool. We will also describe the current effort to provide interoperability with the European Space Agency (ESA)/Planetary Science Archive (PSA) which is critically dependent on a common data model.

RDF↗

XVD Image Display Program

The XVD [X-Windows VICAR (video image communication and retrieval) Display] computer program offers an interactive display of VICAR and PDS (planetary data systems) images. It is designed to efficiently display multiple-GB images and runs on Solaris, Linux, or Mac OS X systems using X-Windows.

Deen, Robert G.↗

Correlation of Lunar South Polar Epithermal Neutron Maps: Lunar Exploration Neutron Detector and Lunar Prospector Neutron Detector

The Lunar Reconnaissance Orbiter's (LRO), Lunar Exploration Neutron Detector (LEND) was developed to refine the lunar surface hydrogen (H) measurements generated by the Lunar Prospector Neutron Spectrometer. LPNS measurements indicated a approx.4,6% decrease in polar epithermal fluxes equivalent to (1.5+/-0,8)% H concentration and are direct geochemical evidence indicating water /high H at the poles. Given the similar operational and instrumental objectives of the LEND and LPNS systems, an important science analysis step for LEND is to test correlation with existing research including LPNS measurements. In this analysis, we compare corrected low altitude epithermal rate data from LPNS available via NASA's Planetary Data System (PDS) with calibrated LEND epithermal maps using a cross-correlation technique

McClanahan, Timothy P.↗

Cassini Archive Tracking System

The Cassini Archive Tracking System (CATS) is a computer program that enables tracking of scientific data transfers from originators to the Planetary Data System (PDS) archives. Without CATS, there is no systematic means of locating products in the archive process or ensuring their completeness. By keeping a database of transfer communications and status, CATS enables the Cassini Project and the PDS to efficiently and accurately report on archive status. More importantly, problem areas are easily identified through customized reports that can be generated on the fly from any Web-enabled computer. A Web-browser interface and clearly defined authorization scheme provide safe distributed access to the system, where users can perform functions such as create customized reports, record a transfer, and respond to a transfer. CATS ensures that Cassini provides complete science archives to the PDS on schedule and that those archives are available to the science community by the PDS. The three-tier architecture is loosely coupled and designed for simple adaptation to multimission use. Written in the Java programming language, it is portable and can be run on any Java-enabled Web server.

Conner, Diane↗

Policies and Procedures for Accessing Archived NASA Lunar Data via the Web

The National Space Science Data Center (NSSDC) was established by NASA to provide for the preservation and dissemination of scientific data from NASA missions. This paper describes the policies specifically related to lunar science data. NSSDC presently archives 660 lunar data collections. Most of these data (423 units) are stored offline in analog format. The remainder of this collection consists of magnetic tapes and discs containing approximately 1.7 TB of digital lunar data. The active archive for NASA lunar data is the Planetary Data System (PDS). NSSDC has an agreement with the PDS Lunar Data Node to assist in the restoration and preparation of NSSDC-resident lunar data upon request for access and distribution via the PDS archival system. Though much of NSSDC's digital store also resides in PDS, NSSDC has many analog data collections and some digital lunar data sets that are not in PDS. NSSDC stands ready to make these archived lunar data accessible to both the research community and the general public upon request as resources allow. Newly requested offline lunar data are digitized and moved to near-line storage devices called digital linear tape jukeboxes. The data are then packaged and made network-accessible via FTP for the convenience of a growing segment of the user community. This publication will 1) discuss the NSSDC processes and policies that govern how NASA lunar data is preserved, restored, and made accessible via the web and 2) highlight examples of special lunar data requests.

James, Nathan L.↗

Java Library for Input and Output of Image Data and Metadata

A Java-language library supports input and output (I/O) of image data and metadata (label data) in the format of the Video Image Communication and Retrieval (VICAR) image-processing software and in several similar formats, including a subset of the Planetary Data System (PDS) image file format. The library does the following: It provides low-level, direct access layer, enabling an application subprogram to read and write specific image files, lines, or pixels, and manipulate metadata directly. Two coding/decoding subprograms ("codecs" for short) based on the Java Advanced Imaging (JAI) software provide access to VICAR and PDS images in a file-format-independent manner. The VICAR and PDS codecs enable any program that conforms to the specification of the JAI codec to use VICAR or PDS images automatically, without specific knowledge of the VICAR or PDS format. The library also includes Image I/O plugin subprograms for VICAR and PDS formats. Application programs that conform to the Image I/O specification of Java version 1.4 can utilize any image format for which such a plug-in subprogram exists, without specific knowledge of the format itself. Like the aforementioned codecs, the VICAR and PDS Image I/O plug-in subprograms support reading and writing of metadata.

Deen, Robert↗

Restoration and Reexamination of Apollo Lunar Dust Detector Data from Original Telemetry Files

We are recovering the original telemetry (Figure I) from the Apollo Dust, Thermal, Radiation Environment Monitor (DTREM) experiment, more commonly known as the Dust Detector, and producing full time resolution (54 second) data sets for release through the Planetary Data System (PDS). The primary objective of the experiment was to evaluate the effect of dust deposition, temperature, and radiation damage on solar cells on the lunar surface. The monitor was a small box consisting of three solar cells and thermistors mounted on the ALSEP (Apollo Lunar Surface Experiments Package) central station. The Dust Detector was carried on Apollo's 11, 12, 14 and 15. The Apollo 11 DTREM was powered by solar cells and only operated for a few months as planned. The Apollo 12, 14, and 15 detectors operated for 5 to 7 years, returning data every 54 seconds, consisting of voltage outputs from the three solar cells and temperatures measured by the three thermistors. The telemetry was received at ground stations and held on the Apollo Housekeeping (known as "Word 33") tapes. made available to the National Space Science Data Center (NSSDC) by Yosio Nakamura (University of Texas Institute for Geophysics). We have converted selected parts of the telemetry into uncalibrated and calibrated output voltages and temperatures.

McBride, M. J.↗

Assessment of Mars Atmospheric Temperature Retrievals from the Thermal Emission Spectrometer Radiances

Motivated by the needs of Mars data assimilation. particularly quantification of measurement errors and generation of averaging kernels. we have evaluated atmospheric temperature retrievals from Mars Global Surveyor (MGS) Thermal Emission Spectrometer (TES) radiances. Multiple sets of retrievals have been considered in this study; (1) retrievals available from the Planetary Data System (PDS), (2) retrievals based on variants of the retrieval algorithm used to generate the PDS retrievals, and (3) retrievals produced using the Mars 1-Dimensional Retrieval (M1R) algorithm based on the Optimal Spectral Sampling (OSS ) forward model. The retrieved temperature profiles are compared to the MGS Radio Science (RS) temperature profiles. For the samples tested, the M1R temperature profiles can be made to agree within 2 K with the RS temperature profiles, but only after tuning the prior and error statistics. Use of a global prior that does not take into account the seasonal dependence leads errors of up 6 K. In polar samples. errors relative to the RS temperature profiles are even larger. In these samples, the PDS temperature profiles also exhibit a poor fit with RS temperatures. This fit is worse than reported in previous studies, indicating that the lack of fit is due to a bias correction to TES radiances implemented after 2004. To explain the differences between the PDS and Ml R temperatures, the algorithms are compared directly, with the OSS forward model inserted into the PDS algorithm. Factors such as the filtering parameter, the use of linear versus nonlinear constrained inversion, and the choice of the forward model, are found to contribute heavily to the differences in the temperature profiles retrieved in the polar regions, resulting in uncertainties of up to 6 K. Even outside the poles, changes in the a priori statistics result in different profile shapes which all fit the radiances within the specified error. The importance of the a priori statistics prevents reliable global retrievals based a single a priori and strongly implies that a robust science analysis must instead rely on retrievals employing localized a priori information, for example from an ensemble based data assimilation system such as the Local Ensemble Transform Kalman Filter (LETKF).

Hoffman, Matthew J.↗

Restoration and Reexamination of Data from the Apollo 11, 12, 14, and 15 Dust, Thermal and Radiation Engineering Measurements Experiments

As part of an effort by the Lunar Data Node (LDN) we are restoring data returned by the Apollo Dust, Thermal, and Radiation Engineering Measurements (DTREM) packages emplaced on the lunar surface by the crews of Apollo 11, 12, 14, and 15. Also commonly known as the Dust Detector experiments, the DTREM packages measured the outputs of exposed solar cells and thermistors over time. They operated on the surface for up to nearly 8 years, returning data every 54 seconds. The Apollo 11 DTREM was part of the Early Apollo Surface Experiments Package (EASEP), and operated for a few months as planned following emplacement in July 1969. The Apollo 12, 14, and 15 DTREMs were mounted on the central station as part of the Apollo Lunar Surface Experiments Package (ALSEP) and operated from deployment until ALSEP shutdown in September 1977. The objective of the DTREM experiments was to determine the effects of lunar and meteoric dust, thermal stresses, and radiation exposure on solar cells. The LDN, part of the Geosciences Node of the Planetary Data System (PDS), operates out of the National Space Science Data Center (NSSDC) at Goddard Space Flight Center. The goal of the LDN is to extract lunar data stored on older media and/or in obsolete formats, restore the data into a usable digital format, and archive the data with PDS and NSSDC. For the DTREM data we plan to recover the raw telemetry, translate the raw counts into appropriate output units, and then apply calibrations. The final archived data will include the raw, translated, and calibrated data and the associated conversion tables produced from the microfilm, as well as ancillary supporting data (metadata) packaged in PDS format.

McBride, Marie J.↗

NASA Tech Briefs, June 2013

Topics include: Cloud Absorption Radiometer Autonomous Navigation System - CANS, Software Method for Computed Tomography Cylinder Data Unwrapping, Re-slicing, and Analysis, Discrete Data Qualification System and Method Comprising Noise Series Fault Detection, Simple Laser Communications Terminal for Downlink from Earth Orbit at Rates Exceeding 10 Gb/s, Application Program Interface for the Orion Aerodynamics Database, Hyperspectral Imager-Tracker, Web Application Software for Ground Operations Planning Database (GOPDb) Management, Software Defined Radio with Parallelized Software Architecture, Compact Radar Transceiver with Included Calibration, Software Defined Radio with Parallelized Software Architecture, Phase Change Material Thermal Power Generator, The Thermal Hogan - A Means of Surviving the Lunar Night, Micromachined Active Magnetic Regenerator for Low-Temperature Magnetic Coolers, Nano-Ceramic Coated Plastics, Preparation of a Bimetal Using Mechanical Alloying for Environmental or Industrial Use, Phase Change Material for Temperature Control of Imager or Sounder on GOES Type Satellites in GEO, Dual-Compartment Inflatable Suitlock, Modular Connector Keying Concept, Genesis Ultrapure Water Megasonic Wafer Spin Cleaner, Piezoelectrically Initiated Pyrotechnic Igniter, Folding Elastic Thermal Surface - FETS, Multi-Pass Quadrupole Mass Analyzer, Lunar Sulfur Capture System, Environmental Qualification of a Single-Crystal Silicon Mirror for Spaceflight Use, Planar Superconducting Millimeter-Wave/Terahertz Channelizing Filter, Qualification of UHF Antenna for Extreme Martian Thermal Environments, Ensemble Eclipse: A Process for Prefab Development Environment for the Ensemble Project, ISS Live!, Space Operations Learning Center (SOLC) iPhone/iPad Application, Software to Compare NPP HDF5 Data Files, Planetary Data Systems (PDS) Imaging Node Atlas II, Automatic Calibration of an Airborne Imaging System to an Inertial Navigation Unit, Translating MAPGEN to ASPEN for MER, Support Routines for In Situ Image Processing, and Semi-Supervised Eigenbasis Novelty Detection.

Source record↗

Lunar Data Node: Apollo Data Restoration and Archiving Update

The Lunar Data Node (LDN) of the Planetary Data System (PDS) is responsible for the restoration and archiving of Apollo data. The LDN is located at the National Space Science Data Center (NSSDC), which holds much of the extant Apollo data on microfilm, microfiche, hard-copy documents, and magnetic tapes in older formats. The goal of the restoration effort is to convert the data into user-accessible PDS formats, create a full set of explanatory supporting data (metadata), archive the full data sets through PDS, and post the data online at the PDS Geosciences Node. This will both enable easy use of the data by current researchers and ensure that the data and metadata are securely preserved for future use. We are also attempting to locate and preserve Apollo data which were never archived at NSSDC. We will give a progress report on the data sets we have been restoring and future work.

Williams, David R.↗

The Diviner Lunar Radiometer Compositional Data Products: Description and Examples

The Diviner lunar radiometer has made the first direct global measurements of silicate mineralogy of the lunar surface using multispectral thermal emission mapping. By mid-March, 2011, the first derived compositional data products (level 3) will be released into the Planetary Data System (PDS) Geosciences Node. These products describe the Diviner Science Team's best efforts to determine the position of the Christiansen feature (CF), which is directly related to silicate mineralogy of lunar soils. The initial release of these products include data from the mission's primary mapping phase between 9/17/09 and 9/16/10. This work describes at a high level the creation of Diviner's compositional data products.

Diviner Lunar Radiometer↗

Restoration of Apollo Data by the Lunar Data Project/PDS Lunar Data Node: An Update

The Apollo 11, 12, and 14 through 17 missions orbited and landed on the Moon, carrying scientific instruments that returned data from all phases of the missions, included long-lived Apollo Lunar Surface Experiments Packages (ALSEPs) deployed by the astronauts on the lunar surface. Much of these data were never archived, and some of the archived data were on media and in formats that are outmoded, or were deposited with little or no useful documentation to aid outside users. This is particularly true of the ALSEP data returned autonomously for many years after the Apollo missions ended. The purpose of the Lunar Data Project and the Planetary Data System (PDS) Lunar Data Node is to take data collections already archived at the NASA Space Science Data Coordinated Archive (NSSDCA) and prepare them for archiving through PDS, and to locate lunar data that were never archived, bring them into NSSDCA, and then archive them through PDS. Preparing these data for archiving involves reading the data from the original media, be it magnetic tape, microfilm, microfiche, or hard-copy document, converting the outmoded, often binary, formats when necessary, putting them into a standard digital form accepted by PDS, collecting the necessary ancillary data and documentation (metadata) to ensure that the data are usable and well-described, summarizing the metadata in documentation to be included in the data set, adding other information such as references, mission and instrument descriptions, contact information, and related documentation, and packaging the results in a PDS-compliant data set. The data set is then validated and reviewed by a group of external scientists as part of the PDS final archive process. We present a status report on some of the data sets that we are processing.

Lunar↗

The JPL Uranian Radiation Model (UMOD)

The objective of this study is the development of a comprehensive radiation model (UMOD) of the Uranian environment for JPL mission planning. The ultimate goal is to provide a description of the high energy electron and proton environments and the magnetic field at Uranus that can be used for engineering design. Currently no model exists at JPL. A preliminary electron radiation model employing Voyager 2 data was developed by Selesnick and Stone in 1991. The JPL Uranian Radiation Model extends that analysis, which modeled electrons between 0.7 MeV and 2.5 MeV based on the Voyager Cosmic Ray Subsystem electron telescope, down to an energy of 0.022 MeV for electrons and from 0.028 MeV to 3.5 MeV for protons. These latter energy ranges are based on measurements by the Applied Physics Laboratory Low Energy Charged Particle Detector on Voyager 2. As in previous JPL radiation models, the form of the Uranian model is based on magnetic field coordinates and requires a conversion from spacecraft coordinates to Uranian-centered magnetic "B-L" coordinates. Two magnetic field models have been developed for Uranus: 1) a simple "offset, tilted dipole" (OTD), and 2) a complex, multi-pole expansion model ("Q3"). A review of the existing data on Uranus and a search of the NASA Planetary Data System (PDS) were completed to obtain the latest, up to date descriptions of the Uranian high energy particle environment. These data were fit in terms of the Q3 B-L coordinates to extend and update the original Selesnick and Stone electron model in energy and to develop the companion proton flux model. The flux predictions of the new model were used to estimate the total ionizing dose for the Voyager 2 flyby, and a movie illustrating the complex radiation belt variations was produced to document the uses of the model for planning purposes.

Garrett, Henry↗

Magellan Final Science Reports

This volume is a brief summary of the scientific results of the Magellan Venus mapping mission as reported by the Magellan science investigators. Magellan has exceeded all of its mission objectives by obtaining high resolution radar images, surface elevation, and radiometry for more than 98% of the planet. The amount of stereo data gathered on Venus is more than that available for any other planet. Magellan's fourth cycle collected gravity data from an elliptical orbit to provide information on the relationships between surface features and the interior of the planet. With the successful completion of the aerobraking experiment, the spacecraft, in its lower orbit around Venus, has captured high resolution gravity near the poles from the nearly circular orbit. Every attempt has been made to provide useful documentation for the complete Magellan data set. Magellan data have been released to the public through the Planetary Data System (PDS) and the National Space Science Data Center (NSSDC) in photographs, lithos, brochures, digital form, and compact discs. With the release of Magellan data on the compact disc read-only-memory (CD-ROM) a revolutionary new way of doing science has resulted. This technology provides a way to store, distribute and access large volumes of data. The Magellan science investigators have utilized this wealth of data to provide answers to questions we have been asking for a long time. I would like to personally thank everyone on the Magellan team for the success of this important mission, a mission that has revealed information that will help us to better understand our own Planet Earth.

Thompson, Thomas W.↗

Mars Phoenix Scout Thermal Evolved Gas Analyzer (TEGA) Database: Thermal Database Development and Analysis

The Mars Phoenix Scout Lander mission in 2008 examined the history of water, searched for organics, and evaluated the potential for past/present microbial habitability in a martian arctic ice-rich soil [1]. The Thermal Evolved Gas Analyzer (TEGA) instrument measured the isotopic composition of atmospheric CO2 and detected volatile bearing mineralogy (perchlorate, carbonate, hydrated mineral phases) in the martian soil [2-7]. The TEGA data are archived at the Planetary Data System (PDS) Geosciences Node but are reported in forms that require further processing to be of use to the non-TEGA expert. The soil and blank TEGA thermal data are reported as duty cycle and must be converted to differential power (mW) to allow for enthalpy calculations of exothermic/endothermic transitions. The exothermic/endothermic temperatures are also used to determine what phases (inorganic/organic) are present in the sample. The objectives of this work are to: 1) Describe how interpretable thermal data can be created from TEGA data sets on the PDS and 2) Provide additional thermal data interpretation of two Phoenix soils (Baby Bear, Wicked Witch) and include interpretations from three unreported soils (Rosy Red 1, 2, and Burning Coals).

Sutter, B.↗