Search NASASearch

SEARCH · Search NASA

Results for “object localization”

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

On syntheses of the X-ray background with power-law sources

The conditions under which the combined emission from power-law sources can mimic the X-ray background (XRB) spectrum in the 3-50 keV range are considered in view of HEAO 1 A-2 experiment measurements, and it is confirmed that a good fit may be obtained. The required spectral properties of the component sources differ, however, from those observed for local active galactic nuclei. Constraints are deduced for both the low-luminosity extension and evolution of such local objects, and it is shown that any other class of sources contributing to the X-ray background must be characterized by an energy spectral index lower than about 0.4, which is the mean index of the XRB, and exhibit steeper spectra at higher energies.

De Zotti, G.

On syntheses of the X-ray background with power-law sources

The conditions under which the combined emission from power law sources can mimic the X-ray background (XRB) spectrum in the 3-50 keV range are considered in view of HEAO 1 A-2 experiment measurements, and it is confirmed that a good fit may be obtained. The required spectral properties of the component sources differ, however, from those observed for local active galactic nuclei. Constraints are deduced for both the low luminosity extension and evolution of such local objects, and it is shown that any other class of sources contributing to the X-ray background must be characterized by an energy spectral index lower than about 0.4, which is the mean index of the XRB, and exhibit sleeper spectra at higher energies.

Dezotti, G.

High Performance Non-Dispersive X-Ray Spectrometers for Charge Exchange Measurements

Currently, the only measurements of cosmological charge exchange have been made using low resolution, non-dispersive spectrometers like the PSPC on ROSAT and the CCD instruments on Chandra and XMM/Newton. However, upcoming cryogenic spectrometers on Astro-H and IXO will add vast new capabilities to investigate charge exchange in local objects such as comets and planetary atmospheres. They may also allow us to observe charge exchange in extra-solar objects such as galactic supernova remnants. With low spectral resolution instruments such as CCDs, x-ray emission due to charge exchange recombination really only provides information on the acceptor species, such as the solar wind. With the new breed of x-ray calorimeter instruments, emission from charge exchange becomes highly diagnostic allowing one to uniquely determine the acceptor species, ionization state, donor species and ionization state, and the relative velocity of the interaction. We will describe x-ray calorimeter instrumentation and its potential for charge exchange measurements in the near term. We will also touch on the instrumentation behind a decade of high resolution measurements of charge exchange using an x-ray calorimeter at the Lawrence Livermore National Laboratory.

Porter Frederick

RACER: Effective Race Detection Using AspectJ

The limits of coding with joint constraints on detected and undetected error rates Programming errors occur frequently in large software systems, and even more so if these systems are concurrent. In the past, researchers have developed specialized programs to aid programmers detecting concurrent programming errors such as deadlocks, livelocks, starvation and data races. In this work we propose a language extension to the aspect-oriented programming language AspectJ, in the form of three new built-in pointcuts, lock(), unlock() and may be Shared(), which allow programmers to monitor program events where locks are granted or handed back, and where values are accessed that may be shared amongst multiple Java threads. We decide thread-locality using a static thread-local objects analysis developed by others. Using the three new primitive pointcuts, researchers can directly implement efficient monitoring algorithms to detect concurrent programming errors online. As an example, we expose a new algorithm which we call RACER, an adoption of the well-known ERASER algorithm to the memory model of Java. We implemented the new pointcuts as an extension to the Aspect Bench Compiler, implemented the RACER algorithm using this language extension and then applied the algorithm to the NASA K9 Rover Executive. Our experiments proved our implementation very effective. In the Rover Executive RACER finds 70 data races. Only one of these races was previously known.We further applied the algorithm to two other multi-threaded programs written by Computer Science researchers, in which we found races as well.

data analysis

Virtual Reality Calibration and Preview/Predictive Displays for Telerobotics

A virtual reality (VR) calibration technique of matching a virtual environment of simulated 3-D graphic models with actual camera views of the remote site task environment has been developed. This VR calibration enables high-fidelity preview/predictive displays with calibrated graphics overlay on live video. Reliable and accurate calibration is achieved by operator-interactive camera calibration and object localization procedures based on new linear/nonlinear least-squares algorithms that can handle multiple-camera views.

Virtual

An algorithm for recognition and localization of rotated and scaled objects

An algorithm for recognition and localization of objects, which is invariant to displacement and rotation, is extended to the recognition and localization of differently scaled, rotated, and displaced objects. The proposed algorithm provides an optimum way to find if a match exists between two objects that are scaled, rotated, and displaced, while the number of computations is of the same order as for equally scaled objects.

Peli, T.

Garbage Collection in a Distributed Object-Oriented System

