Search NASASearch

SEARCH · Search NASA

Results for “applications development”

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 37 records · Page 2

Development, applications, and future of infrared upconversion

Infrared upconversion is a technique that converts linearly polarized infrared photons to photons of higher frequency. The technique can be applied advantageously to the detection of IR radiation because the upconverted signal can be detected by photon-counting devices available for the visible spectral region. In addition, unlike presently available IR detectors, an upconversion device can provide sensitivity to IR radiation without the need for cryogenic cooling. Infrared upconversion was first demonstrated in 1961. By 1974, approximately 100% quantum conversion efficiency and a bandwidth of 1.81 microns had been attained. Photometric detection of IR radiation from various astronomical objects had also been demonstrated. Research is presently under way on the application of upconversion to astronomical spectroscopy and to imaging. The major drawback to the upconversion technique is the sheer bulk of the apparatus involved. It is anticipated that this problem can be overcome by applying the developing technology of integrated optics.

Gurski, T. R.

Review of Lunar Dust Computational Fluid Dynamic Model Development, Applications, and Validation for Habitable Volumes

As humans look to return to the lunar surface, Environmental Control and Life Support Systems (ECLSS) must be able to control lunar dust concentrations to minimize impacts to crew health and equipment within the cabin environment. Lunar dust is abrasive and can deteriorate the performance of spacesuits and equipment inside of habitable volumes. Development and validation of computational fluid dynamic (CFD) models assist in understanding the behavior of lunar dust and aids in design of ECLS systems. Previous analysis efforts include modeling the effect of lunar dust on the crew's health, devices to filter out lunar dust from ventilation systems, and module ventilation to predict where lunar dust would settle in modules. This paper is a literature review of the modeling and testing techniques currently used in industry to analyze how lunar dust will affect ECLSS functionality. Details about lunar dust material properties and knowledge gaps are also examined.

Monica Mah

Mapping the User Journey: Building a User Persona and Story Repository to Improve NASA EOSDIS Application Development

Understanding the needs of the end user is vital to producing quality, usable software that solves real problems. Additionally, making sure those needs are communicated to managers, engineers, and designers at the project level is vital. On complex projects, it's important to build out resources for your team that make it easy to put yourself in the shoes of the specific user you're building for. NASA's Earth Observing System is a collection of data, applications, and a diverse user and scientific community that's trying to answer tough questions about our planet and its climate. Over the last few years, we've spoken to hundreds of users, performed many user testing sessions, and built a collection of user personas, user stories, and design assets that help guide new software and feature development within NASA EOSDIS. We've also developed methods for synthesizing this information and making it actionable for teams, and worked to foster a design first approach on new projects always starting from a core user need and working backward from interface development to software engineering. This process has allowed us to design better, more usable software and features that directly meet the needs of our user community.

Siarto, Jeff

A Multi-scale Modeling System: Developments, Applications and Critical Issues

A multi-scale modeling framework (MMF), which replaces the conventional cloud parameterizations with a cloud-resolving model (CRM) in each grid column of a GCM, constitutes a new and promising approach. The MMF can provide for global coverage and two-way interactions between the CRMs and their parent GCM. The GCM allows global coverage and the CRM allows explicit simulation of cloud processes and their interactions with radiation and surface processes. A new MMF has been developed that is based the Goddard finite volume GCM (fvGCM) and the Goddard Cumulus Ensemble (GCE) model. This Goddard MMF produces many features that are similar to another MMF that was developed at Colorado State University (CSU), such as an improved .surface precipitation pattern, better cloudiness, improved diurnal variability over both oceans and continents, and a stronger, propagating Madden-Julian oscillation (MJO) compared to their parent GCMs using conventional cloud parameterizations. Both MMFs also produce a precipitation bias in the western Pacific during Northern Hemisphere summer. However, there are also notable differences between two MMFs. For example, the CSU MMF simulates less rainfall over land than its parent GCM. This is why the CSU MMF simulated less overall global rainfall than its parent GCM. The Goddard MMF overestimates global rainfall because of its oceanic component. Some critical issues associated with the Goddard MMF are presented in this paper.

