ALBERT

All Library Books, journals and Electronic Records Telegrafenberg

feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Man/System Technology and Life Support  (11)
  • 2005-2009  (11)
Collection
Keywords
Years
Year
  • 1
    Publication Date: 2019-07-19
    Description: The NASA Chief Health and Medical Officer (CHMO) recently directed that the agency establish crew health standards to aid in the development of requirements for future vehicles and habitats. Response to this direction includes development of a new NASA habitability and human factors standard and an accompanying design handbook. The new standard contains high-level, over-arching principles to assure its applicability and usability across all NASA development programs. The handbook will provide detailed design requirements and suggestions that will meet the standards. The information contained in NASA-STD-3000 will be updated and included in the new design handbook. In this approach, each new program will derive detailed program-specific requirements from the new standard using the handbook as a design guide and resource. With the completion of the standard, the focus of this year s effort is the development of the new handbook: Human Integration Design Handbook (HIDH). This is an opportunity for the space flight human factors and habitability community to consolidate up-to-date data for use by NASA programs and designers as well as outside researchers and policy makers looking for the next research focus. The goal of the handbook is to help NASA design and build human space flight systems which accommodate the capabilities and limitations of the crew so as to provide an environment where the crew can live and work effectively, safely, and comfortably. Handbook contents will address that primary goal, addressing unique aspects of space flight and habitation, including reduced gravity conditions, time lags, EVA systems and day/night cycles, not addressed in other standards or handbooks. The handbook will be divided into topics similar to NASA-STD-3000 (anthropometrics, architecture, workstations, etc.) and each topic area will contain elements for designers, human factors practitioners, program managers, operators, and researchers. The handbook will include the following elements: (1) Design considerations include a clear and concise summary of what is important to designers in space vehicle / habitat design, design information to translate Earth-base knowledge to the space environment, space issues and the data necessary to address those issues, and a consistent set of terminology. (2) Updates to Lessons Learned and example solutions from Shuttle and Station program experience will provide historical examples to help prevent repeating mistakes or reinvention of the wheel. (3) Requirements will aid in the translation of standards into program specific requirements. The scope of included requirements will define the pool that each program needs to consider and tailor for their specific program. (4) Requirements rationale will help understanding of the importance of these considerations. The HIDH development team at JSC is finalizing the format of the new handbook, prioritizing topic areas for expansion and update, and contacting subject matter experts within the scientific community to assist with this effort. Plans are also being made to continue handbook expansion and maintenance to assure it remains a valuable resource for human factors and human space flight programs.
    Keywords: Man/System Technology and Life Support
    Type: NASA Human Research Program Investigators Workshop; Feb 12, 2007 - Feb 14, 2007; League City, TX; United States
    Format: text
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 2
    Publication Date: 2019-07-12
    Description: JSDTImport is a computer program for translating native Shuttle Data Tape (SDT) files from American Standard Code for Information Interchange (ASCII) format into databases in other formats. JSDTImport solves the problem of organizing the SDT content, affording flexibility to enable users to choose how to store the information in a database to better support client and server applications. JSDTImport can be dynamically configured by use of a simple Extensible Markup Language (XML) file. JSDTImport uses this XML file to define how each record and field will be parsed, its layout and definition, and how the resulting database will be structured. JSDTImport also includes a client application programming interface (API) layer that provides abstraction for the data-querying process. The API enables a user to specify the search criteria to apply in gathering all the data relevant to a query. The API can be used to organize the SDT content and translate into a native XML database. The XML format is structured into efficient sections, enabling excellent query performance by use of the XPath query language. Optionally, the content can be translated into a Structured Query Language (SQL) database for fast, reliable SQL queries on standard database server computers.
    Keywords: Man/System Technology and Life Support
    Type: MSC-23579 , NASA Tech Briefs, December 2005
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 3
    facet.materialart.
    Unknown
    In:  CASI
    Publication Date: 2019-07-12
    Description: The RoseDoclet computer program extends the capability of Java doclet software to automatically synthesize Unified Modeling Language (UML) content from Java language source code. [Doclets are Java-language programs that use the doclet application programming interface (API) to specify the content and format of the output of Javadoc. Javadoc is a program, originally designed to generate API documentation from Java source code, now also useful as an extensible engine for processing Java source code.] RoseDoclet takes advantage of Javadoc comments and tags already in the source code to produce a UML model of that code. RoseDoclet applies the doclet API to create a doclet passed to Javadoc. The Javadoc engine applies the doclet to the source code, emitting the output format specified by the doclet. RoseDoclet emits a Rose model file and populates it with fully documented packages, classes, methods, variables, and class diagrams identified in the source code. The way in which UML models are generated can be controlled by use of new Javadoc comment tags that RoseDoclet provides. The advantage of using RoseDoclet is that Javadoc documentation becomes leveraged for two purposes: documenting the as-built API and keeping the design documentation up to date.
    Keywords: Man/System Technology and Life Support
    Type: MSC-23580 , NASA Tech Briefs, November 2005; 14
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 4
    Publication Date: 2019-07-12
    Description: A Java-language computer program has been written to facilitate mining of data in files in the Shuttle Data Center (SDC) archives. This program can be executed on a variety of workstations or via Web-browser programs. This program is partly similar to prior C-language programs used for the same purpose, while differing from those programs in that it exploits the platform-neutrality of Java in implementing several features that are important for analysis of large sets of time-series data. The program supports regular expression queries of SDC archive files, reads the files, interleaves the time-stamped samples according to a chosen output, then transforms the results into that format. A user can choose among a variety of output file formats that are useful for diverse purposes, including plotting, Markov modeling, multivariate density estimation, and wavelet multiresolution analysis, as well as for playback of data in support of simulation and testing.
    Keywords: Man/System Technology and Life Support
    Type: MSC-23584 , NASA Tech Briefs, July 2006; 17
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 5
    facet.materialart.
    Unknown
    In:  CASI
    Publication Date: 2019-07-12
    Description: The X-Windows Process Validation Table (PVT) Widget Class ( Class is used here in the object-oriented-programming sense of the word) was devised to simplify the task of implementing network registration services for Information Sharing Protocol (ISP) graphical-user-interface (GUI) computer programs. Heretofore, ISP PVT programming tasks have required many method calls to identify, query, and interpret the connections and messages exchanged between a client and a PVT server. Normally, programmers have utilized direct access to UNIX socket libraries to implement the PVT protocol queries, necessitating the use of many lines of source code to perform frequent tasks. Now, the X-Windows PVT Widget Class encapsulates ISP client server network registration management tasks within the framework of an X Windows widget. Use of the widget framework enables an X Windows GUI program to interact with PVT services in an abstract way and in the same manner as that of other graphical widgets, making it easier to program PVT clients. Wrapping the PVT services inside the widget framework enables a programmer to treat a PVT server interface as though it were a GUI. Moreover, an alternate subclass could implement another service in a widget of the same type. This program was written by Matthew R. Barry of United Space Alliance for Johnson Space Center. For further information, contact the Johnson Technology Transfer Office at (281) 483-3809. MSC-23582 Shuttle Data Center File- Processing Tool in Java A Java-language computer program has been written to facilitate mining of data in files in the Shuttle Data Center (SDC) archives. This program can be executed on a variety of workstations or via Web-browser programs. This program is partly similar to prior C-language programs used for the same purpose, while differing from those programs in that it exploits the platform-neutrality of Java in implementing several features that are important for analysis of large sets of time-series data. The program supports regular expression queries of SDC archive files, reads the files, interleaves the time-stamped samples according to a chosen output, then transforms the results into that format. A user can choose among a variety of output file formats that are useful for diverse purposes, including plotting, Markov modeling, multivariate density estimation, and wavelet multiresolution analysis, as well as for playback of data in support of simulation and testing.
    Keywords: Man/System Technology and Life Support
    Type: MSC-23582 , NASA Tech Briefs, July 2006; 17
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 6
    Publication Date: 2019-07-13
    Description: NASA has begun a new approach to human factors design standards. For years NASA-STD-3000, Manned Systems Integration Standards, has been a source of human factors design guidance for space systems. In order to better meet the needs of the system developers, NASA is revising its human factors standards system. NASA-STD-3000 will be replaced by two documents: set of broad human systems design standards (including both human factors and medical topics) and a human factors design handbook. At the present time the standards document is in final review with some disagreement on several critical issues. The handbook is progressing with November 2008 as the anticipated completion date.
    Keywords: Man/System Technology and Life Support
    Type: Human Factors and Ergonomics Society Conference; Sep 22, 2008 - Sep 26, 2008; Manhattan, NY; United States
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 7
    Publication Date: 2019-07-13
    Description: NASA has begun a new approach to human factors design standards. For years NASA-STD-3000, Manned Systems Integration Standards, has been a source of human factors design guidance for space systems. In order to better meet the needs of the system developers, NASA is revising its human factors standards system. NASA-STD-3000 will be replaced by two documents: set of broad human systems specifications (including both human factors and medical topics) and a human factors design handbook
    Keywords: Man/System Technology and Life Support
    Type: Human Factors and Ergonomics Society 51st Annual Conference; Oct 01, 2007 - Oct 05, 2007; Baltimore, MD; United States
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 8
    Publication Date: 2019-07-12
    Description: The X-Windows Information Sharing Protocol (ISP) Widget Class ("Class") is used here in the object-oriented-programming sense of the word) was devised to simplify the task of implementing ISP graphical-user-interface (GUI) computer programs. ISP programming tasks require many method calls to identify, query, and interpret the connections and messages exchanged between a client and an ISP server. Most X-Windows GUI programs use widget sets or toolkits to facilitate management of complex objects. The widget standards facilitate construction of toolkits and application programs. The X-Windows Information Sharing Protocol (ISP) Widget Class encapsulates the client side of the ISP programming libraries within the framework of an X-Windows widget. Using the widget framework, X-Windows GUI programs can interact with ISP services in an abstract way and in the same manner as that of other graphical widgets, making it easier to write ISP GUI client programs. Wrapping ISP client services inside a widget framework enables a programmer to treat an ISP server interface as though it were a GUI. Moreover, an alternate subclass could implement another communication protocol in the same sort of widget.
    Keywords: Man/System Technology and Life Support
    Type: MSC-23583 , NASA Tech Briefs, February 2006; 14
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 9
    Publication Date: 2019-07-12
    Description: A package of software has been developed to execute a raw binary image of the space shuttle flight software for simulation of the computational effects of operation of space shuttle avionics. This software can be run on inexpensive computer workstations. Heretofore, it was necessary to use real flight computers to perform such tests and simulations. The package includes a program that emulates the space shuttle orbiter general- purpose computer [consisting of a central processing unit (CPU), input/output processor (IOP), master sequence controller, and buscontrol elements]; an emulator of the orbiter display electronics unit and models of the associated cathode-ray tubes, keyboards, and switch controls; computational models of the data-bus network; computational models of the multiplexer-demultiplexer components; an emulation of the pulse-code modulation master unit; an emulation of the payload data interleaver; a model of the master timing unit; a model of the mass memory unit; and a software component that ensures compatibility of telemetry and command services between the simulated space shuttle avionics and a mission control center. The software package is portable to several host platforms.
    Keywords: Man/System Technology and Life Support
    Type: MSC-23289-1 , NASA Tech Briefs, September 2007; 21
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 10
    Publication Date: 2019-07-12
    Description: Payload Operations Support Team Tools is a software system that assists in (1) development and testing of software for payloads to be flown aboard the space shuttles and (2) training of payload customers, flight controllers, and flight crews in payload operations
    Keywords: Man/System Technology and Life Support
    Type: MSC-23419-1/20-1/1-1/2-1 , NASA Tech Briefs, September 2007; 20-21
    Format: application/pdf
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...