An algorithm is described in this paper for garbage collection in distributed systems with object sharing across processor boundaries. The algorithm allows local garbage collection at each node in the system to proceed independently of local collection at the other nodes. It requires no global synchronization or knowledge of the global state of the system and exhibits the capability of graceful degradation. The concept of a specialized dump node is proposed to facilitate the collection of inaccessible circular structures. An experimental evaluation of the algorithm is also described. The algorithm is compared with a corresponding scheme that requires global synchronization. The results show that the algorithm works well in distributed processing environments even when the locality of object references is low.

Gupta, Aloke

Tracking Object Existence From an Autonomous Patrol Vehicle

An autonomous vehicle patrols a large region, during which an algorithm receives measurements of detected potential objects within its sensor range. The goal of the algorithm is to track all objects in the region over time. This problem differs from traditional multi-target tracking scenarios because the region of interest is much larger than the sensor range and relies on the movement of the sensor through this region for coverage. The goal is to know whether anything has changed between visits to the same location. In particular, two kinds of alert conditions must be detected: (1) a previously detected object has disappeared and (2) a new object has appeared in a location already checked. For the time an object is within sensor range, the object can be assumed to remain stationary, changing position only between visits. The problem is difficult because the upstream object detection processing is likely to make many errors, resulting in heavy clutter (false positives) and missed detections (false negatives), and because only noisy, bearings-only measurements are available. This work has three main goals: (1) Associate incoming measurements with known objects or mark them as new objects or false positives, as appropriate. For this, a multiple hypothesis tracker was adapted to this scenario. (2) Localize the objects using multiple bearings-only measurements to provide estimates of global position (e.g., latitude and longitude). A nonlinear Kalman filter extension provides these 2D position estimates using the 1D measurements. (3) Calculate the probability that a suspected object truly exists (in the estimated position), and determine whether alert conditions have been triggered (for new objects or disappeared objects). The concept of a probability of existence was created, and a new Bayesian method for updating this probability at each time step was developed. A probabilistic multiple hypothesis approach is chosen because of its superiority in handling the uncertainty arising from errors in sensors and upstream processes. However, traditional target tracking methods typically assume a stationary detection volume of interest, whereas in this case, one must make adjustments for being able to see only a small portion of the region of interest and understand when an alert situation has occurred. To track object existence inside and outside the vehicle's sensor range, a probability of existence was defined for each hypothesized object, and this value was updated at every time step in a Bayesian manner based on expected characteristics of the sensor and object and whether that object has been detected in the most recent time step. Then, this value feeds into a sequential probability ratio test (SPRT) to determine the status of the object (suspected, confirmed, or deleted). Alerts are sent upon selected status transitions. Additionally, in order to track objects that move in and out of sensor range and update the probability of existence appropriately a variable probability detection has been defined and the hypothesis probability equations have been re-derived to accommodate this change. Unsupervised object tracking is a pervasive issue in automated perception systems. This work could apply to any mobile platform (ground vehicle, sea vessel, air vehicle, or orbiter) that intermittently revisits regions of interest and needs to determine whether anything interesting has changed.

Wolf, Michael

An optimal sensing strategy for recognition and localization of 3-D natural quadric objects

An optimal sensing strategy for an optical proximity sensor system engaged in the recognition and localization of 3-D natural quadric objects is presented. The optimal sensing strategy consists of the selection of an optimal beam orientation and the determination of an optimal probing plane that compose an optimal data collection operation known as an optimal probing. The decision of an optimal probing is based on the measure of discrimination power of a cluster of surfaces on a multiple interpretation image (MII), where the measure of discrimination power is defined in terms of a utility function computing the expected number of interpretations that can be pruned out by a probing. An object representation suitable for active sensing based on a surface description vector (SDV) distribution graph and hierarchical tables is presented. Experimental results are shown.

Lee, Sukhan

Modification of Eccentric Gaze-Holding