Tao, Wei-Kuo

A Multiscale Modeling System: Developments, Applications, and Critical Issues

The foremost challenge in parameterizing convective clouds and cloud systems in large-scale models are the many coupled dynamical and physical processes that interact over a wide range of scales, from microphysical scales to the synoptic and planetary scales. This makes the comprehension and representation of convective clouds and cloud systems one of the most complex scientific problems in Earth science. During the past decade, the Global Energy and Water Cycle Experiment (GEWEX) Cloud System Study (GCSS) has pioneered the use of single-column models (SCMs) and cloud-resolving models (CRMs) for the evaluation of the cloud and radiation parameterizations in general circulation models (GCMs; e.g., GEWEX Cloud System Science Team 1993). These activities have uncovered many systematic biases in the radiation, cloud and convection parameterizations of GCMs and have led to the development of new schemes (e.g., Zhang 2002; Pincus et al, 2003; Zhang and Wu 2003; Wu et al. 2003; Liang and Wu 2005; Wu and Liang 2005, and others). Comparisons between SCMs and CRMs using the same large-scale forcing derived from field campaigns have demonstrated that CRMs are superior to SCMs in the prediction of temperature and moisture tendencies (e.g., Das et al. 1999; Randall et al 2003b; Xie et al. 2005).

Tao, Wei-Kuo

Precise time dissemination and applications development on the Bonneville Power Administration system

The Bonneville Power Administration (BPA) uses IRIG-B transmitted over microwave as its primary system time dissemination. Problems with accuracy and reliability have led to ongoing research into better methods. BPA has also developed and deployed a unique fault locator which uses precise clocks synchronized by a pulse over microwaves. It automatically transmits the data to a central computer for analysis. A proposed system could combine fault location timing and time dissemination into a Global Position System (GPS) timing receiver and close the verification loop through a master station at the Dittmer Control Center. Such a system would have many advantages, including lower cost, higher reliability, and wider industry support. Test results indicate the GPS has sufficient accuracy and reliability for this and other current timing requirements including synchronous phase angle measurements. A phasor measurement system which provides phase angle has recently been tested with excellent results. Phase angle is a key parameter in power system control applications including dynamic braking, DC modulation, remedial action schemes, and system state estimation. Further research is required to determine the applications which can most effectively use real-time phase angle measurements and the best method to apply them.

K. E. Martin

A Software Package for Neural Network Applications Development

Original Backprop (Version 1.2) is an MS-DOS package of four stand-alone C-language programs that enable users to develop neural network solutions to a variety of practical problems. Original Backprop generates three-layer, feed-forward (series-coupled) networks which map fixed-length input vectors into fixed length output vectors through an intermediate (hidden) layer of binary threshold units. Version 1.2 can handle up to 200 input vectors at a time, each having up to 128 real-valued components. The first subprogram, TSET, appends a number (up to 16) of classification bits to each input, thus creating a training set of input output pairs. The second subprogram, BACKPROP, creates a trilayer network to do the prescribed mapping and modifies the weights of its connections incrementally until the training set is leaned. The learning algorithm is the 'back-propagating error correction procedures first described by F. Rosenblatt in 1961. The third subprogram, VIEWNET, lets the trained network be examined, tested, and 'pruned' (by the deletion of unnecessary hidden units). The fourth subprogram, DONET, makes a TSR routine by which the finished product of the neural net design-and-training exercise can be consulted under other MS-DOS applications.

Baran, Robert H.

Urban development applications project. Urban technology transfer study

Technology transfer is defined along with reasons for attempting to transfer technology. Topics discussed include theoretical models, stages of the innovation model, communication process model, behavior of industrial organizations, problem identification, technology search and match, establishment of a market mechanism, applications engineering, commercialization, and management of technology transfer.

Source record

LANDSAT D: Applications development laboratory study

