Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “AUTO 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.

96 records · Page 6

Uniformity of environmental conditions and plant growth in a hydroponic culture system for use in a growth room with aerial CO2 control

A portable system of hydroponic culture was developed that maintained temperature, pH, and nutrient concentrations of circulating nutrient solutions. The hydroponic system is used within a controlled-environment room (CER) for control of aerial environment. The CER was equipped with an auto-calibrating system for atmospheric CO2 control. The control systems for the hydroponic chambers were able to maintain acidity within +/- 0.2 pH units and the temperature with +/- 0.5 degree C. Mixing time for the 200-liter volume of solution within a hydroponic chamber was less than 12 min. The CO2 control system was able to maintain aerial concentrations within +/- 10 ppm CO2 during the light period. The only gradient found to occur within the hydroponic chambers or CER was a slight gradient in aerial temperature along the length of hydroponic chambers. Growth of soybeans [Glycine max (L.) Merr.] was characterized during a 3-week period of vegetative development by leaf number and area, plant dry weight, total N content of plants, and N depletion from the nutrient solution. The growth characteristics among populations for three hydroponic chambers within the CER were not significantly different, and the percent standard errors of means of the measurements within populations from each chamber were nearly all less than 10%. Thus, the uniformity of plant growth reflected the uniformity of environmental conditions.

NASA Discipline Life Support Systems↗

The Use of Water Vapor for Detecting Environments that Lead to Convectively Produced Heavy Precipitation and Flash Floods

This Tech Report summarizes years of study and experiences on using GOES Water vapor (6.7 micron and precipitable water) and Special Sensor Microwave Imager (SSM/1) from the Defense Meteorological Satellite Program (DMSP) derived Precipitable Water (PNAI) for detecting environments favorable for convectively produced flash floods. An emphasis is on the moisture. upper air flow, and equivalent potential temperature (Theta(sub e)) patterns that lead to devastating flood events. The 15 minute 6.7 micron water vapor imagery is essential for tracking middle to upper tropospheric disturbances that produce upward vertical motion and initiate flash flood producing systems. Water vapor imagery at 6.7 micron is also used to detect surges of upper level moisture (called tropical water vapor plumes) that have been associated with extremely heavy rainfall. Since the water vapor readily depicts lifting mechanisms and upper level moisture, water vapor imagery is often an excellent source of data for recognizing patterns of heavy precipitation and flash floods. In order to analyze the depth of the moisture, the PW aspects of the troposphere must be measured. The collocation (or nearby location) of high values ofP\V and instability are antecedent conditions prior to the flash flood or heavy rainfall events. Knowledge of PW magnitudes have been used as thresholds for impending flash flood events, PW trends are essential in flash flood prediction. Conceptual models and water vapor products are used to study some of the characteristics of convective systems that occurred over the United States of America (USA) during the summer of 1997 and the 1997-1998 El Nino. P\V plumes were associated with most of the \vest coast heavy precipitation events examined during the winter season of 1997 - 1998, In another study, conducted during the summer season of 1997. results showed that the collocation of water vapor (6.7 micron) and P\N' plumes possessed higher correlations with predicted rainfall amounts than when PW plumes occurred by themselves (i.e.. without the presence of 6.7 micron water vapor plumes). Satellite Analysis Branch (SAB) meteorologists use the 6.7 micron water and P\V products for their QPE's (interactive Flash Flood Analyzer (IFFA) and Auto-Estimator precipitation estimates), Outlooks, and heavy precipitation briefings with the Hydrometeorological Prediction Center/National Center for Environmental Prediction.

Scofield, Rod↗

Quantitative Comparison of Proprietary and Open-Source Georeferencing Tools for Use with Astronaut Photography

The Crew Earth Observations (CEO) Facility within the Earth Science and Remote Sensing Unit at NASA’s Johnson Space Center supports the acquisition, analysis, and curation of astronaut photography of Earth’s surface and atmosphere. Astronauts on the International Space Station (ISS) respond to requests from CEO to acquire imagery of scientific and education targets, to include high profile targets in response to activations from the International Charter for Space & Major Disasters (also known as the International Disaster Charter, or IDC) and NASA’s Disasters Program. CEO facilitates the acquisition of astronaut photography in response to IDC events and delivers georeferenced data products to the United States Geological Survey (USGS) for distribution to the disaster community. Using GeoRef, an internal web-based tool developed in collaboration with NASA’s Ames Research Center, CEO generates data packages of georeferenced imagery, uncertainty images for assessing control and tie point accuracy, and metadata documenting raw and processed data. Operational experience with the Georef software identified vulnerabilities to internal code and server errors that can significantly increase time of data production. As such, CEO developed a backup procedure in case the GeoRef software experiences front-end or back-end errors. A system using OSGEO’s open-source QGIS software combined with a semi-automated pipeline using the object-oriented Python language and the Geospatial Abstract Library for generating metadata is quantitatively compared to GeoRef’s data package for quality and productivity. Root Mean Square Error (RMSE) provides a standard measurement of data quality as it relates to ground error. Assessing RMSE measurements generated from georeferenced astronaut photographs acquired with different obliquity and focal length offers a comprehensive accuracy assessment of the software’s transformation algorithms. This assessment will indicate the software's ability to produce data products with the least ground-error or highest data quality regarding ground accuracy. In addition, a comparison of the software’s efficiency in generating a data package that includes georeferenced images, metadata, and uncertainty images for measuring tie/ground point error was performed. Initial results, based on the comparison of three nadir-facing astronaut photographs acquired with a 95mm focal length, reveal the QGIS-based system's average RMSE is 2.36 (pixels) suggesting its georectification system produces data products that meet and perhaps improve upon Georef solution's average RMSE of 32.99 (pixels). However, the QGIS system was unable to reproduce two unique Georef data products, uncertainty images for measuring tie and control point errors and a translated unwrapped image. In addition, the Georef software is designed to accept handheld camera pose information from a hardware component (Geosens) scheduled for deployment on the ISS in late 2018; this information is intended to provide increased accuracy and auto-registration capability for astronaut photographs. Future work is expected to determine the QGIS-based georectification system’s potential as an open-source alternative (and operational backup) to Georef for georeferencing the full range of resolutions and viewing angles unique to handheld digital camera imagery in support of ISS disaster response activities.