Clear vision and accurate localization of objects in the environment are prerequisites for reliable performance of motor tasks. Space flight confronts the crewmember with a stimulus rearrangement that requires adaptation to function effectively with the new requirements of altered spatial orientation and motor coordination. Adaptation and motor learning driven by the effects of cerebellar disorders may share some of the same demands that face our astronauts. One measure of spatial localization shared by the astronauts and those suffering from cerebellar disorders that is easily quantified, and for which a neurobiological substrate has been identified, is the control of the angle of gaze (the "line of sight"). The disturbances of gaze control that have been documented to occur in astronauts and cosmonauts, both in-flight and postflight, can be directly related to changes in the extrinsic gravitational environment and intrinsic proprioceptive mechanisms thus, lending themselves to description by simple non-linear statistical models. Because of the necessity of developing robust normal response populations and normative populations against which abnormal responses can be evaluated, the basic models can be formulated using normal, non-astronaut test subjects and subsequently extended using centrifugation techniques to alter the gravitational and proprioceptive environment of these subjects. Further tests and extensions of the models can be made by studying abnormalities of gaze control in patients with cerebellar disease. A series of investigations were conducted in which a total of 62 subjects were tested to: (1) Define eccentric gaze-holding parameters in a normative population, and (2) explore the effects of linear acceleration on gaze-holding parameters. For these studies gaze-holding was evaluated with the subjects seated upright (the normative values), rolled 45 degrees to both the left and right, or pitched back 30 and 90 degrees. In a separate study the further effects of acceleration on gaze stability was examined during centrifugation (+2 G (sub x) and +2 G (sub z) using a total of 23 subjects. In all of our investigations eccentric gaze-holding was established by having the subjects acquire an eccentric target (+/-30 degrees horizontal, +/- 15 degrees vertical) that was flashed for 750 msec in an otherwise dark room. Subjects were instructed to hold gaze on the remembered position of the flashed target for 20 sec. Immediately following the 20 sec period, subjects were cued to return to the remembered center position and to hold gaze there for an additional 20 sec. Following this 20 sec period the center target was briefly flashed and the subject made any corrective eye movement back to the true center position. Conventionally, the ability to hold eccentric gaze is estimated by fitting the natural log of centripetal eye drifts by linear regression and calculating the time constant (G) of these slow phases of "gaze-evoked nystagmus". However, because our normative subjects sometimes showed essentially no drift (tau (sub c) = m), statistical estimation and inference on the effect of target direction was performed on values of the decay constant theta = 1/(tau (sub c)) which we found was well modeled by a gamma distribution. Subjects showed substantial variance of their eye drifts, which were centrifugal in approximately 20 % of cases, and > 40% for down gaze. Using the ensuing estimated gamma distributions, we were able to conclude that rightward and leftward gaze holding were not significantly different, but that upward gaze holding was significantly worse than downward (p<0.05). We also concluded that vertical gaze holding was significantly worse than horizontal (p<0.05). In the case of left and right roll, we found that both had a similar improvement to horizontal gaze holding (p<0.05), but didn't have a significant effect on vertical gaze holding. For pitch tilts, both tilt angles significantly decreased gaze-holding ility in all directions (p<0.05). Finally, we found that hyper-g centrifugation significantly decreased gaze holding ability in the vertical plane. The main findings of this study are as follows: (1) vertical gaze-holding is less stable than horizontal, (2) gaze-holding to upward targets is less stable than to downward targets, (3) tilt affects gaze holding, and (4) hyper-g affects gaze holding. This difference between horizontal and vertical gaze-holding may be ascribed to separate components of the velocity-to-position neural integrator for eye movements, and to differences in orbital mechanics. The differences between upward and downward gaze-holding may be ascribed to an inherent vertical imbalance in the vestibular system. Because whole body tilt and hyper-g affects gaze-holding, it is implied that the otolith organs have direct connections to the neural integrator and further studies of astronaut gaze-holding are warranted. Our statistical method for representing the range of normal eccentric gaze stability can be readily applied to normals who maybe exposed to environments which may modify the central integrator and require monitoring, and to evaluate patients with gaze-evoked nystagmus by comparing to the above established normative criteria.

Reschke, M. F.

A project to evaluate moisture stress in corn and soybean areas of western and southwestern Minnesota

Remote sensing techniques, particularly LANDSAT data, were used to assess soil moisture stress through crop signature in southwestern Minnesota. Related objectives were: localization of droughty, well drained, and poorly drained soils; detection of stress from hail, wind, and disease damage; and the use of remote sensing data for agricultural management. Since the amount and distribution of precipitation were adequate during the 1977 and 1978 growing seasons, no significant stress occurred. Crop conditions were very favorable. As a result, crop signatures were too uniform to reflect soilscape variations and crop condition changes. In 1979 precipitation was again adequate to excess, particularly in June and August. In some cases, poorly drained sites especially, stress conditions developed as a result of excess of water and could be identified on color infrared photographs.

Rust, R. H.

New results on the Pioneer Venus Orbiter February 10-11, 1982 events - A solar wind disturbance not a comet

The characteristics of a series of disturbances observed on February 10-11, 1982 by the plasma analyzer and the magnetometer on the Pioneer Venus Orbiter, obtained in the solar wind upstream of Venus are studied. It is concluded that the events were associated with the propagation of a solar wind disturbance of coronal origin and not with an encounter with a comet or other local outgassing object (Russel, et al., 1983). The plasma analyzer spectra clearly show the presence of increases in He(2) and they argue strongly against Russell, et al.'s interpretatation. The peak in magnetic field magnitude on February 11 is identified as the magnetic signature of a thin, trailing 'filament' at the end of a series of solar-initiated events. Corresponding increases in He(2) and magnetic field fluctuations were observed near earth by ISEE-3 about a day later, and this strongly supports the concept of a solar origin.

Intriligator, D. S.

STAEBL: Structural tailoring of engine blades, phase 2

The Structural Tailoring of Engine Blades (STAEBL) program was initiated at NASA Lewis Research Center in 1980 to introduce optimal structural tailoring into the design process for aircraft gas turbine engine blades. The standard procedure for blade design is highly iterative with the engineer directly providing most of the decisions that control the design process. The goal of the STAEBL program has been to develop an automated approach to generate structurally optimal blade designs. The program has evolved as a three-phase effort with the developmental work being performed contractually by Pratt & Whitney Aircraft. Phase 1 was intended as a proof of concept in which two fan blades were structurally tailored to meet a full set of structural design constraints while minimizing DOC+I (direct operating cost plus interest) for a representative aircraft. This phase was successfully completed and was reported in reference 1 and 2. Phase 2 has recently been completed and is the basis for this discussion. During this phase, three tasks were accomplished: (1) a nonproprietary structural tailoring computer code was developed; (2) a dedicated approximate finite-element analysis was developed; and (3) an approximate large-deflection analysis was developed to assess local foreign object damage. Phase 3 is just beginning and is designed to incorporated aerodynamic analyses directly into the structural tailoring system in order to relax current geometric constraints.

Hirschbein, M. S.

Highlights from Three Years of the Chandra X-Ray Observatory

August 12, 2002 marked the third anniversary of the first light observed with the Chandra X-Ray Observatory (CXO) which had been launched on July 23 of that same year. The CXO is the X-ray component of NASA's Great Observatory Program that also includes the Hubble Space Telescope for observations in the visible portion of the electromagnetic spectrum, the now defunct Compton Gamma-Ray Observatory and the soon-to-be-launched Space Infra-Red Telescope Facility. The scientific return from the Observatory has been spectacular. Images of objects as local as the moon's of Jupiter and comets, to those which show the details of the emission of the hot gas pervading clusters of galaxies have been obtained. The technical status of the instrumentation and the performance of the X-ray optics will be reviewed and an overview of some of the exciting results will be presented.

Weisskopf, Martin C.

Optimal 3D Viewing with Adaptive Stereo Displays for Advanced Telemanipulation

A method of optimal 3D viewing based on adaptive displays of stereo images is presented for advanced telemanipulation. The method provides the viewer with the capability of accurately observing a virtual 3D object or local scene of his/her choice with minimum distortion.

3D viewing advanced telemanipulation telemanipulat

Thermal Modeling of Mars Ground for Surface Missions

Thermal analysis packages are capable of including ground temperature effects for orbital and surface thermal analyses. In particular, Thermal Desktop® offers the option of specifying ground temperatures as a function of time for planetary surface modeling. While suitable for many cases, this approach is not sufficient if an object has local interactions with the ground that could significantly affect the ground temperature. Ground modeling is necessary for the Mars 2020 rover thermal design and analysis since shadowing and heat dissipation from the rover’s Multi-Mission Radioisotope Thermoelectric Generator (MMRTG) can result in significant temperature deviations of the local ground. The Mars 2020 thermal team is explicitly modeling the Martian ground so that these local temperature effects can be captured. The upper portion of the ground is modeled, and material and optical properties of the ground are varied in order to match data collected from orbiting science instruments. Atmospheric surface temperature, sky temperatures, and solar loads from a Mars General Circulation Model (GCM) are used as boundary conditions, resulting in a ground surface temperature profile consistent with the GCM predictions. The rover model is then placed on this modeled ground so that the effects of shadowing and MMRTG dissipation on the ground temperature can be captured.

Farias, Edgardo

Dynamic Characterization of the Crew Module Uprighting System for NASA’s Orion Crew Module

The Orion Crew Module Uprighting System is a set of five airbag that are responsible for the uprighting of the crew module in the case of an inverted splashdown. A series of tests during the Underway Recovery Test 7 (URT-7) were run in preparation for the Artemis I mission, where the dynamic characterization of the CMUS in an ocean wave environment was performed. A Datawell Waverider DWR-G4 wave buoy was deployed to the characterize the wave environment during these tests. The heave measurements from this buoy were projected to the Orion Crew Module Buoyancy Test Article location by two different methods: (1) directly time-shifting the data, and (2) performing a frequency-domain, phase-shifting operation. Results demonstrate that the phase-shifting operation led to better correlation with the true crew module response to wave excitation as compared with the purely time-shifted method. Additionally, a novel approach to localize an object in a bidirectional wave field based on its heave response is presented and validated with URT- 7 data. Given a wave measurement device at a known location, one can estimate the relative distance to another object based solely off its heave response. Results show that if signals have sufficiently good correlation, this method can be used to estimate the relative separation between two objects in the same wave field.

Vertaska, Ivan Bertaska