As the Earth Resources Program has matured through the LANDSAT spacecraft it has begun the transition from an experimental research activity to a sound demonstration of proven utility. This important transition will be complete with the LANDSAT D system which incorporates several key improvements over the current system. These improvements, based on experience with the existing LANDSATs, will provide new capabilities in the spacecraft, the sensor, the ground system, and the overall system design.

Alexander, L.

Helicopter internal noise reduction research and development application to the SA 360 and SA 365 Dauphin

Noise sources inside helicopter cabins are considered with emphasis on the mechanisms of vibration generation inside the main gear box and mechanisms of transmission between source and cabin. The dynamic behavior of the main gear box components is examined in relation to the transfer of vibration energy to the structure. It is indicated that although improvements can be made in noise reduction at the source, a soundproofing treatment isolating the passenger from the noise source is necessary. Soundproofing treatments installed and optimized include: (1) an acoustic screen using the weight effect to isolate the passenger from the noise source; (2) a damping treatment to limit the conversion of the vibratory energy into acoustic energy; and (3) an absorbing treatment achieved either through HELMHOLTZ resonators or through a glass wool blanket to limit the propagation of acoustic waves and the wave reflection effects in the cabin. The application of treatments at the source and the optimization of the sound barriers improved the noise level by about 30 db.

Marze, H. J.

An evaluation of the Interactive Software Invocation System (ISIS) for software development applications

The Interactive Software Invocation System (ISIS), which allows a user to build, modify, control, and process a total flight software system without direct communications with the host computer, is described. This interactive data management system provides the user with a file manager, text editor, a tool invoker, and an Interactive Programming Language (IPL). The basic file design of ISIS is a five level hierarchical structure. The file manager controls this hierarchical file structure and permits the user to create, to save, to access, and to purge pages of information. The text editor is used to manipulate pages of text to be modified and the tool invoker allows the user to communicate with the host computer through a RUN file created by the user. The IPL is based on PASCAL and contains most of the statements found in a high-level programming language. In order to evaluate the effectiveness of the system as applied to a flight project, the collection of software components required to support the Annular Suspension and Pointing System (ASPS) flight project were integrated using ISIS. The ASPS software system and its integration into ISIS is described.

Noland, M. S.

Systems integration for the Kennedy Space Center (KSC) Robotics Applications Development Laboratory (RADL)

A laboratory for developing robotics technology for hazardous and repetitive Shuttle and payload processing activities is discussed. An overview of the computer hardware and software responsible for integrating the laboratory systems is given. The center's anthropomorphic robot is placed on a track allowing it to be moved to different stations. Various aspects of the laboratory equipment are described, including industrial robot arm control, smart systems integration, the supervisory computer, programmable process controller, real-time tracking controller, image processing hardware, and control display graphics. Topics of research include: automated loading and unloading of hypergolics for space vehicles and payloads; the use of mobile robotics for security, fire fighting, and hazardous spill operations; nondestructive testing for SRB joint and seal verification; Shuttle Orbiter radiator damage inspection; and Orbiter contour measurements. The possibility of expanding the laboratory in the future is examined.

Davis, V. Leon

Application developer's tutorial for the CSM testbed architecture

This tutorial serves as an illustration of the use of the programmer interface on the CSM Testbed Architecture (NICE). It presents a complete, but simple, introduction to using both the GAL-DBM (Global Access Library-Database Manager) and CLIP (Command Language Interface Program) to write a NICE processor. Familiarity with the CSM Testbed architecture is required.

Underwood, Phillip

High temperature strain gage technology for hypersonic aircraft development applications

An experimental evaluation of Pd 13 percent Cr and of BCL-3 alloy wire strain gages was conducted on IN100 and Cu 0.15 percent Zr alloy substrates. Testing included apparent strain, drift, gage factor, and creep. Maximum test temperature was 1144 K (1600 F). The PdCr gages incorporated Pt temperature compensation elements. The PdCr gages were found to have good resistance stability below 866 K (1100 F). The BCL 3 gages were found to have good resistance stability above 800 K (981 F), but high drift around 700 K (800 F).

Anderson, W. L.