Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “Navigator Program”

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 19 records

FAA navigation program

The FAA navigation program, which includes two major activity areas: those associated with certification of navigation systems to meet current requirements and those associated with building the data base needed to define future system improvements is examined. The near term activities, including the VORTAC upgrading program, the development of the technical data base needed for certification of LORAN C and OMEGA as a part of the current air navigation system, and the development of area navigation standards are examined in regard to cost factors and user requirements. Future system activities discussed include analysis of alternative system configurations made up of system elements including VORTAC VOR-DME, OMEGA and differential OMEGA, LORAN C, and GPS. The interrelationships between the near and far term programs are discussed. A helicopter IFR program which includes an assessment of the operational suitability of several navigation system alternatives for meeting helicopter navigation requirements for CONUS and offshore operations is reported.

Blake, N. A.↗

Navigator program: exploring new worlds

NASA's Navigator Program is a series of interrelated missions to explore and characterize new worlds. Each successive mission provides an essential step toward the ultimate goal of discovering habitable planets and life around nearby stars. Are there other solar systems like our own? Are there other habitable worlds? Is there life elsewhere in the universe? these questions are timeless, but only in this generation has technology progressed to the state where we can conceive of an build a suite of missions that capable of answering them. The Navigator Program and its missions are described in this paper.

astrobiology↗

Navigator program risk management

In this paper, program risk management as applied to the Navigator Program: In Search of New Worlds will be discussed. The Navigator Program's goals are to learn how planetary systems form and to search for those worlds that could or do harbor life.

risk management↗

Earth-Like Exoplanets: The Science of NASA's Navigator Program

This book outlines the exoplanet science content of NASA's Navigator Program, and it identifies the exoplanet research priorities. The goal of Navigator Program missions is to detect and characterize Earth-like planets in the habitable zone of nearby stars and to search for signs of life on those planets.

habitable planets↗

Design concept (milestone 2) for space vehicle entry and landing navigation programs

Detailed specifications and functional flow diagrams for space vehicle entry and landing navigation programs are reported. General design criteria, overall functions, and interfaces between the following three programs are considered: external observations program, noisy observations program, and navigation analysis program.

Diamant, L. S.↗

Navigator program: exploring new worlds

NASA's Navigator Program is a series of interrelated missions to explore and characterize new worlds. Each successive mission provides an essential step toward the ultimate goal of discovering habitable planets and life around nearby stars.

extrasolar planets↗

Level B/C software ground navigation program. Delta-T processor

The Delta-T Processor (DTP) computes the instantaneous downtrack error in a specified orbiter onboard navigation state vector recovered via downlink telemetry. The downtrack error, expressed in units of time, is computed based on current incoming Earth based range and Doppler navigation tracking data and the ground selected onboard navigation state vector. The computed time difference when used to modify the timetag of the vector used for onboard navigation reduces the instantaneous downtrack error in this vector to within the threshold of the DTP, the input data, and the onboard software. This threshold is currently estimated to be approximately 2 to 4 nautical miles. The DTP is not restricted to using only onboard vectors. Any vector, either input via the manual entry device or accessible via the vector administration table, may be used. The DTP does not require that both data types be available.

Source record↗

Guidance and navigation programs and plans

System technology concepts for all weather helicopter operations in both remote and high density areas were examined. The SH-36 was used to support the remote area investigations. The primary emphasis was on the development of advanced navigation concepts to allow rotorcraft to land in remote areas where there may not be a ground based navigational aid. The focus was on the used airborne weather radar, the use of high resolution radar and satellite based navigation concepts. The high density work was conducted using the UH-1H system that allows alternate guidance and navigation algorithms to be tested in flight.

Denery, D. G.↗

OPS bench navigation program user's manual

Operational information is detailed for a single-vehicle weighted least squares orbit determination program with the capability of generating and storing emphemerides for three tracking Data Relay Satellites. The tape and card inputs and input format, input tape unit assignments, a program deck setup for a program run, and sample cases illustrating the output of typical runs are described.

Wannamaker, T. H.↗

Cognitive Networking With Regards to NASA's Space Communication and Navigation Program

This report describes cognitive networking (CN) and its application to NASA's Space Communication and Networking (SCaN) Program. This report clarifies the terminology and framework of CN and provides some examples of cognitive systems. It then provides a methodology for developing and deploying CN techniques and technologies. Finally, the report attempts to answer specific questions regarding how CN could benefit SCaN. It also describes SCaN's current and target networks and proposes places where cognition could be deployed.

machine learning↗

Overview of Optical Ground Station 1 of the NASA Space Communications and Navigation Program