Jagge, Amy M.↗

Requirements-Driven Log Analysis Extended Abstract

Imagine that you are tasked to help a project improve their testing effort. In a realistic scenario it will quickly become clear, that having an impact is diffcult. First of all, it will likely be a challenge to suggest an alternative approach which is significantly more automated and/or more effective than current practice. The reality is that an average software system has a complex input/output behavior. An automated testing approach will have to auto-generate test cases, each being a pair (i; o) consisting of a test input i and an oracle o. The test input i has to be somewhat meaningful, and the oracle o can be very complicated to compute. Second, even in case where some testing technology has been developed that might improve current practice, it is then likely difficult to completely change the current behavior of the testing team unless the technique is obviously superior and does everything already done by existing technology. So is there an easier way to incorporate formal methods-based approaches than the full edged test revolution? Fortunately the answer is affirmative. A relatively simple approach is to benefit from possibly already existing logging infrastructure, which after all is part of most systems put in production. A log is a sequence of events, generated by special log recording statements, most often manually inserted in the code by the programmers. An event can be considered as a data record: a mapping from field names to values. We can analyze such a log using formal methods, for example checking it against a formal specification. This separates running the system for analyzing its behavior. It is not meant as an alternative to testing since it does not address the important in- put generation problem. However, it offers a solution which testing teams might accept since it has low impact on the existing process. A single person might be assigned to perform such log analysis, compared to the entire testing team changing behavior.

log analysis↗

Using AI to Reproduce Neutrino Cross Section Analysis - Prototyping the Neutrino Discovery Platform

The Neutrino Discovery Platform (NDP) aims to accelerate DUNE-era science by making the neutrino program's existing datasets analyzable through fast, reproducible, and auditable workflows. We report a working version of two of its layers, data curation and agentic orchestration, built and tested end to end on MINERvA open data. The guiding lesson throughout is that a cross section is a measurement, and not just a plotted shape, only if it carries a defensible systematic-uncertainty budget, a trustworthy unfolding, and a reproducible record. Using a single medium-energy playlist pair from the MINERvA open-data release (about $2.05\times10^{17}$ protons on target of data), we first reproduced the shapes of two published charged-current inclusive $\nu_\mu$ measurements through a complete extraction ladder: selection, background subtraction, D'Agostini unfolding, efficiency correction, and flux normalization. These shape-level reproductions ran and tracked the published results, but they lacked the systematic-uncertainty machinery that defines a MINERvA cross section. To supply it, we vendored and built the MINERvA Analysis Toolkit and developed a many-universe systematic-uncertainty tool that produces a portable covariance artifact, a parallel event-loop runner, and a per-run auditability harness. Validated against a published covariance release, the toolchain reproduces the released statistical, flux, and muon-energy-scale terms and shows that they account for roughly 63\% of the total variance, with the remainder unreleased. Using this same infrastructure, we then performed a measurement of our own design, the hadronic recoil-energy distribution of low-energy ($E_\nu<2.5$~GeV) charged-current inclusive events, and found data/simulation shape agreement of $\chi^2/\mathrm{ndf}=1.26$. Together these results show that the platform supports original physics and not only reproductions.

Breaux, Auto [Tulane U. (main)]↗

Toward the Neutrino Discovery Platform: An Auditable, Uncertainty-Bearing Toolchain for MINERvA Open-Data Cross-Section Analysis

The Neutrino Discovery Platform (NDP) aims to accelerate DUNE-era science by making the neutrino program's existing datasets analyzable through fast, reproducible, and auditable workflows. We report a working version of two of its layers, data curation and agentic orchestration, built and tested end to end on MINERvA open data. The guiding lesson throughout is that a cross section is a measurement, and not just a plotted shape, only if it carries a defensible systematic-uncertainty budget, a trustworthy unfolding, and a reproducible record. Using a single medium-energy playlist pair from the MINERvA open-data release (about $2.05\times10^{17}$ protons on target of data), we first reproduced the shapes of two published charged-current inclusive $\nu_\mu$ measurements through a complete extraction ladder: selection, background subtraction, D'Agostini unfolding, efficiency correction, and flux normalization. These shape-level reproductions ran and tracked the published results, but they lacked the systematic-uncertainty machinery that defines a MINERvA cross section. To supply it, we vendored and built the MINERvA Analysis Toolkit and developed a many-universe systematic-uncertainty tool that produces a portable covariance artifact, a parallel event-loop runner, and a per-run auditability harness. Validated against a published covariance release, the toolchain reproduces the released statistical, flux, and muon-energy-scale terms and shows that they account for roughly 63\% of the total variance, with the remainder unreleased. Using this same infrastructure, we then performed a measurement of our own design, the hadronic recoil-energy distribution of low-energy ($E_\nu<2.5$~GeV) charged-current inclusive events, and found data/simulation shape agreement of $\chi^2/\mathrm{ndf}=1.26$. Together these results show that the platform supports original physics and not only reproductions.

Breaux, Auto [Tulane U. (main)]↗