Optical Ground Station 1 (OGS1) is the first of a new breed of dedicated ground terminals to support NASA’s developing space-based optical communications infrastructure. It is based at NASA’s Optical Communications Telescope Laboratory (OCTL) at the Table Mountain Observatory near Wrightwood, CA. The system will serve as the primary ground station for NASA’s Laser Communications Relay Demonstration (LCRD) experiment. This paper presents an overview of the OCTL telescope facility, the OGS1 ground-based optical communications systems, and the networking and control infrastructure currently under development. The OGS1 laser safety systems and atmospheric monitoring systems are also briefly described.

Optical Channel↗

Navigating Large Chemical Spaces Using Graph Theory and Integer Programming

Navigating and analyzing large chemical spaces are necessary to accelerate the design and discovery of new molecules and chemical processes. In this work, we introduce a computational framework that integrates graph theory and integer programming to enable the efficient navigation of large chemical spaces. Our framework represents the chemical space as a graph, wherein nodes represent molecules and edges represent the degree of similarity or connectivity based on domain-specific information. Using the graph representation, we identify representative molecules by computing the so-called minimum dominating set (MDS), which in our context is the minimum set of molecules that is connected to all other molecules. We present a suite of solution strategies for the MDS problem including heuristic and rigorous integer programming (IP) approaches. We show that these approaches allow us to capture physicochemical properties and domain-specific logic and constraints, facilitating the identification of molecules with the target properties. We demonstrate the effectiveness of the proposed approach by navigating the chemical space of per- and polyfluoroalkyl substances (PFAS); this comprises approximately 15,000 molecular structures. We compare our framework against traditional dimensionality reduction and clustering methods such as t-SNE and K-means clustering.

Chemical structure↗

Low-thrust solar electric propulsion navigation simulation program

An interplanetary low-thrust, solar electric propulsion mission simulation program suitable for navigation studies is presented. The mathematical models for trajectory simulation, error compensation, and tracking motion are described. The languages, input-output procedures, and subroutines are included.

Hagar, H. J.↗

NavP: Structured and Multithreaded Distributed Parallel Programming

We present Navigational Programming (NavP) -- a distributed parallel programming methodology based on the principles of migrating computations and multithreading. The four major steps of NavP are: (1) Distribute the data using the data communication pattern in a given algorithm; (2) Insert navigational commands for the computation to migrate and follow large-sized distributed data; (3) Cut the sequential migrating thread and construct a mobile pipeline; and (4) Loop back for refinement. NavP is significantly different from the current prevailing Message Passing (MP) approach. The advantages of NavP include: (1) NavP is structured distributed programming and it does not change the code structure of an original algorithm. This is in sharp contrast to MP as MP implementations in general do not resemble the original sequential code; (2) NavP implementations are always competitive with the best MPI implementations in terms of performance. Approaches such as DSM or HPF have failed to deliver satisfying performance as of today in contrast, even if they are relatively easy to use compared to MP; (3) NavP provides incremental parallelization, which is beyond the reach of MP; and (4) NavP is a unifying approach that allows us to exploit both fine- (multithreading on shared memory) and coarse- (pipelined tasks on distributed memory) grained parallelism. This is in contrast to the currently popular hybrid use of MP+OpenMP, which is known to be complex to use. We present experimental results that demonstrate the effectiveness of NavP.

navigational programming (NavP)↗

Interferometry science center

The Interferometry Science Center (ISC) is operated jointly by Caltech and JPL and is part of NASA's Navigator Program. The ISC has been created to facilitate the timely and successful execution of scientific investigations within the Navigator program, particularly those that rely on observations from NASA's interferometer projects. Currently, ISC is expected to provide full life cycle support for the Keck Interferometer, the Starlight mission, the Space Interferometry Mission, and the Terrestrial Planet Finder Mission. The nature and goals of ISc will be described.

optical interferometry community support↗

Shuttle program. Onorbit navigation integrator results for typical shuttle orbits

Three types of navigation onorbit numerical integrators were evaluated: (1) power integrators with no delta-V incorporation, just coasting (using Taylor series expansion integrators); (2) coasting integrators using the Cowell method of special perturbations; and (3) coasting integrator using the Pines variation of parameter perturbation method. Results show that the super G integrator is a very simple and effective for 2 and 4 second time steps. Since IMU delta-V data can be easily incorporated in the integration scheme, its use as the standard onorbit navigation propagator for the maintenance of the current state was implemented in the onboard navigation software. The Pines formulation method with a Runge-Kutta-Gill fourth-order integrator method produces excellent results up to 300 second time steps. On orbit prediction with this method was implemented in the onboard onorbit navigation scheme. The Runge-Kutta third order, using Cowell's method, is an excellent general purpose determination integrator for time steps up to a 60 second duration.

Olszewski, O. W.↗