Sample records for command line program

  1. chemalot and chemalot_knime: Command line programs as workflow tools for drug discovery.

    PubMed

    Lee, Man-Ling; Aliagas, Ignacio; Feng, Jianwen A; Gabriel, Thomas; O'Donnell, T J; Sellers, Benjamin D; Wiswedel, Bernd; Gobbi, Alberto

    2017-06-12

    Analyzing files containing chemical information is at the core of cheminformatics. Each analysis may require a unique workflow. This paper describes the chemalot and chemalot_knime open source packages. Chemalot is a set of command line programs with a wide range of functionalities for cheminformatics. The chemalot_knime package allows command line programs that read and write SD files from stdin and to stdout to be wrapped into KNIME nodes. The combination of chemalot and chemalot_knime not only facilitates the compilation and maintenance of sequences of command line programs but also allows KNIME workflows to take advantage of the compute power of a LINUX cluster. Use of the command line programs is demonstrated in three different workflow examples: (1) A workflow to create a data file with project-relevant data for structure-activity or property analysis and other type of investigations, (2) The creation of a quantitative structure-property-relationship model using the command line programs via KNIME nodes, and (3) The analysis of strain energy in small molecule ligand conformations from the Protein Data Bank database. The chemalot and chemalot_knime packages provide lightweight and powerful tools for many tasks in cheminformatics. They are easily integrated with other open source and commercial command line tools and can be combined to build new and even more powerful tools. The chemalot_knime package facilitates the generation and maintenance of user-defined command line workflows, taking advantage of the graphical design capabilities in KNIME. Graphical abstract Example KNIME workflow with chemalot nodes and the corresponding command line pipe.

  2. Gnuastro: GNU Astronomy Utilities

    NASA Astrophysics Data System (ADS)

    Akhlaghi, Mohammad

    2018-01-01

    Gnuastro (GNU Astronomy Utilities) manipulates and analyzes astronomical data. It is an official GNU package of a large collection of programs and C/C++ library functions. Command-line programs perform arithmetic operations on images, convert FITS images to common types like JPG or PDF, convolve an image with a given kernel or matching of kernels, perform cosmological calculations, crop parts of large images (possibly in multiple files), manipulate FITS extensions and keywords, and perform statistical operations. In addition, it contains programs to make catalogs from detection maps, add noise, make mock profiles with a variety of radial functions using monte-carlo integration for their centers, match catalogs, and detect objects in an image among many other operations. The command-line programs share the same basic command-line user interface for the comfort of both the users and developers. Gnuastro is written to comply fully with the GNU coding standards and integrates well with all Unix-like operating systems. This enables astronomers to expect a fully familiar experience in the source code, building, installing and command-line user interaction that they have seen in all the other GNU software that they use. Gnuastro's extensive library is included for users who want to build their own unique programs.

  3. Improve Problem Solving Skills through Adapting Programming Tools

    NASA Technical Reports Server (NTRS)

    Shaykhian, Linda H.; Shaykhian, Gholam Ali

    2007-01-01

    There are numerous ways for engineers and students to become better problem-solvers. The use of command line and visual programming tools can help to model a problem and formulate a solution through visualization. The analysis of problem attributes and constraints provide insight into the scope and complexity of the problem. The visualization aspect of the problem-solving approach tends to make students and engineers more systematic in their thought process and help them catch errors before proceeding too far in the wrong direction. The problem-solver identifies and defines important terms, variables, rules, and procedures required for solving a problem. Every step required to construct the problem solution can be defined in program commands that produce intermediate output. This paper advocates improved problem solving skills through using a programming tool. MatLab created by MathWorks, is an interactive numerical computing environment and programming language. It is a matrix-based system that easily lends itself to matrix manipulation, and plotting of functions and data. MatLab can be used as an interactive command line or a sequence of commands that can be saved in a file as a script or named functions. Prior programming experience is not required to use MatLab commands. The GNU Octave, part of the GNU project, a free computer program for performing numerical computations, is comparable to MatLab. MatLab visual and command programming are presented here.

  4. BioPCD - A Language for GUI Development Requiring a Minimal Skill Set.

    PubMed

    Alvare, Graham Gm; Roche-Lima, Abiel; Fristensky, Brian

    2012-11-01

    BioPCD is a new language whose purpose is to simplify the creation of Graphical User Interfaces (GUIs) by biologists with minimal programming skills. The first step in developing BioPCD was to create a minimal superset of the language referred to as PCD (Pythonesque Command Description). PCD defines the core of terminals and high-level nonterminals required to describe data of almost any type. BioPCD adds to PCD the constructs necessary to describe GUI components and the syntax for executing system commands. BioPCD is implemented using JavaCC to convert the grammar into code. BioPCD is designed to be terse and readable and simple enough to be learned by copying and modifying existing BioPCD files. We demonstrate that BioPCD can easily be used to generate GUIs for existing command line programs. Although BioPCD was designed to make it easier to run bioinformatics programs, it could be used in any domain in which many useful command line programs exist that do not have GUI interfaces.

  5. Future Years Defense Program (FYDP) Structure

    DTIC Science & Technology

    2004-04-01

    JC - United States Central Command DoD 7045.7-H, April 2004 12 JCA - CJCS Controlled Activities JE - United States European Command JFC - United...Codes ARMY TITLECODE TITLECODE(H) = Historical (H) = Historical 1291 Line of Sight Anti-Tank (LOSAT) Battalion 1295 Armored Cavalry Squadrons (ACR) 1296...TRI-TAC) 0208010N Joint Tactical Communications Program (TRI-TAC) 0208011A CJCS Exercise Program 0208011F CJCS Exercise Program 0208011J CJCS Exercise

  6. BioPCD - A Language for GUI Development Requiring a Minimal Skill Set

    PubMed Central

    Alvare, Graham GM; Roche-Lima, Abiel; Fristensky, Brian

    2016-01-01

    BioPCD is a new language whose purpose is to simplify the creation of Graphical User Interfaces (GUIs) by biologists with minimal programming skills. The first step in developing BioPCD was to create a minimal superset of the language referred to as PCD (Pythonesque Command Description). PCD defines the core of terminals and high-level nonterminals required to describe data of almost any type. BioPCD adds to PCD the constructs necessary to describe GUI components and the syntax for executing system commands. BioPCD is implemented using JavaCC to convert the grammar into code. BioPCD is designed to be terse and readable and simple enough to be learned by copying and modifying existing BioPCD files. We demonstrate that BioPCD can easily be used to generate GUIs for existing command line programs. Although BioPCD was designed to make it easier to run bioinformatics programs, it could be used in any domain in which many useful command line programs exist that do not have GUI interfaces. PMID:27818582

  7. Generic command interpreter for robot controllers

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Werner, J.

    1991-04-09

    Generic command interpreter programs have been written for robot controllers at Sandia National Laboratories (SNL). Each interpreter program resides on a robot controller and interfaces the controller with a supervisory program on another (host) computer. We call these interpreter programs monitors because they wait, monitoring a communication line, for commands from the supervisory program. These monitors are designed to interface with the object-oriented software structure of the supervisory programs. The functions of the monitor programs are written in each robot controller's native language but reflect the object-oriented functions of the supervisory programs. These functions and other specifics of the monitormore » programs written for three different robots at SNL will be discussed. 4 refs., 4 figs.« less

  8. A voice-actuated wind tunnel model leak checking system

    NASA Technical Reports Server (NTRS)

    Larson, William E.

    1989-01-01

    A computer program has been developed that improves the efficiency of wind tunnel model leak checking. The program uses a voice recognition unit to relay a technician's commands to the computer. The computer, after receiving a command, can respond to the technician via a voice response unit. Information about the model pressure orifice being checked is displayed on a gas-plasma terminal. On command, the program records up to 30 seconds of pressure data. After the recording is complete, the raw data and a straight line fit of the data are plotted on the terminal. This allows the technician to make a decision on the integrity of the orifice being checked. All results of the leak check program are stored in a database file that can be listed on the line printer for record keeping purposes or displayed on the terminal to help the technician find unchecked orifices. This program allows one technician to check a model for leaks instead of the two or three previously required.

  9. User guide to a command and control system; a part of a prelaunch wind monitoring program

    NASA Technical Reports Server (NTRS)

    Cowgill, G. R.

    1976-01-01

    A set of programs called Command and Control System (CCS), intended as a user manual, is described for the operation of CCS by the personnel supporting the wind monitoring portion of the launch mission. Wind data obtained by tracking balloons is sent by electronic means using telephone lines to other locations. Steering commands are computed from a system called ADDJUST for the on-board computer and relays this data. Data are received and automatically stored in a microprocessor, then via a real time program transferred to the UNIVAC 1100/40 computer. At this point the data is available to be used by the Command and Control system.

  10. SIG: a general-purpose signal processing program

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lager, D.; Azevedo, S.

    1986-02-01

    SIG is a general-purpose signal processing, analysis, and display program. Its main purpose is to perform manipulations on time- and frequency-domain signals. It also accommodates other representations for data such as transfer function polynomials. Signal processing operations include digital filtering, auto/cross spectral density, transfer function/impulse response, convolution, Fourier transform, and inverse Fourier transform. Graphical operations provide display of signals and spectra, including plotting, cursor zoom, families of curves, and multiple viewport plots. SIG provides two user interfaces with a menu mode for occasional users and a command mode for more experienced users. Capability exits for multiple commands per line, commandmore » files with arguments, commenting lines, defining commands, automatic execution for each item in a repeat sequence, etc. SIG is presently available for VAX(VMS), VAX (BERKELEY 4.2 UNIX), SUN (BERKELEY 4.2 UNIX), DEC-20 (TOPS-20), LSI-11/23 (TSX), and DEC PRO 350 (TSX). 4 refs., 2 figs.« less

  11. Off-line programming motion and process commands for robotic welding of Space Shuttle main engines

    NASA Technical Reports Server (NTRS)

    Ruokangas, C. C.; Guthmiller, W. A.; Pierson, B. L.; Sliwinski, K. E.; Lee, J. M. F.

    1987-01-01

    The off-line-programming software and hardware being developed for robotic welding of the Space Shuttle main engine are described and illustrated with diagrams, drawings, graphs, and photographs. The menu-driven workstation-based interactive programming system is designed to permit generation of both motion and process commands for the robotic workcell by weld engineers (with only limited knowledge of programming or CAD systems) on the production floor. Consideration is given to the user interface, geometric-sources interfaces, overall menu structure, weld-parameter data base, and displays of run time and archived data. Ongoing efforts to address limitations related to automatic-downhand-configuration coordinated motion, a lack of source codes for the motion-control software, CAD data incompatibility, interfacing with the robotic workcell, and definition of the welding data base are discussed.

  12. ZED- A LINE EDITOR FOR THE DEC VAX

    NASA Technical Reports Server (NTRS)

    Scott, P. J.

    1994-01-01

    The ZED editor for the DEC VAX is a simple, yet powerful line editor for text, program source code, and non-binary data. Line editors can be superior to screen editors in some cases, such as executing complex multiple or conditional commands, or editing via slow modem lines. ZED excels in the area of text processing by using procedure files. For example, such procedures can reformat a file of addresses or remove all comment lines from a FORTRAN program. In addition to command files, ZED also features versatile search qualifiers, global changes, conditionals, on-line help, hexadecimal mode, space compression, looping, logical combinations of search strings, journaling, visible control characters, and automatic detabbing. The ZED editor was originally developed at Cambridge University in London and has been continuously enhanced since 1976. Users of the Cambridge implementation have devised such elaborate ZED procedures as chess games, calculators, and programs for evaluating Pi. This implementation of ZED strives to maintain the characteristics of the Cambridge editor. A complete ZED manual is included on the tape. ZED is written entirely in C for either batch or interactive execution on the DEC VAX under VMS 4.X and requires 80,896 bytes of memory. This program was released in 1988 and updated in 1989.

  13. Power User Interface

    NASA Technical Reports Server (NTRS)

    Pfister, Robin; McMahon, Joe

    2006-01-01

    Power User Interface 5.0 (PUI) is a system of middleware, written for expert users in the Earth-science community, PUI enables expedited ordering of data granules on the basis of specific granule-identifying information that the users already know or can assemble. PUI also enables expert users to perform quick searches for orderablegranule information for use in preparing orders. PUI 5.0 is available in two versions (note: PUI 6.0 has command-line mode only): a Web-based application program and a UNIX command-line- mode client program. Both versions include modules that perform data-granule-ordering functions in conjunction with external systems. The Web-based version works with Earth Observing System Clearing House (ECHO) metadata catalog and order-entry services and with an open-source order-service broker server component, called the Mercury Shopping Cart, that is provided separately by Oak Ridge National Laboratory through the Department of Energy. The command-line version works with the ECHO metadata and order-entry process service. Both versions of PUI ultimately use ECHO to process an order to be sent to a data provider. Ordered data are provided through means outside the PUI software system.

  14. Primer for the Transportable Applications Executive

    NASA Technical Reports Server (NTRS)

    Carlson, P. A.; Emmanuelli, C. A.; Harris, E. L.; Perkins, D. C.

    1984-01-01

    The Transportable Applications Executive (TAE), an interactive multipurpose executive that provides commonly required functions for scientific analysis systems, is discussed. The concept of an executive is discussed and the various components of TAE are presented. These include on-line help information, the use of menus or commands to access analysis programs, and TAE command procedures.

  15. TableSim--A program for analysis of small-sample categorical data.

    Treesearch

    David J. Rugg

    2003-01-01

    Documents a computer program for calculating correct P-values of 1-way and 2-way tables when sample sizes are small. The program is written in Fortran 90; the executable code runs in 32-bit Microsoft-- command line environments.

  16. The DISAM Journal of International Security Assistance Management. Volume 23, Number 1, Fall 2000

    DTIC Science & Technology

    2000-01-01

    Security Assistance Command Figure 1 The USASAC, including OPM-SANG, is staffed by 621 men and women , of whom 104 are military. These professionals are...by program managers. These program managers are like “front-line entreprenuers ” delivering products and services to their customers. They have been...NATO history was to be commanded by a Polish general in June 1988. The brigade of some 3000 men and women was composed of five national battalions

  17. NPLOT: an Interactive Plotting Program for NASTRAN Finite Element Models

    NASA Technical Reports Server (NTRS)

    Jones, G. K.; Mcentire, K. J.

    1985-01-01

    The NPLOT (NASTRAN Plot) is an interactive computer graphics program for plotting undeformed and deformed NASTRAN finite element models. Developed at NASA's Goddard Space Flight Center, the program provides flexible element selection and grid point, ASET and SPC degree of freedom labelling. It is easy to use and provides a combination menu and command driven user interface. NPLOT also provides very fast hidden line and haloed line algorithms. The hidden line algorithm in NPLOT proved to be both very accurate and several times faster than other existing hidden line algorithms. A fast spatial bucket sort and horizon edge computation are used to achieve this high level of performance. The hidden line and the haloed line algorithms are the primary features that make NPLOT different from other plotting programs.

  18. WinHPC System Programming | High-Performance Computing | NREL

    Science.gov Websites

    Programming WinHPC System Programming Learn how to build and run an MPI (message passing interface (mpi.h) and library (msmpi.lib) are. To build from the command line, run... Start > Intel Software Development Tools > Intel C++ Compiler Professional... > C++ Build Environment for applications running

  19. Arlequin suite ver 3.5: a new series of programs to perform population genetics analyses under Linux and Windows.

    PubMed

    Excoffier, Laurent; Lischer, Heidi E L

    2010-05-01

    We present here a new version of the Arlequin program available under three different forms: a Windows graphical version (Winarl35), a console version of Arlequin (arlecore), and a specific console version to compute summary statistics (arlsumstat). The command-line versions run under both Linux and Windows. The main innovations of the new version include enhanced outputs in XML format, the possibility to embed graphics displaying computation results directly into output files, and the implementation of a new method to detect loci under selection from genome scans. Command-line versions are designed to handle large series of files, and arlsumstat can be used to generate summary statistics from simulated data sets within an Approximate Bayesian Computation framework. © 2010 Blackwell Publishing Ltd.

  20. FastScript3D - A Companion to Java 3D

    NASA Technical Reports Server (NTRS)

    Koenig, Patti

    2005-01-01

    FastScript3D is a computer program, written in the Java 3D(TM) programming language, that establishes an alternative language that helps users who lack expertise in Java 3D to use Java 3D for constructing three-dimensional (3D)-appearing graphics. The FastScript3D language provides a set of simple, intuitive, one-line text-string commands for creating, controlling, and animating 3D models. The first word in a string is the name of a command; the rest of the string contains the data arguments for the command. The commands can also be used as an aid to learning Java 3D. Developers can extend the language by adding custom text-string commands. The commands can define new 3D objects or load representations of 3D objects from files in formats compatible with such other software systems as X3D. The text strings can be easily integrated into other languages. FastScript3D facilitates communication between scripting languages [which enable programming of hyper-text markup language (HTML) documents to interact with users] and Java 3D. The FastScript3D language can be extended and customized on both the scripting side and the Java 3D side.

  1. LABORATORY PROCESS CONTROLLER USING NATURAL LANGUAGE COMMANDS FROM A PERSONAL COMPUTER

    NASA Technical Reports Server (NTRS)

    Will, H.

    1994-01-01

    The complex environment of the typical research laboratory requires flexible process control. This program provides natural language process control from an IBM PC or compatible machine. Sometimes process control schedules require changes frequently, even several times per day. These changes may include adding, deleting, and rearranging steps in a process. This program sets up a process control system that can either run without an operator, or be run by workers with limited programming skills. The software system includes three programs. Two of the programs, written in FORTRAN77, record data and control research processes. The third program, written in Pascal, generates the FORTRAN subroutines used by the other two programs to identify the user commands with the user-written device drivers. The software system also includes an input data set which allows the user to define the user commands which are to be executed by the computer. To set the system up the operator writes device driver routines for all of the controlled devices. Once set up, this system requires only an input file containing natural language command lines which tell the system what to do and when to do it. The operator can make up custom commands for operating and taking data from external research equipment at any time of the day or night without the operator in attendance. This process control system requires a personal computer operating under MS-DOS with suitable hardware interfaces to all controlled devices. The program requires a FORTRAN77 compiler and user-written device drivers. This program was developed in 1989 and has a memory requirement of about 62 Kbytes.

  2. Digital Interface Board to Control Phase and Amplitude of Four Channels

    NASA Technical Reports Server (NTRS)

    Smith, Amy E.; Cook, Brian M.; Khan, Abdur R.; Lux, James P.

    2011-01-01

    An increasing number of parts are designed with digital control interfaces, including phase shifters and variable attenuators. When designing an antenna array in which each antenna has independent amplitude and phase control, the number of digital control lines that must be set simultaneously can grow very large. Use of a parallel interface would require separate line drivers, more parts, and thus additional failure points. A convenient form of control where single-phase shifters or attenuators could be set or the whole set could be programmed with an update rate of 100 Hz is needed to solve this problem. A digital interface board with a field-programmable gate array (FPGA) can simultaneously control an essentially arbitrary number of digital control lines with a serial command interface requiring only three wires. A small set of short, high-level commands provides a simple programming interface for an external controller. Parity bits are used to validate the control commands. Output timing is controlled within the FPGA to allow for rapid update rates of the phase shifters and attenuators. This technology has been used to set and monitor eight 5-bit control signals via a serial UART (universal asynchronous receiver/transmitter) interface. The digital interface board controls the phase and amplitude of the signals for each element in the array. A host computer running Agilent VEE sends commands via serial UART connection to a Xilinx VirtexII FPGA. The commands are decoded, and either outputs are set or telemetry data is sent back to the host computer describing the status and the current phase and amplitude settings. This technology is an integral part of a closed-loop system in which the angle of arrival of an X-band uplink signal is detected and the appropriate phase shifts are applied to the Ka-band downlink signal to electronically steer the array back in the direction of the uplink signal. It will also be used in the non-beam-steering case to compensate for phase shift variations through power amplifiers. The digital interface board can be used to set four 5-bit phase shifters and four 5-bit attenuators and monitor their current settings. Additionally, it is useful outside of the closed-loop system for beamsteering alone. When the VEE program is started, it prompts the user to initialize variables (to zero) or skip initialization. After that, the program enters into a continuous loop waiting for the telemetry period to elapse or a button to be pushed. A telemetry request is sent when the telemetry period is elapsed (every five seconds). Pushing one of the set or reset buttons will send the appropriate command. When a command is sent, the interface status is returned, and the user will be notified by a pop-up window if any error has occurred. The program runs until the End Program button is depressed.

  3. Interactive debug program for evaluation and modification of assembly-language software

    NASA Technical Reports Server (NTRS)

    Arpasi, D. J.

    1979-01-01

    An assembly-language debug program written for the Honeywell HDC-601 and DDP-516/316 computers is described. Names and relative addressing to improve operator-machine interaction are used. Features include versatile display, on-line assembly, and improved program execution and analysis. The program is discussed from both a programmer's and an operator's standpoint. Functional diagrams are included to describe the program, and each command is illustrated.

  4. Lambert W function for applications in physics

    NASA Astrophysics Data System (ADS)

    Veberič, Darko

    2012-12-01

    The Lambert W(x) function and its possible applications in physics are presented. The actual numerical implementation in C++ consists of Halley's and Fritsch's iterations with initial approximations based on branch-point expansion, asymptotic series, rational fits, and continued-logarithm recursion. Program summaryProgram title: LambertW Catalogue identifier: AENC_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AENC_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: GNU General Public License version 3 No. of lines in distributed program, including test data, etc.: 1335 No. of bytes in distributed program, including test data, etc.: 25 283 Distribution format: tar.gz Programming language: C++ (with suitable wrappers it can be called from C, Fortran etc.), the supplied command-line utility is suitable for other scripting languages like sh, csh, awk, perl etc. Computer: All systems with a C++ compiler. Operating system: All Unix flavors, Windows. It might work with others. RAM: Small memory footprint, less than 1 MB Classification: 1.1, 4.7, 11.3, 11.9. Nature of problem: Find fast and accurate numerical implementation for the Lambert W function. Solution method: Halley's and Fritsch's iterations with initial approximations based on branch-point expansion, asymptotic series, rational fits, and continued logarithm recursion. Additional comments: Distribution file contains the command-line utility lambert-w. Doxygen comments, included in the source files. Makefile. Running time: The tests provided take only a few seconds to run.

  5. The Perceived Effects on Weapon Systems Acquisition in Air Force Systems Command While Operating under a Continuing Resolution Authority

    DTIC Science & Technology

    1984-09-01

    reviews program and financial reports. In addition, the GAO, the Defense Contract Audit Agency, and the Air Force Audit Agency regularly audit... account , for which a~gxpriations, funds, cc other authority were not available durinq the fiscal year 1983 [101.’ *P-1 line item: a prcrmtbudget line...intelligence, program mNauzent, contracting, and accounting and finance (which is also a staff position in the controller’s organization). The

  6. FreeSASA: An open source C library for solvent accessible surface area calculations.

    PubMed

    Mitternacht, Simon

    2016-01-01

    Calculating solvent accessible surface areas (SASA) is a run-of-the-mill calculation in structural biology. Although there are many programs available for this calculation, there are no free-standing, open-source tools designed for easy tool-chain integration. FreeSASA is an open source C library for SASA calculations that provides both command-line and Python interfaces in addition to its C API. The library implements both Lee and Richards' and Shrake and Rupley's approximations, and is highly configurable to allow the user to control molecular parameters, accuracy and output granularity. It only depends on standard C libraries and should therefore be easy to compile and install on any platform. The library is well-documented, stable and efficient. The command-line interface can easily replace closed source legacy programs, with comparable or better accuracy and speed, and with some added functionality.

  7. pick_xwell, a program for interactive picking of crosswell seismic and radar data

    USGS Publications Warehouse

    Ellefsen, K.J.

    1999-01-01

    travel times can be plotted on the computer screen or printed to a file in postscript format. The program is written in the IDL programming language, and it is executed, in command-line mode, within the IDL program. The IDL program must be run from an X-window terminal that is connected to a computer with the Unix operating system. The data must be in the SU format.

  8. Software for Improved Extraction of Data From Tape Storage

    NASA Technical Reports Server (NTRS)

    Cheng, Chiu-Fu

    2003-01-01

    A computer program has been written to replace the original software of Racal Storeplex Delta tape recorders, which are used at Stennis Space Center. The original software could be activated by a command- line interface only; the present software offers the option of a command-line or graphical user interface. The present software also offers the option of batch-file operation (activation by a file that contains command lines for operations performed consecutively). The present software is also more reliable than was the original software: The original software was plagued by several deficiencies that made it difficult to execute, modify, and test. In addition, when using the original software to extract data that had been recorded within specified intervals of time, the resolution with which one could control starting and stopping times was no finer than about a second (or, in some cases, several seconds). In contrast, the present software is capable of controlling playback times to within 1/100 second of times specified by the user, assuming that the tape-recorder clock is accurate to within 1/100 second.

  9. Software for Improved Extraction of Data From Tape Storage

    NASA Technical Reports Server (NTRS)

    Cheng, Chiu-Fu

    2002-01-01

    A computer program has been written to replace the original software of Racal Storeplex Delta tape recorders, which are still used at Stennis Space Center but have been discontinued by the manufacturer. Whereas the original software could be activated by a command-line interface only, the present software offers the option of a command-line or graphical user interface. The present software also offers the option of batch-file operation (activation by a file that contains command lines for operations performed consecutively). The present software is also more reliable than was the original software: The original software was plagued by several deficiencies that made it difficult to execute, modify, and test. In addition, when using the original software to extract data that had been recorded within specified intervals of time, the resolution with which one could control starting and stopping times was no finer than about a second (or, in some cases, several seconds). In contrast, the present software is capable of controlling playback times to within 1/100 second of times specified by the user, assuming that the tape-recorder clock is accurate to within 1/100 second.

  10. Parsley: a Command-Line Parser for Astronomical Applications

    NASA Astrophysics Data System (ADS)

    Deich, William

    Parsley is a sophisticated keyword + value parser, packaged as a library of routines that offers an easy method for providing command-line arguments to programs. It makes it easy for the user to enter values, and it makes it easy for the programmer to collect and validate the user's entries. Parsley is tuned for astronomical applications: for example, dates entered in Julian, Modified Julian, calendar, or several other formats are all recognized without special effort by the user or by the programmer; angles can be entered using decimal degrees or dd:mm:ss; time-like intervals as decimal hours, hh:mm:ss, or a variety of other units. Vectors of data are accepted as readily as scalars.

  11. System and Method for Providing a Climate Data Analytic Services Application Programming Interface Distribution Package

    NASA Technical Reports Server (NTRS)

    Tamkin, Glenn S. (Inventor); Duffy, Daniel Q. (Inventor); Schnase, John L. (Inventor)

    2016-01-01

    A system, method and computer-readable storage devices for providing a climate data analytic services application programming interface distribution package. The example system can provide various components. The system provides a climate data analytic services application programming interface library that enables software applications running on a client device to invoke the capabilities of a climate data analytic service. The system provides a command-line interface that provides a means of interacting with a climate data analytic service by issuing commands directly to the system's server interface. The system provides sample programs that call on the capabilities of the application programming interface library and can be used as templates for the construction of new client applications. The system can also provide test utilities, build utilities, service integration utilities, and documentation.

  12. MIA - A free and open source software for gray scale medical image analysis

    PubMed Central

    2013-01-01

    Background Gray scale images make the bulk of data in bio-medical image analysis, and hence, the main focus of many image processing tasks lies in the processing of these monochrome images. With ever improving acquisition devices, spatial and temporal image resolution increases, and data sets become very large. Various image processing frameworks exists that make the development of new algorithms easy by using high level programming languages or visual programming. These frameworks are also accessable to researchers that have no background or little in software development because they take care of otherwise complex tasks. Specifically, the management of working memory is taken care of automatically, usually at the price of requiring more it. As a result, processing large data sets with these tools becomes increasingly difficult on work station class computers. One alternative to using these high level processing tools is the development of new algorithms in a languages like C++, that gives the developer full control over how memory is handled, but the resulting workflow for the prototyping of new algorithms is rather time intensive, and also not appropriate for a researcher with little or no knowledge in software development. Another alternative is in using command line tools that run image processing tasks, use the hard disk to store intermediate results, and provide automation by using shell scripts. Although not as convenient as, e.g. visual programming, this approach is still accessable to researchers without a background in computer science. However, only few tools exist that provide this kind of processing interface, they are usually quite task specific, and don’t provide an clear approach when one wants to shape a new command line tool from a prototype shell script. Results The proposed framework, MIA, provides a combination of command line tools, plug-ins, and libraries that make it possible to run image processing tasks interactively in a command shell and to prototype by using the according shell scripting language. Since the hard disk becomes the temporal storage memory management is usually a non-issue in the prototyping phase. By using string-based descriptions for filters, optimizers, and the likes, the transition from shell scripts to full fledged programs implemented in C++ is also made easy. In addition, its design based on atomic plug-ins and single tasks command line tools makes it easy to extend MIA, usually without the requirement to touch or recompile existing code. Conclusion In this article, we describe the general design of MIA, a general purpouse framework for gray scale image processing. We demonstrated the applicability of the software with example applications from three different research scenarios, namely motion compensation in myocardial perfusion imaging, the processing of high resolution image data that arises in virtual anthropology, and retrospective analysis of treatment outcome in orthognathic surgery. With MIA prototyping algorithms by using shell scripts that combine small, single-task command line tools is a viable alternative to the use of high level languages, an approach that is especially useful when large data sets need to be processed. PMID:24119305

  13. MIA - A free and open source software for gray scale medical image analysis.

    PubMed

    Wollny, Gert; Kellman, Peter; Ledesma-Carbayo, María-Jesus; Skinner, Matthew M; Hublin, Jean-Jaques; Hierl, Thomas

    2013-10-11

    Gray scale images make the bulk of data in bio-medical image analysis, and hence, the main focus of many image processing tasks lies in the processing of these monochrome images. With ever improving acquisition devices, spatial and temporal image resolution increases, and data sets become very large.Various image processing frameworks exists that make the development of new algorithms easy by using high level programming languages or visual programming. These frameworks are also accessable to researchers that have no background or little in software development because they take care of otherwise complex tasks. Specifically, the management of working memory is taken care of automatically, usually at the price of requiring more it. As a result, processing large data sets with these tools becomes increasingly difficult on work station class computers.One alternative to using these high level processing tools is the development of new algorithms in a languages like C++, that gives the developer full control over how memory is handled, but the resulting workflow for the prototyping of new algorithms is rather time intensive, and also not appropriate for a researcher with little or no knowledge in software development.Another alternative is in using command line tools that run image processing tasks, use the hard disk to store intermediate results, and provide automation by using shell scripts. Although not as convenient as, e.g. visual programming, this approach is still accessable to researchers without a background in computer science. However, only few tools exist that provide this kind of processing interface, they are usually quite task specific, and don't provide an clear approach when one wants to shape a new command line tool from a prototype shell script. The proposed framework, MIA, provides a combination of command line tools, plug-ins, and libraries that make it possible to run image processing tasks interactively in a command shell and to prototype by using the according shell scripting language. Since the hard disk becomes the temporal storage memory management is usually a non-issue in the prototyping phase. By using string-based descriptions for filters, optimizers, and the likes, the transition from shell scripts to full fledged programs implemented in C++ is also made easy. In addition, its design based on atomic plug-ins and single tasks command line tools makes it easy to extend MIA, usually without the requirement to touch or recompile existing code. In this article, we describe the general design of MIA, a general purpouse framework for gray scale image processing. We demonstrated the applicability of the software with example applications from three different research scenarios, namely motion compensation in myocardial perfusion imaging, the processing of high resolution image data that arises in virtual anthropology, and retrospective analysis of treatment outcome in orthognathic surgery. With MIA prototyping algorithms by using shell scripts that combine small, single-task command line tools is a viable alternative to the use of high level languages, an approach that is especially useful when large data sets need to be processed.

  14. Stan: A Probabilistic Programming Language for Bayesian Inference and Optimization

    ERIC Educational Resources Information Center

    Gelman, Andrew; Lee, Daniel; Guo, Jiqiang

    2015-01-01

    Stan is a free and open-source C++ program that performs Bayesian inference or optimization for arbitrary user-specified models and can be called from the command line, R, Python, Matlab, or Julia and has great promise for fitting large and complex statistical models in many areas of application. We discuss Stan from users' and developers'…

  15. 14 CFR 135.299 - Pilot in command: Line checks: Routes and airports.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 14 Aeronautics and Space 3 2014-01-01 2014-01-01 false Pilot in command: Line checks: Routes and... Crewmember Testing Requirements § 135.299 Pilot in command: Line checks: Routes and airports. (a) No certificate holder may use a pilot, nor may any person serve, as a pilot in command of a flight unless, since...

  16. 14 CFR 135.299 - Pilot in command: Line checks: Routes and airports.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 14 Aeronautics and Space 3 2012-01-01 2012-01-01 false Pilot in command: Line checks: Routes and... Crewmember Testing Requirements § 135.299 Pilot in command: Line checks: Routes and airports. (a) No certificate holder may use a pilot, nor may any person serve, as a pilot in command of a flight unless, since...

  17. 14 CFR 135.299 - Pilot in command: Line checks: Routes and airports.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 14 Aeronautics and Space 3 2010-01-01 2010-01-01 false Pilot in command: Line checks: Routes and... Crewmember Testing Requirements § 135.299 Pilot in command: Line checks: Routes and airports. (a) No certificate holder may use a pilot, nor may any person serve, as a pilot in command of a flight unless, since...

  18. 14 CFR 135.299 - Pilot in command: Line checks: Routes and airports.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 14 Aeronautics and Space 3 2013-01-01 2013-01-01 false Pilot in command: Line checks: Routes and... Crewmember Testing Requirements § 135.299 Pilot in command: Line checks: Routes and airports. (a) No certificate holder may use a pilot, nor may any person serve, as a pilot in command of a flight unless, since...

  19. 14 CFR 135.299 - Pilot in command: Line checks: Routes and airports.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 14 Aeronautics and Space 3 2011-01-01 2011-01-01 false Pilot in command: Line checks: Routes and... Crewmember Testing Requirements § 135.299 Pilot in command: Line checks: Routes and airports. (a) No certificate holder may use a pilot, nor may any person serve, as a pilot in command of a flight unless, since...

  20. The Canonical Robot Command Language (CRCL).

    PubMed

    Proctor, Frederick M; Balakirsky, Stephen B; Kootbally, Zeid; Kramer, Thomas R; Schlenoff, Craig I; Shackleford, William P

    2016-01-01

    Industrial robots can perform motion with sub-millimeter repeatability when programmed using the teach-and-playback method. While effective, this method requires significant up-front time, tying up the robot and a person during the teaching phase. Off-line programming can be used to generate robot programs, but the accuracy of this method is poor unless supplemented with good calibration to remove systematic errors, feed-forward models to anticipate robot response to loads, and sensing to compensate for unmodeled errors. These increase the complexity and up-front cost of the system, but the payback in the reduction of recurring teach programming time can be worth the effort. This payback especially benefits small-batch, short-turnaround applications typical of small-to-medium enterprises, who need the agility afforded by off-line application development to be competitive against low-cost manual labor. To fully benefit from this agile application tasking model, a common representation of tasks should be used that is understood by all of the resources required for the job: robots, tooling, sensors, and people. This paper describes an information model, the Canonical Robot Command Language (CRCL), which provides a high-level description of robot tasks and associated control and status information.

  1. The Canonical Robot Command Language (CRCL)

    PubMed Central

    Proctor, Frederick M.; Balakirsky, Stephen B.; Kootbally, Zeid; Kramer, Thomas R.; Schlenoff, Craig I.; Shackleford, William P.

    2017-01-01

    Industrial robots can perform motion with sub-millimeter repeatability when programmed using the teach-and-playback method. While effective, this method requires significant up-front time, tying up the robot and a person during the teaching phase. Off-line programming can be used to generate robot programs, but the accuracy of this method is poor unless supplemented with good calibration to remove systematic errors, feed-forward models to anticipate robot response to loads, and sensing to compensate for unmodeled errors. These increase the complexity and up-front cost of the system, but the payback in the reduction of recurring teach programming time can be worth the effort. This payback especially benefits small-batch, short-turnaround applications typical of small-to-medium enterprises, who need the agility afforded by off-line application development to be competitive against low-cost manual labor. To fully benefit from this agile application tasking model, a common representation of tasks should be used that is understood by all of the resources required for the job: robots, tooling, sensors, and people. This paper describes an information model, the Canonical Robot Command Language (CRCL), which provides a high-level description of robot tasks and associated control and status information. PMID:28529393

  2. csa2sac—A program for computing discharge from continuous slope-area stage data

    USGS Publications Warehouse

    Wiele, Stephen M.

    2015-12-17

    In addition to csa2sac, the SAC7 program is required. It is the same as the original SAC program, except that it is compiled for 64-bit Windows operating systems and has a slightly different command line input. It is available online (http://water.usgs.gov/software/SAC/) as part of the SACGUI installation program. The program name, “SAC7.exe,” is coded into csa2sac, and must not be changed.

  3. The Stratway Program for Strategic Conflict Resolution: User's Guide

    NASA Technical Reports Server (NTRS)

    Hagen, George E.; Butler, Ricky W.; Maddalon, Jeffrey M.

    2016-01-01

    Stratway is a strategic conflict detection and resolution program. It provides both intent-based conflict detection and conflict resolution for a single ownship in the presence of multiple traffic aircraft and weather cells defined by moving polygons. It relies on a set of heuristic search strategies to solve conflicts. These strategies are user configurable through multiple parameters. The program can be called from other programs through an application program interface (API) and can also be executed from a command line.

  4. Reporting Differences Between Spacecraft Sequence Files

    NASA Technical Reports Server (NTRS)

    Khanampompan, Teerapat; Gladden, Roy E.; Fisher, Forest W.

    2010-01-01

    A suite of computer programs, called seq diff suite, reports differences between the products of other computer programs involved in the generation of sequences of commands for spacecraft. These products consist of files of several types: replacement sequence of events (RSOE), DSN keyword file [DKF (wherein DSN signifies Deep Space Network)], spacecraft activities sequence file (SASF), spacecraft sequence file (SSF), and station allocation file (SAF). These products can include line numbers, request identifications, and other pieces of information that are not relevant when generating command sequence products, though these fields can result in the appearance of many changes to the files, particularly when using the UNIX diff command to inspect file differences. The outputs of prior software tools for reporting differences between such products include differences in these non-relevant pieces of information. In contrast, seq diff suite removes the fields containing the irrelevant pieces of information before processing to extract differences, so that only relevant differences are reported. Thus, seq diff suite is especially useful for reporting changes between successive versions of the various products and in particular flagging difference in fields relevant to the sequence command generation and review process.

  5. Periodic, On-Demand, and User-Specified Information Reconciliation

    NASA Technical Reports Server (NTRS)

    Kolano, Paul

    2007-01-01

    Automated sequence generation (autogen) signifies both a process and software used to automatically generate sequences of commands to operate various spacecraft. Autogen requires fewer workers than are needed for older manual sequence-generation processes and reduces sequence-generation times from weeks to minutes. The autogen software comprises the autogen script plus the Activity Plan Generator (APGEN) program. APGEN can be used for planning missions and command sequences. APGEN includes a graphical user interface that facilitates scheduling of activities on a time line and affords a capability to automatically expand, decompose, and schedule activities.

  6. UniPOPS: Unified data reduction suite

    NASA Astrophysics Data System (ADS)

    Maddalena, Ronald J.; Garwood, Robert W.; Salter, Christopher J.; Stobie, Elizabeth B.; Cram, Thomas R.; Morgan, Lorrie; Vance, Bob; Hudson, Jerome

    2015-03-01

    UniPOPS, a suite of programs and utilities developed at the National Radio Astronomy Observatory (NRAO), reduced data from the observatory's single-dish telescopes: the Tucson 12-m, the Green Bank 140-ft, and archived data from the Green Bank 300-ft. The primary reduction programs, 'line' (for spectral-line reduction) and 'condar' (for continuum reduction), used the People-Oriented Parsing Service (POPS) as the command line interpreter. UniPOPS unified previous analysis packages and provided new capabilities; development of UniPOPS continued within the NRAO until 2004 when the 12-m was turned over to the Arizona Radio Observatory (ARO). The submitted code is version 3.5 from 2004, the last supported by the NRAO.

  7. NPLOT - NASTRAN PLOT

    NASA Technical Reports Server (NTRS)

    Mcentire, K.

    1994-01-01

    NPLOT is an interactive computer graphics program for plotting undeformed and deformed NASTRAN finite element models (FEMs). Although there are many commercial codes already available for plotting FEMs, these have limited use due to their cost, speed, and lack of features to view BAR elements. NPLOT was specifically developed to overcome these limitations. On a vector type graphics device the two best ways to show depth are by hidden line plotting or haloed line plotting. A hidden line algorithm generates views of models with all hidden lines removed, and a haloed line algorithm displays views with aft lines broken in order to show depth while keeping the entire model visible. A haloed line algorithm is especially useful for plotting models composed of many line elements and few surface elements. The most important feature of NPLOT is its ability to create both hidden line and haloed line views accurately and much more quickly than with any other existing hidden or haloed line algorithms. NPLOT is also capable of plotting a normal wire frame view to display all lines of a model. NPLOT is able to aid in viewing all elements, but it has special features not generally available for plotting BAR elements. These features include plotting of TRUE LENGTH and NORMALIZED offset vectors and orientation vectors. Standard display operations such as rotation and perspective are possible, but different view planes such as X-Y, Y-Z, and X-Z may also be selected. Another display option is the Z-axis cut which allows a portion of the fore part of the model to be cut away to reveal details of the inside of the model. A zoom function is available to terminals with a locator (graphics cursor, joystick, etc.). The user interface of NPLOT is designed to make the program quick and easy to use. A combination of menus and commands with help menus for detailed information about each command allows experienced users greater speed and efficiency. Once a plot is on the screen the interface becomes command driven, enabling the user to manipulate the display or execute a command without having to return to the menu. NPLOT is also able to plot deformed shapes allowing it to perform post-processing. The program can read displacements, either static displacements or eigenvectors, from a MSC/NASTRAN F06 file or a UAI/NASTRAN PRT file. The displacements are written into a unformatted scratch file where they are available for rapid access when the user wishes to display a deformed shape. All subcases or mode shapes can be read in at once. Then it is easy to enable the deformed shape, to change subcases or mode shapes and to change the scale factor for subsequent plots. NPLOT is written in VAX FORTRAN for DEC VAX series computers running VMS. As distributed, the NPLOT source code makes calls to the DI3000 graphics package from Precision Visuals; however, a set of interface routines is provided to translate the DI3000 calls into Tektronix PLOT10/TCS graphics library calls so that NPLOT can use the standard Tektronix 4010 which many PC terminal emulation software programs support. NPLOT is available in VAX BACKUP format on a 9-track 1600 BPI DEC VAX BACKUP format magnetic tape (standard media) or a TK50 tape cartridge. This program was developed in 1991. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. Tektronix, PLOT10, and TCS are trademarks of Tektronix, Inc. DI3000 is a registered trademark of Precision Visuals, Inc. NASTRAN is a registered trademark of the National Aeronautics and Space Administration. MSC/ is a trademark of MacNeal-Schwendler Corporation. UAI is a trademark of Universal Analytics, Inc.

  8. Command and Control Software Development

    NASA Technical Reports Server (NTRS)

    Wallace, Michael

    2018-01-01

    The future of the National Aeronautics and Space Administration (NASA) depends on its innovation and efficiency in the coming years. With ambitious goals to reach Mars and explore the vast universe, correct steps must be taken to ensure our space program reaches its destination safely. The interns in the Exploration Systems and Operations Division at the Kennedy Space Center (KSC) have been tasked with building command line tools to ease the process of managing and testing the data being produced by the ground control systems while its recording system is not in use. While working alongside full-time engineers, we were able to create multiple programs that reduce the cost and time it takes to test the subsystems that launch rockets to outer space.

  9. Software to model AXAF image quality

    NASA Technical Reports Server (NTRS)

    Ahmad, Anees

    1993-01-01

    This draft final report describes the work performed under this delivery order from May 1992 through June 1993. The purpose of this contract was to enhance and develop an integrated optical performance modeling software for complex x-ray optical systems such as AXAF. The GRAZTRACE program developed by the MSFC Optical Systems Branch for modeling VETA-I was used as the starting baseline program. The original program was a large single file program and, therefore, could not be modified very efficiently. The original source code has been reorganized, and a 'Make Utility' has been written to update the original program. The new version of the source code consists of 36 small source files to make it easier for the code developer to manage and modify the program. A user library has also been built and a 'Makelib' utility has been furnished to update the library. With the user library, the users can easily access the GRAZTRACE source files and build a custom library. A user manual for the new version of GRAZTRACE has been compiled. The plotting capability for the 3-D point spread functions and contour plots has been provided in the GRAZTRACE using the graphics package DISPLAY. The Graphics emulator over the network has been set up for programming the graphics routine. The point spread function and the contour plot routines have also been modified to display the plot centroid, and to allow the user to specify the plot range, and the viewing angle options. A Command Mode version of GRAZTRACE has also been developed. More than 60 commands have been implemented in a Code-V like format. The functions covered in this version include data manipulation, performance evaluation, and inquiry and setting of internal parameters. The user manual for these commands has been formatted as in Code-V, showing the command syntax, synopsis, and options. An interactive on-line help system for the command mode has also been accomplished to allow the user to find valid commands, command syntax, and command function. A translation program has been written to convert FEA output from structural analysis to GRAZTRACE surface deformation file (.dfm file). The program can accept standard output files and list files from COSMOS/M and NASTRAN finite analysis programs. Some interactive options are also provided, such as Cartesian or cylindrical coordinate transformation, coordinate shift and scale, and axial length change. A computerized database for technical documents relating to the AXAF project has been established. Over 5000 technical documents have been entered into the master database. A user can now rapidly retrieve the desired documents relating to the AXAF project. The summary of the work performed under this contract is shown.

  10. SIG. Signal Processing, Analysis, & Display

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hernandez, J.; Lager, D.; Azevedo, S.

    1992-01-22

    SIG is a general-purpose signal processing, analysis, and display program. Its main purpose is to perform manipulations on time and frequency-domain signals. However, it has been designed to ultimately accommodate other representations for data such as multiplexed signals and complex matrices. Two user interfaces are provided in SIG; a menu mode for the unfamiliar user and a command mode for more experienced users. In both modes errors are detected as early as possible and are indicated by friendly, meaningful messages. An on-line HELP package is also included. A variety of operations can be performed on time and frequency-domain signals includingmore » operations on the samples of a signal, operations on the entire signal, and operations on two or more signals. Signal processing operations that can be performed are digital filtering (median, Bessel, Butterworth, and Chebychev), ensemble average, resample, auto and cross spectral density, transfer function and impulse response, trend removal, convolution, Fourier transform and inverse window functions (Hamming, Kaiser-Bessel), simulation (ramp, sine, pulsetrain, random), and read/write signals. User definable signal processing algorithms are also featured. SIG has many options including multiple commands per line, command files with arguments, commenting lines, defining commands, and automatic execution for each item in a `repeat` sequence. Graphical operations on signals and spectra include: x-y plots of time signals; real, imaginary, magnitude, and phase plots of spectra; scaling of spectra for continuous or discrete domain; cursor zoom; families of curves; and multiple viewports.« less

  11. SIG. Signal Processing, Analysis, & Display

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hernandez, J.; Lager, D.; Azevedo, S.

    1992-01-22

    SIG is a general-purpose signal processing, analysis, and display program. Its main purpose is to perform manipulations on time-and frequency-domain signals. However, it has been designed to ultimately accommodate other representations for data such as multiplexed signals and complex matrices. Two user interfaces are provided in SIG - a menu mode for the unfamiliar user and a command mode for more experienced users. In both modes errors are detected as early as possible and are indicated by friendly, meaningful messages. An on-line HELP package is also included. A variety of operations can be performed on time and frequency-domain signals includingmore » operations on the samples of a signal, operations on the entire signal, and operations on two or more signals. Signal processing operations that can be performed are digital filtering (median, Bessel, Butterworth, and Chebychev), ensemble average, resample, auto and cross spectral density, transfer function and impulse response, trend removal, convolution, Fourier transform and inverse window functions (Hamming, Kaiser-Bessel), simulation (ramp, sine, pulsetrain, random), and read/write signals. User definable signal processing algorithms are also featured. SIG has many options including multiple commands per line, command files with arguments, commenting lines, defining commands, and automatic execution for each item in a repeat sequence. Graphical operations on signals and spectra include: x-y plots of time signals; real, imaginary, magnitude, and phase plots of spectra; scaling of spectra for continuous or discrete domain; cursor zoom; families of curves; and multiple viewports.« less

  12. Signal Processing, Analysis, & Display

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lager, Darrell; Azevado, Stephen

    1986-06-01

    SIG is a general-purpose signal processing, analysis, and display program. Its main purpose is to perform manipulations on time- and frequency-domain signals. However, it has been designed to ultimately accommodate other representations for data such as multiplexed signals and complex matrices. Two user interfaces are provided in SIG - a menu mode for the unfamiliar user and a command mode for more experienced users. In both modes errors are detected as early as possible and are indicated by friendly, meaningful messages. An on-line HELP package is also included. A variety of operations can be performed on time- and frequency-domain signalsmore » including operations on the samples of a signal, operations on the entire signal, and operations on two or more signals. Signal processing operations that can be performed are digital filtering (median, Bessel, Butterworth, and Chebychev), ensemble average, resample, auto and cross spectral density, transfer function and impulse response, trend removal, convolution, Fourier transform and inverse window functions (Hamming, Kaiser-Bessel), simulation (ramp, sine, pulsetrain, random), and read/write signals. User definable signal processing algorithms are also featured. SIG has many options including multiple commands per line, command files with arguments,commenting lines, defining commands, and automatic execution for each item in a repeat sequence. Graphical operations on signals and spectra include: x-y plots of time signals; real, imaginary, magnitude, and phase plots of spectra; scaling of spectra for continuous or discrete domain; cursor zoom; families of curves; and multiple viewports.« less

  13. SIG. Signal Processing, Analysis, & Display

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hernandez, J.; Lager, D.; Azevedo, S.

    1992-01-22

    SIG is a general-purpose signal processing, analysis, and display program. Its main purpose is to perform manipulations on time- and frequency-domain signals. However, it has been designed to ultimately accommodate other representations for data such as multiplexed signals and complex matrices. Two user interfaces are provided in SIG - a menu mode for the unfamiliar user and a command mode for more experienced users. In both modes errors are detected as early as possible and are indicated by friendly, meaningful messages. An on-line HELP package is also included. A variety of operations can be performed on time- and frequency-domain signalsmore » including operations on the samples of a signal, operations on the entire signal, and operations on two or more signals. Signal processing operations that can be performed are digital filtering (median, Bessel, Butterworth, and Chebychev), ensemble average, resample, auto and cross spectral density, transfer function and impulse response, trend removal, convolution, Fourier transform and inverse window functions (Hamming, Kaiser-Bessel), simulation (ramp, sine, pulsetrain, random), and read/write signals. User definable signal processing algorithms are also featured. SIG has many options including multiple commands per line, command files with arguments,commenting lines, defining commands, and automatic execution for each item in a repeat sequence. Graphical operations on signals and spectra include: x-y plots of time signals; real, imaginary, magnitude, and phase plots of spectra; scaling of spectra for continuous or discrete domain; cursor zoom; families of curves; and multiple viewports.« less

  14. Meaningful Real-Time Graphics Workstation Performance Measurements

    DTIC Science & Technology

    1988-11-01

    alike can effectively operate the program with little or no help from user’s manuals or other users. A thorough and efficient design of command line...Specifica- tions, San Jose, California, 1988. 4. Apgar , Brian, Bersack, Bret and Mammen, Abraham, "A Display System for the Stellarr m Graphics

  15. User's guide to HYPOINVERSE-2000, a Fortran program to solve for earthquake locations and magnitudes

    USGS Publications Warehouse

    Klein, Fred W.

    2002-01-01

    Hypoinverse is a computer program that processes files of seismic station data for an earthquake (like p wave arrival times and seismogram amplitudes and durations) into earthquake locations and magnitudes. It is one of a long line of similar USGS programs including HYPOLAYR (Eaton, 1969), HYPO71 (Lee and Lahr, 1972), and HYPOELLIPSE (Lahr, 1980). If you are new to Hypoinverse, you may want to start by glancing at the section “SOME SIMPLE COMMAND SEQUENCES” to get a feel of some simpler sessions. This document is essentially an advanced user’s guide, and reading it sequentially will probably plow the reader into more detail than he/she needs. Every user must have a crust model, station list and phase data input files, and glancing at these sections is a good place to begin. The program has many options because it has grown over the years to meet the needs of one the largest seismic networks in the world, but small networks with just a few stations do use the program and can ignore most of the options and commands. History and availability. Hypoinverse was originally written for the Eclipse minicomputer in 1978 (Klein, 1978). A revised version for VAX and Pro-350 computers (Klein, 1985) was later expanded to include multiple crustal models and other capabilities (Klein, 1989). This current report documents the expanded Y2000 version and it supercedes the earlier documents. It serves as a detailed user's guide to the current version running on unix and VAX-alpha computers, and to the version supplied with the Earthworm earthquake digitizing system. Fortran-77 source code (Sun and VAX compatible) and copies of this documentation is available via anonymous ftp from computers in Menlo Park. At present, the computer is swave.wr.usgs.gov and the directory is /ftp/pub/outgoing/klein/hyp2000. If you are running Hypoinverse on one of the Menlo Park EHZ or NCSN unix computers, the executable currently is ~klein/hyp2000/hyp2000. New features. The Y2000 version of Hypoinverse includes all of the previous capabilities, but adds Y2000 formats to those defined earlier. In most cases, the new formats add 2 digits to the year field to accommodate the century. Other fields are sometimes rearranged or expanded to accommodate a better field order. The Y2000 formats are invoked with the “200” command. When the Y2000 flag is turned on, all files are read and written in the new format and there is no mixing of format types in a single run. Some formats without a date field, like station files, have not changed. A separate program called 2000CONV has been written to convert old formats to new. Other new features, like expanded station names, calculating amplitude magnitudes from a variety of digital seismometers, station history files, interactive earthquake processing, and locations from CUSP (Caltech USGS Seismic Processing) binary files have been added. General features. Hypoinverse will locate any number of events in an input file, which can be in one of several different formats. Any or all of printout, summary or archive output may be produced. Hypoinverse is driven by user commands. The various commands define input and output files, set adjustable parameters, and solve for locations of a file of earthquake data using the parameters and files currently set. It is both interactive and "batch" in that commands may be executed either from the keyboard or from a file. You execute the commands in a file by typing @filename at the Hypoinverse prompt. Users may either supply parameters on the command line, or omit them and are prompted interactively. The current parameter values are displayed and may be taken as defaults by pressing just the RETURN key after the prompt. This makes the program very easy to use, providing you can remember the names of the commands. Combining commands with and without their required parameters into a command file permits a variety of customized procedures such as automatic input of crustal model and station data, but prompting for a different phase file each time. All commands are 3 letters long and most require one or more parameters or file names. If they appear on a line with a command, character strings such as filenames must be enclosed in apostrophes (single quotes). Appendix 1 gives this and other free-format rules for supplying parameters, which are parsed in Fortran. When several parameters are required following a command, any of them may be omitted by replacing them with null fields (see appendix 1). A null field leaves that parameter unchanged from its current or default value. When you start HYPOINVERSE, default values are in effect for all parameters except file names. Hypoinverse is a complicated program with many features and options. Many of these "advanced" or seldom used features are documented here, but are more detailed than a typical user needs to read about when first starting with the program. I have put some of this material in smaller type so that a first time user can concentrate on the more important information.

  16. UTM Technical Capabilities Level 2 (TLC2) Test at Reno-Stead Airport.

    NASA Image and Video Library

    2016-10-06

    Test of Unmanned Aircraft Systems Traffic Management (UTM) technical capability Level 2 (TCL2) at Reno-Stead Airport, Nevada. During the test, five drones simultaneously crossed paths, separated by altitude. Two drones flew beyond visual line-of-sight and three flew within line-of-sight of their operators. Karen Bollinger pilot and Nick Atkins of Alaska Center for Unmanned Aircraft Systems Integration program fly Ptarmigan quadcopter, one of 11 vehicles in the UTM TCL2 demonstration that will fly beyond line of sight of the pilot in command in Nevada test.

  17. Unix Survival Guide.

    PubMed

    Stein, Lincoln D

    2015-09-03

    Most bioinformatics software has been designed to run on Linux and other Unix-like systems. Unix is different from most desktop operating systems because it makes extensive use of a text-only command-line interface. It can be a challenge to become familiar with the command line, but once a person becomes used to it, there are significant rewards, such as the ability to string a commonly used series of commands together with a script. This appendix will get you started with the command line and other Unix essentials. Copyright © 2015 John Wiley & Sons, Inc.

  18. New Version of SeismicHandler (SHX) based on ObsPy

    NASA Astrophysics Data System (ADS)

    Stammler, Klaus; Walther, Marcus

    2016-04-01

    The command line version of SeismicHandler (SH), a scientific analysis tool for seismic waveform data developed around 1990, has been redesigned in the recent years, based on a project funded by the Deutsche Forschungsgemeinschaft (DFG). The aim was to address new data access techniques, simplified metadata handling and a modularized software design. As a result the program was rewritten in Python in its main parts, taking advantage of simplicity of this script language and its variety of well developed software libraries, including ObsPy. SHX provides an easy access to waveforms and metadata via arclink and FDSN webservice protocols, also access to event catalogs is implemented. With single commands whole networks or stations within a certain area may be read in, the metadata are retrieved from the servers and stored in a local database. For data processing the large set of SH commands is available, as well as the SH scripting language. Via this SH language scripts or additional Python modules the command set of SHX is easily extendable. The program is open source, tested on Linux operating systems, documentation and download is found at URL "https://www.seismic-handler.org/".

  19. BuddySuite: Command-Line Toolkits for Manipulating Sequences, Alignments, and Phylogenetic Trees.

    PubMed

    Bond, Stephen R; Keat, Karl E; Barreira, Sofia N; Baxevanis, Andreas D

    2017-06-01

    The ability to manipulate sequence, alignment, and phylogenetic tree files has become an increasingly important skill in the life sciences, whether to generate summary information or to prepare data for further downstream analysis. The command line can be an extremely powerful environment for interacting with these resources, but only if the user has the appropriate general-purpose tools on hand. BuddySuite is a collection of four independent yet interrelated command-line toolkits that facilitate each step in the workflow of sequence discovery, curation, alignment, and phylogenetic reconstruction. Most common sequence, alignment, and tree file formats are automatically detected and parsed, and over 100 tools have been implemented for manipulating these data. The project has been engineered to easily accommodate the addition of new tools, is written in the popular programming language Python, and is hosted on the Python Package Index and GitHub to maximize accessibility. Documentation for each BuddySuite tool, including usage examples, is available at http://tiny.cc/buddysuite_wiki. All software is open source and freely available through http://research.nhgri.nih.gov/software/BuddySuite. Published by Oxford University Press on behalf of the Society for Molecular Biology and Evolution 2017. This work is written by US Government employees and is in the public domain in the US.

  20. GAP: yet another image processing system for solar observations.

    NASA Astrophysics Data System (ADS)

    Keller, C. U.

    GAP is a versatile, interactive image processing system for analyzing solar observations, in particular extended time sequences, and for preparing publication quality figures. It consists of an interpreter that is based on a language with a control flow similar to PASCAL and C. The interpreter may be accessed from a command line editor and from user-supplied functions, procedures, and command scripts. GAP is easily expandable via external FORTRAN programs that are linked to the GAP interface routines. The current version of GAP runs on VAX, DECstation, Sun, and Apollo computers. Versions for MS-DOS and OS/2 are in preparation.

  1. GLINT: a user-friendly toolset for the analysis of high-throughput DNA-methylation array data.

    PubMed

    Rahmani, Elior; Yedidim, Reut; Shenhav, Liat; Schweiger, Regev; Weissbrod, Omer; Zaitlen, Noah; Halperin, Eran

    2017-06-15

    GLINT is a user-friendly command-line toolset for fast analysis of genome-wide DNA methylation data generated using the Illumina human methylation arrays. GLINT, which does not require any programming proficiency, allows an easy execution of Epigenome-Wide Association Study analysis pipeline under different models while accounting for known confounders in methylation data. GLINT is a command-line software, freely available at https://github.com/cozygene/glint/releases . It requires Python 2.7 and several freely available Python packages. Further information and documentation as well as a quick start tutorial are available at http://glint-epigenetics.readthedocs.io . elior.rahmani@gmail.com or ehalperin@cs.ucla.edu. © The Author 2017. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com

  2. MIRADS-2 user's manual

    NASA Technical Reports Server (NTRS)

    1975-01-01

    An on-line data storage and retrieval system which allows the user to extract and process information from stored data bases is described. The capabilities of the system are provided by a general purpose computer program containing several functional modules. The modules contained in MIRADS are briefly described along with user terminal operation procedures and MIRADS commands.

  3. Integrated Structural Analysis and Test Program

    NASA Technical Reports Server (NTRS)

    Kaufman, Daniel

    2005-01-01

    An integrated structural-analysis and structure-testing computer program is being developed in order to: Automate repetitive processes in testing and analysis; Accelerate pre-test analysis; Accelerate reporting of tests; Facilitate planning of tests; Improve execution of tests; Create a vibration, acoustics, and shock test database; and Integrate analysis and test data. The software package includes modules pertaining to sinusoidal and random vibration, shock and time replication, acoustics, base-driven modal survey, and mass properties and static/dynamic balance. The program is commanded by use of ActiveX controls. There is minimal need to generate command lines. Analysis or test files are selected by opening a Windows Explorer display. After selecting the desired input file, the program goes to a so-called analysis data process or test data process, depending on the type of input data. The status of the process is given by a Windows status bar, and when processing is complete, the data are reported in graphical, tubular, and matrix form.

  4. Logistics Support Analysis Techniques Guide

    DTIC Science & Technology

    1985-03-15

    LANGUAGE (DATA RECORDS) FORTRAN CDC 6600 D&V FSD P/D A H REMA-RKS: Program n-s-ists of F PLIATIffIONS, approx 4000 line of coding , 3 Safegard, AN/FSC... FORTRAN IV -EW-RAK9-- The model consz.sts of IT--k-LIC- I-U-0NS: approximately 367 lines of SiNCGARS, PERSHING II coding . %.’. ~ LSA TASK INTERFACE...system supported by Computer’ Systems Command. The current version of LADEN is coded totally in FORTRAN 󈧕 for virtual memory operating system

  5. 14 CFR 91.1031 - Pilot in command or second in command: Designation required.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 14 Aeronautics and Space 2 2011-01-01 2011-01-01 false Pilot in command or second in command... RULES Fractional Ownership Operations Program Management § 91.1031 Pilot in command or second in command: Designation required. (a) Each program manager must designate a— (1) Pilot in command for each program flight...

  6. 14 CFR 91.1031 - Pilot in command or second in command: Designation required.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 14 Aeronautics and Space 2 2012-01-01 2012-01-01 false Pilot in command or second in command... RULES Fractional Ownership Operations Program Management § 91.1031 Pilot in command or second in command: Designation required. (a) Each program manager must designate a— (1) Pilot in command for each program flight...

  7. 14 CFR 91.1031 - Pilot in command or second in command: Designation required.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 14 Aeronautics and Space 2 2010-01-01 2010-01-01 false Pilot in command or second in command... RULES Fractional Ownership Operations Program Management § 91.1031 Pilot in command or second in command: Designation required. (a) Each program manager must designate a— (1) Pilot in command for each program flight...

  8. 14 CFR 91.1031 - Pilot in command or second in command: Designation required.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 14 Aeronautics and Space 2 2014-01-01 2014-01-01 false Pilot in command or second in command... RULES Fractional Ownership Operations Program Management § 91.1031 Pilot in command or second in command: Designation required. (a) Each program manager must designate a— (1) Pilot in command for each program flight...

  9. 14 CFR 91.1031 - Pilot in command or second in command: Designation required.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 14 Aeronautics and Space 2 2013-01-01 2013-01-01 false Pilot in command or second in command... RULES Fractional Ownership Operations Program Management § 91.1031 Pilot in command or second in command: Designation required. (a) Each program manager must designate a— (1) Pilot in command for each program flight...

  10. QDENSITY—A Mathematica Quantum Computer simulation

    NASA Astrophysics Data System (ADS)

    Juliá-Díaz, Bruno; Burdis, Joseph M.; Tabakin, Frank

    2006-06-01

    This Mathematica 5.2 package is a simulation of a Quantum Computer. The program provides a modular, instructive approach for generating the basic elements that make up a quantum circuit. The main emphasis is on using the density matrix, although an approach using state vectors is also implemented in the package. The package commands are defined in Qdensity.m which contains the tools needed in quantum circuits, e.g., multiqubit kets, projectors, gates, etc. Selected examples of the basic commands are presented here and a tutorial notebook, Tutorial.nb is provided with the package (available on our website) that serves as a full guide to the package. Finally, application is made to a variety of relevant cases, including Teleportation, Quantum Fourier transform, Grover's search and Shor's algorithm, in separate notebooks: QFT.nb, Teleportation.nb, Grover.nb and Shor.nb where each algorithm is explained in detail. Finally, two examples of the construction and manipulation of cluster states, which are part of "one way computing" ideas, are included as an additional tool in the notebook Cluster.nb. A Mathematica palette containing most commands in QDENSITY is also included: QDENSpalette.nb. Program summaryTitle of program: QDENSITY Catalogue identifier: ADXH_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADXH_v1_0 Program available from: CPC Program Library, Queen's University of Belfast, N. Ireland Operating systems: Any which supports Mathematica; tested under Microsoft Windows XP, Macintosh OS X, and Linux FC4 Programming language used: Mathematica 5.2 No. of bytes in distributed program, including test data, etc.: 180 581 No. of lines in distributed program, including test data, etc.: 19 382 Distribution format: tar.gz Method of solution: A Mathematica package is provided which contains commands to create and analyze quantum circuits. Several Mathematica notebooks containing relevant examples: Teleportation, Shor's Algorithm and Grover's search are explained in detail. A tutorial, Tutorial.nb is also enclosed. QDENSITY is available at http://www.pitt.edu/~tabakin/QDENSITY.

  11. fluff: exploratory analysis and visualization of high-throughput sequencing data

    PubMed Central

    Georgiou, Georgios

    2016-01-01

    Summary. In this article we describe fluff, a software package that allows for simple exploration, clustering and visualization of high-throughput sequencing data mapped to a reference genome. The package contains three command-line tools to generate publication-quality figures in an uncomplicated manner using sensible defaults. Genome-wide data can be aggregated, clustered and visualized in a heatmap, according to different clustering methods. This includes a predefined setting to identify dynamic clusters between different conditions or developmental stages. Alternatively, clustered data can be visualized in a bandplot. Finally, fluff includes a tool to generate genomic profiles. As command-line tools, the fluff programs can easily be integrated into standard analysis pipelines. The installation is straightforward and documentation is available at http://fluff.readthedocs.org. Availability. fluff is implemented in Python and runs on Linux. The source code is freely available for download at https://github.com/simonvh/fluff. PMID:27547532

  12. 32 CFR 700.1058 - Command of a submarine.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 32 National Defense 5 2011-07-01 2011-07-01 false Command of a submarine. 700.1058 Section 700... Command Detail to Duty § 700.1058 Command of a submarine. The officer detailed to command a submarine shall be an officer of the line in the Navy, eligible for command at sea and qualified for command of...

  13. 32 CFR 700.1058 - Command of a submarine.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 32 National Defense 5 2010-07-01 2010-07-01 false Command of a submarine. 700.1058 Section 700... Command Detail to Duty § 700.1058 Command of a submarine. The officer detailed to command a submarine shall be an officer of the line in the Navy, eligible for command at sea and qualified for command of...

  14. 32 CFR 700.1058 - Command of a submarine.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 32 National Defense 5 2012-07-01 2012-07-01 false Command of a submarine. 700.1058 Section 700... Command Detail to Duty § 700.1058 Command of a submarine. The officer detailed to command a submarine shall be an officer of the line in the Navy, eligible for command at sea and qualified for command of...

  15. 32 CFR 700.1058 - Command of a submarine.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 32 National Defense 5 2014-07-01 2014-07-01 false Command of a submarine. 700.1058 Section 700... Command Detail to Duty § 700.1058 Command of a submarine. The officer detailed to command a submarine shall be an officer of the line in the Navy, eligible for command at sea and qualified for command of...

  16. 32 CFR 700.1058 - Command of a submarine.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 32 National Defense 5 2013-07-01 2013-07-01 false Command of a submarine. 700.1058 Section 700... Command Detail to Duty § 700.1058 Command of a submarine. The officer detailed to command a submarine shall be an officer of the line in the Navy, eligible for command at sea and qualified for command of...

  17. Total Quality Management: Will It Work in the System Program Office?

    DTIC Science & Technology

    1990-05-01

    Quality Management (TQM) is a relatively new philosophy of management which has high-level Department of Defense support and is presently being implemented in the Air Force. In the Air Force Systems Command, weapon system development and acquisition are carried out in System Program Offices (SPOs), staffed with various functionally oriented specialists supplied to the System Program Director by functional ’home offices’ via a matrix management scheme. Can TQM, relying as it does on cross-functional cooperation and on processes which cross functional lines, be

  18. BpWrapper: BioPerl-based sequence and tree utilities for rapid prototyping of bioinformatics pipelines.

    PubMed

    Hernández, Yözen; Bernstein, Rocky; Pagan, Pedro; Vargas, Levy; McCaig, William; Ramrattan, Girish; Akther, Saymon; Larracuente, Amanda; Di, Lia; Vieira, Filipe G; Qiu, Wei-Gang

    2018-03-02

    Automated bioinformatics workflows are more robust, easier to maintain, and results more reproducible when built with command-line utilities than with custom-coded scripts. Command-line utilities further benefit by relieving bioinformatics developers to learn the use of, or to interact directly with, biological software libraries. There is however a lack of command-line utilities that leverage popular Open Source biological software toolkits such as BioPerl ( http://bioperl.org ) to make many of the well-designed, robust, and routinely used biological classes available for a wider base of end users. Designed as standard utilities for UNIX-family operating systems, BpWrapper makes functionality of some of the most popular BioPerl modules readily accessible on the command line to novice as well as to experienced bioinformatics practitioners. The initial release of BpWrapper includes four utilities with concise command-line user interfaces, bioseq, bioaln, biotree, and biopop, specialized for manipulation of molecular sequences, sequence alignments, phylogenetic trees, and DNA polymorphisms, respectively. Over a hundred methods are currently available as command-line options and new methods are easily incorporated. Performance of BpWrapper utilities lags that of precompiled utilities while equivalent to that of other utilities based on BioPerl. BpWrapper has been tested on BioPerl Release 1.6, Perl versions 5.10.1 to 5.25.10, and operating systems including Apple macOS, Microsoft Windows, and GNU/Linux. Release code is available from the Comprehensive Perl Archive Network (CPAN) at https://metacpan.org/pod/Bio::BPWrapper . Source code is available on GitHub at https://github.com/bioperl/p5-bpwrapper . BpWrapper improves on existing sequence utilities by following the design principles of Unix text utilities such including a concise user interface, extensive command-line options, and standard input/output for serialized operations. Further, dozens of novel methods for manipulation of sequences, alignments, and phylogenetic trees, unavailable in existing utilities (e.g., EMBOSS, Newick Utilities, and FAST), are provided. Bioinformaticians should find BpWrapper useful for rapid prototyping of workflows on the command-line without creating custom scripts for comparative genomics and other bioinformatics applications.

  19. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Schaumberg, Andrew

    The Omics Tools package provides several small trivial tools for work in genomics. This single portable package, the “omics.jar” file, is a toolbox that works in any Java-based environment, including PCs, Macs, and supercomputers. The number of tools is expected to grow. One tool (called cmsearch.hadoop or cmsearch.local), calls the external cmsearch program to predict non-coding RNA in a genome. The cmsearch program is part of the third-party Infernal package. Omics Tools does not contain Infernal. Infernal may be installed separately. The cmsearch.hadoop subtool requires Apache Hadoop and runs on a supercomputer, though cmsearch.local does not and runs on amore » server. Omics Tools does not contain Hadoop. Hadoop mat be installed separartely The other tools (cmgbk, cmgff, fastats, pal, randgrp, randgrpr, randsub) do not interface with third-party tools. Omics Tools is written in Java and Scala programming languages. Invoking the “help” command shows currently available tools, as shown below: schaumbe@gpint06:~/proj/omics$ java -jar omics.jar help Known commands are: cmgbk : compare cmsearch and GenBank Infernal hits cmgff : compare hits among two GFF (version 3) files cmsearch.hadoop : find Infernal hits in a genome, on your supercomputer cmsearch.local : find Infernal hits in a genome, on your workstation fastats : FASTA stats, e.g. # bases, GC content pal : stem-loop motif detection by palindromic sequence search (code stub) randgrp : random subsample without replacement, of groups randgrpr : random subsample with replacement, of groups (fast) randsub : random subsample without replacement, of file lines For more help regarding a particular command, use: java -jar omics.jar command help Usage: java -jar omics.jar command args« less

  20. AXAF user interfaces for heterogeneous analysis environments

    NASA Technical Reports Server (NTRS)

    Mandel, Eric; Roll, John; Ackerman, Mark S.

    1992-01-01

    The AXAF Science Center (ASC) will develop software to support all facets of data center activities and user research for the AXAF X-ray Observatory, scheduled for launch in 1999. The goal is to provide astronomers with the ability to utilize heterogeneous data analysis packages, that is, to allow astronomers to pick the best packages for doing their scientific analysis. For example, ASC software will be based on IRAF, but non-IRAF programs will be incorporated into the data system where appropriate. Additionally, it is desired to allow AXAF users to mix ASC software with their own local software. The need to support heterogeneous analysis environments is not special to the AXAF project, and therefore finding mechanisms for coordinating heterogeneous programs is an important problem for astronomical software today. The approach to solving this problem has been to develop two interfaces that allow the scientific user to run heterogeneous programs together. The first is an IRAF-compatible parameter interface that provides non-IRAF programs with IRAF's parameter handling capabilities. Included in the interface is an application programming interface to manipulate parameters from within programs, and also a set of host programs to manipulate parameters at the command line or from within scripts. The parameter interface has been implemented to support parameter storage formats other than IRAF parameter files, allowing one, for example, to access parameters that are stored in data bases. An X Windows graphical user interface called 'agcl' has been developed, layered on top of the IRAF-compatible parameter interface, that provides a standard graphical mechanism for interacting with IRAF and non-IRAF programs. Users can edit parameters and run programs for both non-IRAF programs and IRAF tasks. The agcl interface allows one to communicate with any command line environment in a transparent manner and without any changes to the original environment. For example, the authors routinely layer the GUI on top of IRAF, ksh, SMongo, and IDL. The agcl, based on the facilities of a system called Answer Garden, also has sophisticated support for examining documentation and help files, asking questions of experts, and developing a knowledge base of frequently required information. Thus, the GUI becomes a total environment for running programs, accessing information, examining documents, and finding human assistance. Because the agcl can communicate with any command-line environment, most projects can make use of it easily. New applications are continually being found for these interfaces. It is the authors' intention to evolve the GUI and its underlying parameter interface in response to these needs - from users as well as developers - throughout the astronomy community. This presentation describes the capabilities and technology of the above user interface mechanisms and tools. It also discusses the design philosophies guiding the work, as well as hopes for the future.

  1. Building a base map with AutoCAD

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Flarity, S.J.

    1989-12-01

    The fundamental step in the exploration process is building a base map. Consequently, any serious computer exploration program should be capable of providing base maps. Data used in constructing base maps are available from commercial sources such as Tobin. and Petroleum Information. These data sets include line and well data, the line data being latitude longitude vectors, and the ell data any identifying text information for well and their locations. AutoCAD is a commercial program useful in building base maps. Its features include infinite zoom and pan capability, layering, block definition, text dialog boxes, and a command language, AutoLisp. AutoLispmore » provides more power by allowing the geologist to modify the way the program works. Three AutoLisp routines presented here allow geologists to construct a geologic base map from raw Tobin data. The first program, WELLS.LSP, sets up the map environment for the subsequent programs, WELLADD.LSP and LINEADD.LSP. Welladd.lisp reads the Tobin data and spots the well symbols and the identifying information. Lineadd.lsp performs the same task on line and textural information contained within the data set.« less

  2. 32 CFR 700.1054 - Command of a naval base.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 32 National Defense 5 2012-07-01 2012-07-01 false Command of a naval base. 700.1054 Section 700... Command Detail to Duty § 700.1054 Command of a naval base. The officer detailed to command a naval base shall be an officer of the line in the Navy, eligible for command at sea. ...

  3. 32 CFR 700.1054 - Command of a naval base.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 32 National Defense 5 2014-07-01 2014-07-01 false Command of a naval base. 700.1054 Section 700... Command Detail to Duty § 700.1054 Command of a naval base. The officer detailed to command a naval base shall be an officer of the line in the Navy, eligible for command at sea. ...

  4. 32 CFR 700.1056 - Command of a ship.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 32 National Defense 5 2013-07-01 2013-07-01 false Command of a ship. 700.1056 Section 700.1056... Command Detail to Duty § 700.1056 Command of a ship. (a) The officer detailed to command a commissioned ship shall be an officer of the line in the Navy eligible for command at sea. (b) The officer detailed...

  5. 32 CFR 700.1054 - Command of a naval base.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 32 National Defense 5 2011-07-01 2011-07-01 false Command of a naval base. 700.1054 Section 700... Command Detail to Duty § 700.1054 Command of a naval base. The officer detailed to command a naval base shall be an officer of the line in the Navy, eligible for command at sea. ...

  6. 32 CFR 700.1054 - Command of a naval base.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 32 National Defense 5 2013-07-01 2013-07-01 false Command of a naval base. 700.1054 Section 700... Command Detail to Duty § 700.1054 Command of a naval base. The officer detailed to command a naval base shall be an officer of the line in the Navy, eligible for command at sea. ...

  7. 32 CFR 700.1054 - Command of a naval base.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 32 National Defense 5 2010-07-01 2010-07-01 false Command of a naval base. 700.1054 Section 700... Command Detail to Duty § 700.1054 Command of a naval base. The officer detailed to command a naval base shall be an officer of the line in the Navy, eligible for command at sea. ...

  8. 32 CFR 700.1056 - Command of a ship.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 32 National Defense 5 2014-07-01 2014-07-01 false Command of a ship. 700.1056 Section 700.1056... Command Detail to Duty § 700.1056 Command of a ship. (a) The officer detailed to command a commissioned ship shall be an officer of the line in the Navy eligible for command at sea. (b) The officer detailed...

  9. 32 CFR 700.1056 - Command of a ship.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 32 National Defense 5 2010-07-01 2010-07-01 false Command of a ship. 700.1056 Section 700.1056... Command Detail to Duty § 700.1056 Command of a ship. (a) The officer detailed to command a commissioned ship shall be an officer of the line in the Navy eligible for command at sea. (b) The officer detailed...

  10. 32 CFR 700.1056 - Command of a ship.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 32 National Defense 5 2011-07-01 2011-07-01 false Command of a ship. 700.1056 Section 700.1056... Command Detail to Duty § 700.1056 Command of a ship. (a) The officer detailed to command a commissioned ship shall be an officer of the line in the Navy eligible for command at sea. (b) The officer detailed...

  11. 32 CFR 700.1056 - Command of a ship.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 32 National Defense 5 2012-07-01 2012-07-01 false Command of a ship. 700.1056 Section 700.1056... Command Detail to Duty § 700.1056 Command of a ship. (a) The officer detailed to command a commissioned ship shall be an officer of the line in the Navy eligible for command at sea. (b) The officer detailed...

  12. The Emerging Role of the Data Base Manager. Report No. R-1253-PR.

    ERIC Educational Resources Information Center

    Sawtelle, Thomas K.

    The Air Force Logistics Command (AFLC) is revising and enhancing its data-processing capabilities with the development of a large-scale, multi-site, on-line, integrated data base information system known as the Advanced Logistics System (ALS). A data integrity program is to be built around a Data Base Manager (DBM), an individual or a group of…

  13. Incorporating landscape fuel treatment modeling into the Forest Vegetation Simulator

    Treesearch

    Robert C. Seli; Alan A. Ager; Nicholas L. Crookston; Mark A. Finney; Berni Bahro; James K. Agee; Charles W. McHugh

    2008-01-01

    A simulation system was developed to explore how fuel treatments placed in random and optimal spatial patterns affect the growth and behavior of large fires when implemented at different rates over the course of five decades. The system consists of several command line programs linked together: (1) FVS with the Parallel Processor (PPE) and Fire and Fuels (FFE)...

  14. Source Lines Counter (SLiC) Version 4.0

    NASA Technical Reports Server (NTRS)

    Monson, Erik W.; Smith, Kevin A.; Newport, Brian J.; Gostelow, Roli D.; Hihn, Jairus M.; Kandt, Ronald K.

    2011-01-01

    Source Lines Counter (SLiC) is a software utility designed to measure software source code size using logical source statements and other common measures for 22 of the programming languages commonly used at NASA and the aerospace industry. Such metrics can be used in a wide variety of applications, from parametric cost estimation to software defect analysis. SLiC has a variety of unique features such as automatic code search, automatic file detection, hierarchical directory totals, and spreadsheet-compatible output. SLiC was written for extensibility; new programming language support can be added with minimal effort in a short amount of time. SLiC runs on a variety of platforms including UNIX, Windows, and Mac OSX. Its straightforward command-line interface allows for customization and incorporation into the software build process for tracking development metrics. T

  15. Virtual Reality Based Support System for Layout Planning and Programming of an Industrial Robotic Work Cell

    PubMed Central

    Yap, Hwa Jen; Taha, Zahari; Md Dawal, Siti Zawiah; Chang, Siow-Wee

    2014-01-01

    Traditional robotic work cell design and programming are considered inefficient and outdated in current industrial and market demands. In this research, virtual reality (VR) technology is used to improve human-robot interface, whereby complicated commands or programming knowledge is not required. The proposed solution, known as VR-based Programming of a Robotic Work Cell (VR-Rocell), consists of two sub-programmes, which are VR-Robotic Work Cell Layout (VR-RoWL) and VR-based Robot Teaching System (VR-RoT). VR-RoWL is developed to assign the layout design for an industrial robotic work cell, whereby VR-RoT is developed to overcome safety issues and lack of trained personnel in robot programming. Simple and user-friendly interfaces are designed for inexperienced users to generate robot commands without damaging the robot or interrupting the production line. The user is able to attempt numerous times to attain an optimum solution. A case study is conducted in the Robotics Laboratory to assemble an electronics casing and it is found that the output models are compatible with commercial software without loss of information. Furthermore, the generated KUKA commands are workable when loaded into a commercial simulator. The operation of the actual robotic work cell shows that the errors may be due to the dynamics of the KUKA robot rather than the accuracy of the generated programme. Therefore, it is concluded that the virtual reality based solution approach can be implemented in an industrial robotic work cell. PMID:25360663

  16. Virtual reality based support system for layout planning and programming of an industrial robotic work cell.

    PubMed

    Yap, Hwa Jen; Taha, Zahari; Dawal, Siti Zawiah Md; Chang, Siow-Wee

    2014-01-01

    Traditional robotic work cell design and programming are considered inefficient and outdated in current industrial and market demands. In this research, virtual reality (VR) technology is used to improve human-robot interface, whereby complicated commands or programming knowledge is not required. The proposed solution, known as VR-based Programming of a Robotic Work Cell (VR-Rocell), consists of two sub-programmes, which are VR-Robotic Work Cell Layout (VR-RoWL) and VR-based Robot Teaching System (VR-RoT). VR-RoWL is developed to assign the layout design for an industrial robotic work cell, whereby VR-RoT is developed to overcome safety issues and lack of trained personnel in robot programming. Simple and user-friendly interfaces are designed for inexperienced users to generate robot commands without damaging the robot or interrupting the production line. The user is able to attempt numerous times to attain an optimum solution. A case study is conducted in the Robotics Laboratory to assemble an electronics casing and it is found that the output models are compatible with commercial software without loss of information. Furthermore, the generated KUKA commands are workable when loaded into a commercial simulator. The operation of the actual robotic work cell shows that the errors may be due to the dynamics of the KUKA robot rather than the accuracy of the generated programme. Therefore, it is concluded that the virtual reality based solution approach can be implemented in an industrial robotic work cell.

  17. Passing in Command Line Arguments and Parallel Cluster/Multicore Batching in R with batch.

    PubMed

    Hoffmann, Thomas J

    2011-03-01

    It is often useful to rerun a command line R script with some slight change in the parameters used to run it - a new set of parameters for a simulation, a different dataset to process, etc. The R package batch provides a means to pass in multiple command line options, including vectors of values in the usual R format, easily into R. The same script can be setup to run things in parallel via different command line arguments. The R package batch also provides a means to simplify this parallel batching by allowing one to use R and an R-like syntax for arguments to spread a script across a cluster or local multicore/multiprocessor computer, with automated syntax for several popular cluster types. Finally it provides a means to aggregate the results together of multiple processes run on a cluster.

  18. United States Air Force Wipe Solvent Testing

    NASA Technical Reports Server (NTRS)

    Hornung, Steven D.; Beeson, Harold D.

    2000-01-01

    The Wright-Patterson Air Force Base (WPAFB), as part of the Air Force Material Command, requested that NASA Johnson Space Center (JSC) White Sands Test Facility (WSTF) conduct testing and analyses in support of the United States Air Force Wipe Solvent Development Project. The purpose of the wipe solvent project is to develop an alternative to be used by Air Force flight line and maintenance personnel for the wipe cleaning of oxygen equipment. This report provides material compatibility, liquid oxygen (LOX) mechanical impact, autogenous ignition temperature (AIT), and gauge cleaning test data for some of the currently available solvents that may be used to replace CFC-113 and methyl chloroform. It provides data from previous WSTF test programs sponsored by the Naval Sea Systems Command, the Kennedy Space Center, and other NASA programs for the purpose of assisting WP AFB in identifying the best alternative solvents for validation testing.

  19. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (UNIX VERSION)

    NASA Technical Reports Server (NTRS)

    Donnell, B.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with COOL (that is, a rule can pattern match on objects created using COOL). CLIPS 6.0 provides the capability to define functions, overloaded functions, and global variables interactively. In addition, CLIPS can be embedded within procedural code, called as a subroutine, and integrated with languages such as C, FORTRAN and Ada. CLIPS can be easily extended by a user through the use of several well-defined protocols. CLIPS provides several delivery options for programs including the ability to generate stand alone executables or to load programs from text or binary files. CLIPS 6.0 provides support for the modular development and execution of knowledge bases with the defmodule construct. CLIPS modules allow a set of constructs to be grouped together such that explicit control can be maintained over restricting the access of the constructs by other modules. This type of control is similar to global and local scoping used in languages such as C or Ada. By restricting access to deftemplate and defclass constructs, modules can function as blackboards, permitting only certain facts and instances to be seen by other modules. Modules are also used by rules to provide execution control. The CRSV (Cross-Reference, Style, and Verification) utility included with previous version of CLIPS is no longer supported. The capabilities provided by this tool are now available directly within CLIPS 6.0 to aid in the development, debugging, and verification of large rule bases. COSMIC offers four distribution versions of CLIPS 6.0: UNIX (MSC-22433), VMS (MSC-22434), MACINTOSH (MSC-22429), and IBM PC (MSC-22430). Executable files, source code, utilities, documentation, and examples are included on the program media. All distribution versions include identical source code for the command line version of CLIPS 6.0. This source code should compile on any platform with an ANSI C compiler. Each distribution version of CLIPS 6.0, except that for the Macintosh platform, includes an executable for the command line version. For the UNIX version of CLIPS 6.0, the command line interface has been successfully implemented on a Sun4 running SunOS, a DECstation running DEC RISC ULTRIX, an SGI Indigo Elan running IRIX, a DEC Alpha AXP running OSF/1, and an IBM RS/6000 running AIX. Command line interface executables are included for Sun4 computers running SunOS 4.1.1 or later and for the DEC RISC ULTRIX platform. The makefiles may have to be modified slightly to be used on other UNIX platforms. The UNIX, Macintosh, and IBM PC versions of CLIPS 6.0 each have a platform specific interface. Source code, a makefile, and an executable for the Windows 3.1 interface version of CLIPS 6.0 are provided only on the IBM PC distribution diskettes. Source code, a makefile, and an executable for the Macintosh interface version of CLIPS 6.0 are provided only on the Macintosh distribution diskettes. Likewise, for the UNIX version of CLIPS 6.0, only source code and a makefile for an X-Windows interface are provided. The X-Windows interface requires MIT's X Window System, Version 11, Release 4 (X11R4), the Athena Widget Set, and the Xmu library. The source code for the Athena Widget Set is provided on the distribution medium. The X-Windows interface has been successfully implemented on a Sun4 running SunOS 4.1.2 with the MIT distribution of X11R4 (not OpenWindows), an SGI Indigo Elan running IRIX 4.0.5, and a DEC Alpha AXP running OSF/1 1.2. The VAX version of CLIPS 6.0 comes only with the generic command line interface. ASCII makefiles for the command line version of CLIPS are provided on all the distribution media for UNIX, VMS, and DOS. Four executables are provided with the IBM PC version: a windowed interface executable for Windows 3.1 built using Borland C++ v3.1, an editor for use with the windowed interface, a command line version of CLIPS for Windows 3.1, and a 386 command line executable for DOS built using Zortech C++ v3.1. All four executables are capable of utilizing extended memory and require an 80386 CPU or better. Users needing an 8086/8088 or 80286 executable must recompile the CLIPS source code themselves. Users who wish to recompile the DOS executable using Borland C++ or MicroSoft C must use a DOS extender program to produce an executable capable of using extended memory. The version of CLIPS 6.0 for IBM PC compatibles requires DOS v3.3 or later and/or Windows 3.1 or later. It is distributed on a set of three 1.4Mb 3.5 inch diskettes. A hard disk is required. The Macintosh version is distributed in compressed form on two 3.5 inch 1.4Mb Macintosh format diskettes, and requires System 6.0.5, or higher, and 1Mb RAM. The version for DEC VAX/VMS is available in VAX BACKUP format on a 1600 BPI 9-track magnetic tape (standard distribution medium) or a TK50 tape cartridge. The UNIX version is distributed in UNIX tar format on a .25 inch streaming magnetic tape cartridge (Sun QIC-24). For the UNIX version, alternate distribution media and formats are available upon request. The CLIPS 6.0 documentation includes a User's Guide and a three volume Reference Manual consisting of Basic and Advanced Programming Guides and an Interfaces Guide. An electronic version of the documentation is provided on the distribution medium for each version: in MicroSoft Word format for the Macintosh and PC versions of CLIPS, and in both PostScript format and MicroSoft Word for Macintosh format for the UNIX and DEC VAX versions of CLIPS. CLIPS was developed in 1986 and Version 6.0 was released in 1993.

  20. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (IBM PC VERSION)

    NASA Technical Reports Server (NTRS)

    Donnell, B.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with COOL (that is, a rule can pattern match on objects created using COOL). CLIPS 6.0 provides the capability to define functions, overloaded functions, and global variables interactively. In addition, CLIPS can be embedded within procedural code, called as a subroutine, and integrated with languages such as C, FORTRAN and Ada. CLIPS can be easily extended by a user through the use of several well-defined protocols. CLIPS provides several delivery options for programs including the ability to generate stand alone executables or to load programs from text or binary files. CLIPS 6.0 provides support for the modular development and execution of knowledge bases with the defmodule construct. CLIPS modules allow a set of constructs to be grouped together such that explicit control can be maintained over restricting the access of the constructs by other modules. This type of control is similar to global and local scoping used in languages such as C or Ada. By restricting access to deftemplate and defclass constructs, modules can function as blackboards, permitting only certain facts and instances to be seen by other modules. Modules are also used by rules to provide execution control. The CRSV (Cross-Reference, Style, and Verification) utility included with previous version of CLIPS is no longer supported. The capabilities provided by this tool are now available directly within CLIPS 6.0 to aid in the development, debugging, and verification of large rule bases. COSMIC offers four distribution versions of CLIPS 6.0: UNIX (MSC-22433), VMS (MSC-22434), MACINTOSH (MSC-22429), and IBM PC (MSC-22430). Executable files, source code, utilities, documentation, and examples are included on the program media. All distribution versions include identical source code for the command line version of CLIPS 6.0. This source code should compile on any platform with an ANSI C compiler. Each distribution version of CLIPS 6.0, except that for the Macintosh platform, includes an executable for the command line version. For the UNIX version of CLIPS 6.0, the command line interface has been successfully implemented on a Sun4 running SunOS, a DECstation running DEC RISC ULTRIX, an SGI Indigo Elan running IRIX, a DEC Alpha AXP running OSF/1, and an IBM RS/6000 running AIX. Command line interface executables are included for Sun4 computers running SunOS 4.1.1 or later and for the DEC RISC ULTRIX platform. The makefiles may have to be modified slightly to be used on other UNIX platforms. The UNIX, Macintosh, and IBM PC versions of CLIPS 6.0 each have a platform specific interface. Source code, a makefile, and an executable for the Windows 3.1 interface version of CLIPS 6.0 are provided only on the IBM PC distribution diskettes. Source code, a makefile, and an executable for the Macintosh interface version of CLIPS 6.0 are provided only on the Macintosh distribution diskettes. Likewise, for the UNIX version of CLIPS 6.0, only source code and a makefile for an X-Windows interface are provided. The X-Windows interface requires MIT's X Window System, Version 11, Release 4 (X11R4), the Athena Widget Set, and the Xmu library. The source code for the Athena Widget Set is provided on the distribution medium. The X-Windows interface has been successfully implemented on a Sun4 running SunOS 4.1.2 with the MIT distribution of X11R4 (not OpenWindows), an SGI Indigo Elan running IRIX 4.0.5, and a DEC Alpha AXP running OSF/1 1.2. The VAX version of CLIPS 6.0 comes only with the generic command line interface. ASCII makefiles for the command line version of CLIPS are provided on all the distribution media for UNIX, VMS, and DOS. Four executables are provided with the IBM PC version: a windowed interface executable for Windows 3.1 built using Borland C++ v3.1, an editor for use with the windowed interface, a command line version of CLIPS for Windows 3.1, and a 386 command line executable for DOS built using Zortech C++ v3.1. All four executables are capable of utilizing extended memory and require an 80386 CPU or better. Users needing an 8086/8088 or 80286 executable must recompile the CLIPS source code themselves. Users who wish to recompile the DOS executable using Borland C++ or MicroSoft C must use a DOS extender program to produce an executable capable of using extended memory. The version of CLIPS 6.0 for IBM PC compatibles requires DOS v3.3 or later and/or Windows 3.1 or later. It is distributed on a set of three 1.4Mb 3.5 inch diskettes. A hard disk is required. The Macintosh version is distributed in compressed form on two 3.5 inch 1.4Mb Macintosh format diskettes, and requires System 6.0.5, or higher, and 1Mb RAM. The version for DEC VAX/VMS is available in VAX BACKUP format on a 1600 BPI 9-track magnetic tape (standard distribution medium) or a TK50 tape cartridge. The UNIX version is distributed in UNIX tar format on a .25 inch streaming magnetic tape cartridge (Sun QIC-24). For the UNIX version, alternate distribution media and formats are available upon request. The CLIPS 6.0 documentation includes a User's Guide and a three volume Reference Manual consisting of Basic and Advanced Programming Guides and an Interfaces Guide. An electronic version of the documentation is provided on the distribution medium for each version: in MicroSoft Word format for the Macintosh and PC versions of CLIPS, and in both PostScript format and MicroSoft Word for Macintosh format for the UNIX and DEC VAX versions of CLIPS. CLIPS was developed in 1986 and Version 6.0 was released in 1993.

  1. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (MACINTOSH VERSION)

    NASA Technical Reports Server (NTRS)

    Riley, G.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with COOL (that is, a rule can pattern match on objects created using COOL). CLIPS 6.0 provides the capability to define functions, overloaded functions, and global variables interactively. In addition, CLIPS can be embedded within procedural code, called as a subroutine, and integrated with languages such as C, FORTRAN and Ada. CLIPS can be easily extended by a user through the use of several well-defined protocols. CLIPS provides several delivery options for programs including the ability to generate stand alone executables or to load programs from text or binary files. CLIPS 6.0 provides support for the modular development and execution of knowledge bases with the defmodule construct. CLIPS modules allow a set of constructs to be grouped together such that explicit control can be maintained over restricting the access of the constructs by other modules. This type of control is similar to global and local scoping used in languages such as C or Ada. By restricting access to deftemplate and defclass constructs, modules can function as blackboards, permitting only certain facts and instances to be seen by other modules. Modules are also used by rules to provide execution control. The CRSV (Cross-Reference, Style, and Verification) utility included with previous version of CLIPS is no longer supported. The capabilities provided by this tool are now available directly within CLIPS 6.0 to aid in the development, debugging, and verification of large rule bases. COSMIC offers four distribution versions of CLIPS 6.0: UNIX (MSC-22433), VMS (MSC-22434), MACINTOSH (MSC-22429), and IBM PC (MSC-22430). Executable files, source code, utilities, documentation, and examples are included on the program media. All distribution versions include identical source code for the command line version of CLIPS 6.0. This source code should compile on any platform with an ANSI C compiler. Each distribution version of CLIPS 6.0, except that for the Macintosh platform, includes an executable for the command line version. For the UNIX version of CLIPS 6.0, the command line interface has been successfully implemented on a Sun4 running SunOS, a DECstation running DEC RISC ULTRIX, an SGI Indigo Elan running IRIX, a DEC Alpha AXP running OSF/1, and an IBM RS/6000 running AIX. Command line interface executables are included for Sun4 computers running SunOS 4.1.1 or later and for the DEC RISC ULTRIX platform. The makefiles may have to be modified slightly to be used on other UNIX platforms. The UNIX, Macintosh, and IBM PC versions of CLIPS 6.0 each have a platform specific interface. Source code, a makefile, and an executable for the Windows 3.1 interface version of CLIPS 6.0 are provided only on the IBM PC distribution diskettes. Source code, a makefile, and an executable for the Macintosh interface version of CLIPS 6.0 are provided only on the Macintosh distribution diskettes. Likewise, for the UNIX version of CLIPS 6.0, only source code and a makefile for an X-Windows interface are provided. The X-Windows interface requires MIT's X Window System, Version 11, Release 4 (X11R4), the Athena Widget Set, and the Xmu library. The source code for the Athena Widget Set is provided on the distribution medium. The X-Windows interface has been successfully implemented on a Sun4 running SunOS 4.1.2 with the MIT distribution of X11R4 (not OpenWindows), an SGI Indigo Elan running IRIX 4.0.5, and a DEC Alpha AXP running OSF/1 1.2. The VAX version of CLIPS 6.0 comes only with the generic command line interface. ASCII makefiles for the command line version of CLIPS are provided on all the distribution media for UNIX, VMS, and DOS. Four executables are provided with the IBM PC version: a windowed interface executable for Windows 3.1 built using Borland C++ v3.1, an editor for use with the windowed interface, a command line version of CLIPS for Windows 3.1, and a 386 command line executable for DOS built using Zortech C++ v3.1. All four executables are capable of utilizing extended memory and require an 80386 CPU or better. Users needing an 8086/8088 or 80286 executable must recompile the CLIPS source code themselves. Users who wish to recompile the DOS executable using Borland C++ or MicroSoft C must use a DOS extender program to produce an executable capable of using extended memory. The version of CLIPS 6.0 for IBM PC compatibles requires DOS v3.3 or later and/or Windows 3.1 or later. It is distributed on a set of three 1.4Mb 3.5 inch diskettes. A hard disk is required. The Macintosh version is distributed in compressed form on two 3.5 inch 1.4Mb Macintosh format diskettes, and requires System 6.0.5, or higher, and 1Mb RAM. The version for DEC VAX/VMS is available in VAX BACKUP format on a 1600 BPI 9-track magnetic tape (standard distribution medium) or a TK50 tape cartridge. The UNIX version is distributed in UNIX tar format on a .25 inch streaming magnetic tape cartridge (Sun QIC-24). For the UNIX version, alternate distribution media and formats are available upon request. The CLIPS 6.0 documentation includes a User's Guide and a three volume Reference Manual consisting of Basic and Advanced Programming Guides and an Interfaces Guide. An electronic version of the documentation is provided on the distribution medium for each version: in MicroSoft Word format for the Macintosh and PC versions of CLIPS, and in both PostScript format and MicroSoft Word for Macintosh format for the UNIX and DEC VAX versions of CLIPS. CLIPS was developed in 1986 and Version 6.0 was released in 1993.

  2. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (DEC VAX VMS VERSION)

    NASA Technical Reports Server (NTRS)

    Donnell, B.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with COOL (that is, a rule can pattern match on objects created using COOL). CLIPS 6.0 provides the capability to define functions, overloaded functions, and global variables interactively. In addition, CLIPS can be embedded within procedural code, called as a subroutine, and integrated with languages such as C, FORTRAN and Ada. CLIPS can be easily extended by a user through the use of several well-defined protocols. CLIPS provides several delivery options for programs including the ability to generate stand alone executables or to load programs from text or binary files. CLIPS 6.0 provides support for the modular development and execution of knowledge bases with the defmodule construct. CLIPS modules allow a set of constructs to be grouped together such that explicit control can be maintained over restricting the access of the constructs by other modules. This type of control is similar to global and local scoping used in languages such as C or Ada. By restricting access to deftemplate and defclass constructs, modules can function as blackboards, permitting only certain facts and instances to be seen by other modules. Modules are also used by rules to provide execution control. The CRSV (Cross-Reference, Style, and Verification) utility included with previous version of CLIPS is no longer supported. The capabilities provided by this tool are now available directly within CLIPS 6.0 to aid in the development, debugging, and verification of large rule bases. COSMIC offers four distribution versions of CLIPS 6.0: UNIX (MSC-22433), VMS (MSC-22434), MACINTOSH (MSC-22429), and IBM PC (MSC-22430). Executable files, source code, utilities, documentation, and examples are included on the program media. All distribution versions include identical source code for the command line version of CLIPS 6.0. This source code should compile on any platform with an ANSI C compiler. Each distribution version of CLIPS 6.0, except that for the Macintosh platform, includes an executable for the command line version. For the UNIX version of CLIPS 6.0, the command line interface has been successfully implemented on a Sun4 running SunOS, a DECstation running DEC RISC ULTRIX, an SGI Indigo Elan running IRIX, a DEC Alpha AXP running OSF/1, and an IBM RS/6000 running AIX. Command line interface executables are included for Sun4 computers running SunOS 4.1.1 or later and for the DEC RISC ULTRIX platform. The makefiles may have to be modified slightly to be used on other UNIX platforms. The UNIX, Macintosh, and IBM PC versions of CLIPS 6.0 each have a platform specific interface. Source code, a makefile, and an executable for the Windows 3.1 interface version of CLIPS 6.0 are provided only on the IBM PC distribution diskettes. Source code, a makefile, and an executable for the Macintosh interface version of CLIPS 6.0 are provided only on the Macintosh distribution diskettes. Likewise, for the UNIX version of CLIPS 6.0, only source code and a makefile for an X-Windows interface are provided. The X-Windows interface requires MIT's X Window System, Version 11, Release 4 (X11R4), the Athena Widget Set, and the Xmu library. The source code for the Athena Widget Set is provided on the distribution medium. The X-Windows interface has been successfully implemented on a Sun4 running SunOS 4.1.2 with the MIT distribution of X11R4 (not OpenWindows), an SGI Indigo Elan running IRIX 4.0.5, and a DEC Alpha AXP running OSF/1 1.2. The VAX version of CLIPS 6.0 comes only with the generic command line interface. ASCII makefiles for the command line version of CLIPS are provided on all the distribution media for UNIX, VMS, and DOS. Four executables are provided with the IBM PC version: a windowed interface executable for Windows 3.1 built using Borland C++ v3.1, an editor for use with the windowed interface, a command line version of CLIPS for Windows 3.1, and a 386 command line executable for DOS built using Zortech C++ v3.1. All four executables are capable of utilizing extended memory and require an 80386 CPU or better. Users needing an 8086/8088 or 80286 executable must recompile the CLIPS source code themselves. Users who wish to recompile the DOS executable using Borland C++ or MicroSoft C must use a DOS extender program to produce an executable capable of using extended memory. The version of CLIPS 6.0 for IBM PC compatibles requires DOS v3.3 or later and/or Windows 3.1 or later. It is distributed on a set of three 1.4Mb 3.5 inch diskettes. A hard disk is required. The Macintosh version is distributed in compressed form on two 3.5 inch 1.4Mb Macintosh format diskettes, and requires System 6.0.5, or higher, and 1Mb RAM. The version for DEC VAX/VMS is available in VAX BACKUP format on a 1600 BPI 9-track magnetic tape (standard distribution medium) or a TK50 tape cartridge. The UNIX version is distributed in UNIX tar format on a .25 inch streaming magnetic tape cartridge (Sun QIC-24). For the UNIX version, alternate distribution media and formats are available upon request. The CLIPS 6.0 documentation includes a User's Guide and a three volume Reference Manual consisting of Basic and Advanced Programming Guides and an Interfaces Guide. An electronic version of the documentation is provided on the distribution medium for each version: in MicroSoft Word format for the Macintosh and PC versions of CLIPS, and in both PostScript format and MicroSoft Word for Macintosh format for the UNIX and DEC VAX versions of CLIPS. CLIPS was developed in 1986 and Version 6.0 was released in 1993.

  3. KERNELHR: A program for estimating animal home ranges

    USGS Publications Warehouse

    Seaman, D.E.; Griffith, B.; Powell, R.A.

    1998-01-01

    Kernel methods are state of the art for estimating animal home-range area and utilization distribution (UD). The KERNELHR program was developed to provide researchers and managers a tool to implement this extremely flexible set of methods with many variants. KERNELHR runs interactively or from the command line on any personal computer (PC) running DOS. KERNELHR provides output of fixed and adaptive kernel home-range estimates, as well as density values in a format suitable for in-depth statistical and spatial analyses. An additional package of programs creates contour files for plotting in geographic information systems (GIS) and estimates core areas of ranges.

  4. Radio astronomy Explorer-B in-flight mission control system development effort

    NASA Technical Reports Server (NTRS)

    Lutsky, D. A.; Bjorkman, W. S.; Uphoff, C.

    1973-01-01

    A description is given of the development for the Mission Analysis Evaluation and Space Trajectory Operations (MAESTRO) program to be used for the in-flight decision making process during the translunar and lunar orbit adjustment phases of the flight of the Radio Astronomy Explorer-B. THe program serves two functions: performance and evaluation of preflight mission analysis, and in-flight support for the midcourse and lunar insertion command decisions that must be made by the flight director. The topics discussed include: analysis of program and midcourse guidance capabilities; methods for on-line control; printed displays of the MAESTRO program; and in-flight operational logistics and testing.

  5. Automated a complex computer aided design concept generated using macros programming

    NASA Astrophysics Data System (ADS)

    Rizal Ramly, Mohammad; Asrokin, Azharrudin; Abd Rahman, Safura; Zulkifly, Nurul Ain Md

    2013-12-01

    Changing a complex Computer Aided design profile such as car and aircraft surfaces has always been difficult and challenging. The capability of CAD software such as AutoCAD and CATIA show that a simple configuration of a CAD design can be easily modified without hassle, but it is not the case with complex design configuration. Design changes help users to test and explore various configurations of the design concept before the production of a model. The purpose of this study is to look into macros programming as parametric method of the commercial aircraft design. Macros programming is a method where the configurations of the design are done by recording a script of commands, editing the data value and adding a certain new command line to create an element of parametric design. The steps and the procedure to create a macro programming are discussed, besides looking into some difficulties during the process of creation and advantage of its usage. Generally, the advantages of macros programming as a method of parametric design are; allowing flexibility for design exploration, increasing the usability of the design solution, allowing proper contained by the model while restricting others and real time feedback changes.

  6. Interactive Spectral Analysis and Computation (ISAAC)

    NASA Technical Reports Server (NTRS)

    Lytle, D. M.

    1992-01-01

    Isaac is a task in the NSO external package for IRAF. A descendant of a FORTRAN program written to analyze data from a Fourier transform spectrometer, the current implementation has been generalized sufficiently to make it useful for general spectral analysis and other one dimensional data analysis tasks. The user interface for Isaac is implemented as an interpreted mini-language containing a powerful, programmable vector calculator. Built-in commands provide much of the functionality needed to produce accurate line lists from input spectra. These built-in functions include automated spectral line finding, least squares fitting of Voigt profiles to spectral lines including equality constraints, various filters including an optimal filter construction tool, continuum fitting, and various I/O functions.

  7. 32 CFR 700.902 - Eligibility for command at sea.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 32 National Defense 5 2012-07-01 2012-07-01 false Eligibility for command at sea. 700.902 Section... Present Contents § 700.902 Eligibility for command at sea. All officers of the line of the Navy, including... deck duties afloat, are eligible for command at sea. ...

  8. 32 CFR 700.902 - Eligibility for command at sea.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 32 National Defense 5 2011-07-01 2011-07-01 false Eligibility for command at sea. 700.902 Section... Present Contents § 700.902 Eligibility for command at sea. All officers of the line of the Navy, including... deck duties afloat, are eligible for command at sea. ...

  9. 32 CFR 700.902 - Eligibility for command at sea.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 32 National Defense 5 2013-07-01 2013-07-01 false Eligibility for command at sea. 700.902 Section... Present Contents § 700.902 Eligibility for command at sea. All officers of the line of the Navy, including... deck duties afloat, are eligible for command at sea. ...

  10. 32 CFR 700.902 - Eligibility for command at sea.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 32 National Defense 5 2014-07-01 2014-07-01 false Eligibility for command at sea. 700.902 Section... Present Contents § 700.902 Eligibility for command at sea. All officers of the line of the Navy, including... deck duties afloat, are eligible for command at sea. ...

  11. 32 CFR 700.902 - Eligibility for command at sea.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 32 National Defense 5 2010-07-01 2010-07-01 false Eligibility for command at sea. 700.902 Section... Present Contents § 700.902 Eligibility for command at sea. All officers of the line of the Navy, including... deck duties afloat, are eligible for command at sea. ...

  12. 33 CFR 83.27 - Vessels not under command or restricted in their ability to maneuver (Rule 27).

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... 33 Navigation and Navigable Waters 1 2013-07-01 2013-07-01 false Vessels not under command or... not under command or restricted in their ability to maneuver (Rule 27). (a) Vessels not under command. A vessel not under command shall exhibit: (1) Two all-round red lights in a vertical line where they...

  13. 33 CFR 83.27 - Vessels not under command or restricted in their ability to maneuver (Rule 27).

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... 33 Navigation and Navigable Waters 1 2012-07-01 2012-07-01 false Vessels not under command or... not under command or restricted in their ability to maneuver (Rule 27). (a) Vessels not under command. A vessel not under command shall exhibit: (1) Two all-round red lights in a vertical line where they...

  14. 33 CFR 83.27 - Vessels not under command or restricted in their ability to maneuver (Rule 27).

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... 33 Navigation and Navigable Waters 1 2014-07-01 2014-07-01 false Vessels not under command or... not under command or restricted in their ability to maneuver (Rule 27). (a) Vessels not under command. A vessel not under command shall exhibit: (1) Two all-round red lights in a vertical line where they...

  15. 33 CFR 83.27 - Vessels not under command or restricted in their ability to maneuver (Rule 27).

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 33 Navigation and Navigable Waters 1 2011-07-01 2011-07-01 false Vessels not under command or... not under command or restricted in their ability to maneuver (Rule 27). (a) Vessels not under command. A vessel not under command shall exhibit: (1) Two all-round red lights in a vertical line where they...

  16. 33 CFR 83.27 - Vessels not under command or restricted in their ability to maneuver (Rule 27).

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... 33 Navigation and Navigable Waters 1 2010-07-01 2010-07-01 false Vessels not under command or... not under command or restricted in their ability to maneuver (Rule 27). (a) Vessels not under command. A vessel not under command shall exhibit: (1) Two all-round red lights in a vertical line where they...

  17. Preliminary Assessment of Primary Flight Display Symbology for Electro- Optic Head-Down Displays

    DTIC Science & Technology

    1991-06-01

    information :elated to pitch and power; the vertica! line provides information related to bank and heading. As a result of this geometrica ...steering bar are centered over the aircraft symbol. -n -1-- If the bars are centered, the aircraft is either correcting properly or is flying the desired...a•Isd bas,:ý muve to provide a new pitch command. Roll theading correction ) commands are seen as unbalanced line width, the low command bar side

  18. Decrease in medical command errors with use of a "standing orders" protocol system.

    PubMed

    Holliman, C J; Wuerz, R C; Meador, S A

    1994-05-01

    The purpose of this study was to determine the physician medical command error rates and paramedic error rates after implementation of a "standing orders" protocol system for medical command. These patient-care error rates were compared with the previously reported rates for a "required call-in" medical command system (Ann Emerg Med 1992; 21(4):347-350). A secondary aim of the study was to determine if the on-scene time interval was increased by the standing orders system. Prospectively conducted audit of prehospital advanced life support (ALS) trip sheets was made at an urban ALS paramedic service with on-line physician medical command from three local hospitals. All ALS run sheets from the start time of the standing orders system (April 1, 1991) for a 1-year period ending on March 30, 1992 were reviewed as part of an ongoing quality assurance program. Cases were identified as nonjustifiably deviating from regional emergency medical services (EMS) protocols as judged by agreement of three physician reviewers (the same methodology as a previously reported command error study in the same ALS system). Medical command and paramedic errors were identified from the prehospital ALS run sheets and categorized. Two thousand one ALS runs were reviewed; 24 physician errors (1.2% of the 1,928 "command" runs) and eight paramedic errors (0.4% of runs) were identified. The physician error rate was decreased from the 2.6% rate in the previous study (P < .0001 by chi 2 analysis). The on-scene time interval did not increase with the "standing orders" system.(ABSTRACT TRUNCATED AT 250 WORDS)

  19. 1990 Command History for Naval Health Research Center San Diego, California.

    DTIC Science & Technology

    1992-03-01

    prevention and cessation programs for Navy-wide dissemination. Commands were surveyed about the tobacco use programs and activities they had conducted...commands provided some type of educational materials or programs related to the cessation of tobacco use; the most common activities were placing...useful" in helping to curb tobacco use. Only half of all commands offered some type of psychological or behavioral tobacco use cessation program. As

  20. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jarocki, John Charles; Zage, David John; Fisher, Andrew N.

    LinkShop is a software tool for applying the method of Linkography to the analysis time-sequence data. LinkShop provides command line, web, and application programming interfaces (API) for input and processing of time-sequence data, abstraction models, and ontologies. The software creates graph representations of the abstraction model, ontology, and derived linkograph. Finally, the tool allows the user to perform statistical measurements of the linkograph and refine the ontology through direct manipulation of the linkograph.

  1. msap: a tool for the statistical analysis of methylation-sensitive amplified polymorphism data.

    PubMed

    Pérez-Figueroa, A

    2013-05-01

    In this study msap, an R package which analyses methylation-sensitive amplified polymorphism (MSAP or MS-AFLP) data is presented. The program provides a deep analysis of epigenetic variation starting from a binary data matrix indicating the banding pattern between the isoesquizomeric endonucleases HpaII and MspI, with differential sensitivity to cytosine methylation. After comparing the restriction fragments, the program determines if each fragment is susceptible to methylation (representative of epigenetic variation) or if there is no evidence of methylation (representative of genetic variation). The package provides, in a user-friendly command line interface, a pipeline of different analyses of the variation (genetic and epigenetic) among user-defined groups of samples, as well as the classification of the methylation occurrences in those groups. Statistical testing provides support to the analyses. A comprehensive report of the analyses and several useful plots could help researchers to assess the epigenetic and genetic variation in their MSAP experiments. msap is downloadable from CRAN (http://cran.r-project.org/) and its own webpage (http://msap.r-forge.R-project.org/). The package is intended to be easy to use even for those people unfamiliar with the R command line environment. Advanced users may take advantage of the available source code to adapt msap to more complex analyses. © 2013 Blackwell Publishing Ltd.

  2. MicroShell Minimalist Shell for Xilinx Microprocessors

    NASA Technical Reports Server (NTRS)

    Werne, Thomas A.

    2011-01-01

    MicroShell is a lightweight shell environment for engineers and software developers working with embedded microprocessors in Xilinx FPGAs. (MicroShell has also been successfully ported to run on ARM Cortex-M1 microprocessors in Actel ProASIC3 FPGAs, but without project-integration support.) Micro Shell decreases the time spent performing initial tests of field-programmable gate array (FPGA) designs, simplifies running customizable one-time-only experiments, and provides a familiar-feeling command-line interface. The program comes with a collection of useful functions and enables the designer to add an unlimited number of custom commands, which are callable from the command-line. The commands are parameterizable (using the C-based command-line parameter idiom), so the designer can use one function to exercise hardware with different values. Also, since many hardware peripherals instantiated in FPGAs have reasonably simple register-mapped I/O interfaces, the engineer can edit and view hardware parameter settings at any time without stopping the processor. MicroShell comes with a set of support scripts that interface seamlessly with Xilinx's EDK tool. Adding an instance of MicroShell to a project is as simple as marking a check box in a library configuration dialog box and specifying a software project directory. The support scripts then examine the hardware design, build design-specific functions, conditionally include processor-specific functions, and complete the compilation process. For code-size constrained designs, most of the stock functionality can be excluded from the compiled library. When all of the configurable options are removed from the binary, MicroShell has an unoptimized memory footprint of about 4.8 kB and a size-optimized footprint of about 2.3 kB. Since MicroShell allows unfettered access to all processor-accessible memory locations, it is possible to perform live patching on a running system. This can be useful, for instance, if a bug is discovered in a routine but the system cannot be rebooted: Shell allows a skilled operator to directly edit the binary executable in memory. With some forethought, MicroShell code can be located in a different memory location from custom code, permitting the custom functionality to be overwritten at any time without stopping the controlling shell.

  3. Mobilization Base Requirements Model (MOBREM) Study. Phases I-V.

    DTIC Science & Technology

    1984-08-01

    Department Health Services Command Base Mobilization Plan; DARCOM; Army Communications Command (ACC); Military Transportation Manage- ment Command...Chief of Staff. c. The major commands in CONUS are represented on the next line. FORSCOM, DARCOM, TRADOC, and Health Service Commands are the larger...specialized combat support and combat service support training. Tile general support force (GSF) units are non- deployable ’inits supporting tne CONUS

  4. Creating and Sustaining Effective Partnership between Government and Industry

    DTIC Science & Technology

    2011-04-30

    defense industry, fielding, contracting, interoperability, organizational behavior, risk management , cost estimating, and many others. Approaches...Finance from Cameron University and an MBA from Drury University. [scott.fouse@dau.mil] Allen Green—Engineer and Program Manager , SAIC, Inc...Program Executive Officer SHIPS • Commander, Naval Sea Systems Command • Army Contracting Command, U.S. Army Materiel Command • Program Manager , Airborne

  5. User's manual for EZPLOT version 5.5: A FORTRAN program for 2-dimensional graphic display of data

    NASA Technical Reports Server (NTRS)

    Garbinski, Charles; Redin, Paul C.; Budd, Gerald D.

    1988-01-01

    EZPLOT is a computer applications program that converts data resident on a file into a plot displayed on the screen of a graphics terminal. This program generates either time history or x-y plots in response to commands entered interactively from a terminal keyboard. Plot parameters consist of a single independent parameter and from one to eight dependent parameters. Various line patterns, symbol shapes, axis scales, text labels, and data modification techniques are available. This user's manual describes EZPLOT as it is implemented on the Ames Research Center, Dryden Research Facility ELXSI computer using DI-3000 graphics software tools.

  6. TRAVEL WITH COMMANDER QUALICIA

    EPA Science Inventory

    Commander Qualicia is a cartoon character created for an on-line training course that describes the quality system for the National Exposure Research Laboratory. In the training, which was developed by the QA staff and graphics/IT support contractors, Commander Qualicia and the ...

  7. A software architecture for automating operations processes

    NASA Technical Reports Server (NTRS)

    Miller, Kevin J.

    1994-01-01

    The Operations Engineering Lab (OEL) at JPL has developed a software architecture based on an integrated toolkit approach for simplifying and automating mission operations tasks. The toolkit approach is based on building adaptable, reusable graphical tools that are integrated through a combination of libraries, scripts, and system-level user interface shells. The graphical interface shells are designed to integrate and visually guide a user through the complex steps in an operations process. They provide a user with an integrated system-level picture of an overall process, defining the required inputs and possible output through interactive on-screen graphics. The OEL has developed the software for building these process-oriented graphical user interface (GUI) shells. The OEL Shell development system (OEL Shell) is an extension of JPL's Widget Creation Library (WCL). The OEL Shell system can be used to easily build user interfaces for running complex processes, applications with extensive command-line interfaces, and tool-integration tasks. The interface shells display a logical process flow using arrows and box graphics. They also allow a user to select which output products are desired and which input sources are needed, eliminating the need to know which program and its associated command-line parameters must be executed in each case. The shells have also proved valuable for use as operations training tools because of the OEL Shell hypertext help environment. The OEL toolkit approach is guided by several principles, including the use of ASCII text file interfaces with a multimission format, Perl scripts for mission-specific adaptation code, and programs that include a simple command-line interface for batch mode processing. Projects can adapt the interface shells by simple changes to the resources configuration file. This approach has allowed the development of sophisticated, automated software systems that are easy, cheap, and fast to build. This paper will discuss our toolkit approach and the OEL Shell interface builder in the context of a real operations process example. The paper will discuss the design and implementation of a Ulysses toolkit for generating the mission sequence of events. The Sequence of Events Generation (SEG) system provides an adaptable multimission toolkit for producing a time-ordered listing and timeline display of spacecraft commands, state changes, and required ground activities.

  8. fgui: A Method for Automatically Creating Graphical User Interfaces for Command-Line R Packages

    PubMed Central

    Hoffmann, Thomas J.; Laird, Nan M.

    2009-01-01

    The fgui R package is designed for developers of R packages, to help rapidly, and sometimes fully automatically, create a graphical user interface for a command line R package. The interface is built upon the Tcl/Tk graphical interface included in R. The package further facilitates the developer by loading in the help files from the command line functions to provide context sensitive help to the user with no additional effort from the developer. Passing a function as the argument to the routines in the fgui package creates a graphical interface for the function, and further options are available to tweak this interface for those who want more flexibility. PMID:21625291

  9. 50 CFR 600.10 - Definitions.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... consisting of a float and one or more lines suspended therefrom. A hook or hooks are on the lines at or near... live fish on board a vessel. Center means one of the five NMFS Fisheries Science Centers. Charter boat... carry six or fewer passengers for hire. Coast Guard Commander means one of the commanding officers of...

  10. Saturn Apollo Program

    NASA Image and Video Library

    1969-07-09

    In this photograph, a laboratory technician handles a portion of the more than 20 different plant lines that were used within the Lunar Receiving Laboratory, Building 37 of the Manned Spacecraft Center (MSC) in Houston, Texas. This laboratory was part of the overall physical, chemical, and biological test program of the Apollo 11 returned lunar samples. Aboard the Marshall Space Flight Center (MSFC) developed Saturn V launch vehicle, the Apollo 11 mission launched from The Kennedy Space Center, Florida on July 16, 1969 and safely returned to Earth on July 24, 1969. The 3-man crew aboard the flight consisted of astronauts Neil A. Armstrong, commander; Edwin Aldrin, Lunar Module (LM) pilot; and Michael Collins, Command Module (CM) pilot. The CM, piloted by Michael Collins remained in a parking orbit around the Moon while the LM, named “Eagle’’, carrying astronauts Neil Armstrong and Edwin Aldrin, landed on the Moon. In 2 1/2 hours, the crew collected 47 pounds of lunar surface material which was returned to Earth for analysis.

  11. Patent Abstract Digest. Volume I.

    DTIC Science & Technology

    1979-04-30

    compact. self -contained transducer unit for 151) Field of Stucek............... 73/71 5 US, 67.5 R. electromagnetic generation and detection of...BSTRACT SPONSORED PROGRAMS FROM THE AIR FORCE SYSTEMS COMMAND United States Patent 1191 (111 4,115,616 Heitz et &1. (45 Sep. 19, 1978 154) SELF -SEALING...ioseph E. Rutz; Wiliam J.O’Brien (221 Filed: F . (57 ABSTRACT A self -sealing multi-laminated fuel line composite mate. rial composed of (a) a plastic

  12. A Maple package for improved global mapping forecast

    NASA Astrophysics Data System (ADS)

    Carli, H.; Duarte, L. G. S.; da Mota, L. A. C. P.

    2014-03-01

    We present a Maple implementation of the well known global approach to time series analysis and some further developments designed to improve the computational efficiency of the forecasting capabilities of the approach. This global approach can be summarized as being a reconstruction of the phase space, based on a time ordered series of data obtained from the system. After that, using the reconstructed vectors, a portion of this space is used to produce a mapping, a polynomial fitting, through a minimization procedure, that represents the system and can be employed to forecast further entries for the series. In the present implementation, we introduce a set of commands, tools, in order to perform all these tasks. For example, the command VecTS deals mainly with the reconstruction of the vector in the phase space. The command GfiTS deals with producing the minimization and the fitting. ForecasTS uses all these and produces the prediction of the next entries. For the non-standard algorithms, we here present two commands: IforecasTS and NiforecasTS that, respectively deal with the one-step and the N-step forecasting. Finally, we introduce two further tools to aid the forecasting. The commands GfiTS and AnalysTS, basically, perform an analysis of the behavior of each portion of a series regarding the settings used on the commands just mentioned above. Catalogue identifier: AERW_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AERW_v1_0.html Program obtainable from: CPC Program Library, Queen’s University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 3001 No. of bytes in distributed program, including test data, etc.: 95018 Distribution format: tar.gz Programming language: Maple 14. Computer: Any capable of running Maple Operating system: Any capable of running Maple. Tested on Windows ME, Windows XP, Windows 7. RAM: 128 MB Classification: 4.3, 4.9, 5 Nature of problem: Time series analysis and improving forecast capability. Solution method: The method of solution is partially based on a result published in [1]. Restrictions: If the time series that is being analyzed presents a great amount of noise or if the dynamical system behind the time series is of high dimensionality (Dim≫3), then the method may not work well. Unusual features: Our implementation can, in the cases where the dynamics behind the time series is given by a system of low dimensionality, greatly improve the forecast. Running time: This depends strongly on the command that is being used. References: [1] Barbosa, L.M.C.R., Duarte, L.G.S., Linhares, C.A. and da Mota, L.A.C.P., Improving the global fitting method on nonlinear time series analysis, Phys. Rev. E 74, 026702 (2006).

  13. Mass Storage System - Gyrfalcon | High-Performance Computing | NREL

    Science.gov Websites

    . At the command line of one of Peregrine's login nodes, enter one of the following commands to copy directory.tgz /mss/ Option 3: The rsync command compares one directory to another and makes > Option 4: The simple Linux cp command can be used to copy a file from one directory to another

  14. Near Space Environments: Tethering Systems

    NASA Technical Reports Server (NTRS)

    Lucht, Nolan R.

    2013-01-01

    Near Space Environments, the Rocket University (Rocket U) program dealing with high altitude balloons carrying payloads into the upper earth atmosphere is the field of my project. The tethering from balloon to payload is the specific system I am responsible for. The tethering system includes, the lines that tie the payload to the balloon, as well as, lines that connect payloads together, if they are needed, as well as how to sever the tether to release payloads from the balloon. My objective is to design a tethering system that will carry a payload to any desired altitude and then sever by command at any given point during flight.

  15. Autonomous Reconfigurable Control Allocation (ARCA) for Reusable Launch Vehicles

    NASA Technical Reports Server (NTRS)

    Hodel, A. S.; Callahan, Ronnie; Jackson, Scott (Technical Monitor)

    2002-01-01

    The role of control allocation (CA) in modern aerospace vehicles is to compute a command vector delta(sub c) is a member of IR(sup n(sub a)) that corresponding to commanded or desired body-frame torques (moments) tou(sub c) = [L M N](sup T) to the vehicle, compensating for and/or responding to inaccuracies in off-line nominal control allocation calculations, actuator failures and/or degradations (reduced effectiveness), or actuator limitations (rate/position saturation). The command vector delta(sub c) may govern the behavior of, e.g., acrosurfaces, reaction thrusters, engine gimbals and/or thrust vectoring. Typically, the individual moments generated in response to each of the n(sub a) commands does not lie strictly in the roll, pitch, or yaw axes, and so a common practice is to group or gang actuators so that a one-to-one mapping from torque commands tau(sub c) actuator commands delta(sub c) may be achieved in an off-line computed CA function.

  16. British Airways' pre-command training program

    NASA Technical Reports Server (NTRS)

    Holdstock, L. F. J.

    1980-01-01

    Classroom, flight simulator, and in-flight sessions of an airline pilot training program are briefly described. Factors discussed include initial command potential assessment, precommand airline management studies course, precommand course, and command course.

  17. Gender Differences between Graphical User Interfaces and Command Line Interfaces in Computer Instruction.

    ERIC Educational Resources Information Center

    Barker, Dan L.

    This study focused primarily on two types of computer interfaces and the differences in academic performance that resulted from their use; it was secondarily designed to examine gender differences that may have existed before and after any change in interface. Much of the basic research in computer use was conducted with command line interface…

  18. Joint Interdiction

    DTIC Science & Technology

    2016-09-09

    law enforcement detachment (USCG) LEO law enforcement operations LOC line of communications MACCS Marine air command and control system MAS...enemy command and control [C2], intelligence, fires, reinforcing units, lines of communications [ LOCs ], logistics, and other operational- and tactical...enemy naval, engineering, and personnel resources to the tasks of repairing and recovering damaged equipment, facilities, and LOCs . It can draw the

  19. Request a Speaker

    Science.gov Websites

    . Northern Command Speakers Program The U.S. Northern Command Speaker's Program works to increase face-to -face contact with our public to help build and sustain public understanding of our command missions and

  20. Air Force Commanders and Barriers to Entry into a Doctoral Business Program

    ERIC Educational Resources Information Center

    Williams, Tony; LeMire, Steven D.

    2011-01-01

    The authors examined professionally qualified Air Force commanders' barriers to entry into a business doctoral degree program related to the factors of time, financial means, academics, and motivation. Of the 116 present commanders, 63% were interested in pursuing a doctorate in business. For the commanders interested in obtaining a doctorate…

  1. Three-dimensional magnetic engineering: The programs magnus and epilog

    NASA Astrophysics Data System (ADS)

    Fan, Mingwu; Pissanetzky, Sergio

    1988-10-01

    We present the post-processor EPILOG for the well established finite element program MAGNUS for three-dimensional magnetic engineering. MAGNUS solves problems of magnetostatics with nonlinear magnetic materials, permanent magnets and electric currents, for any 3-D geometry. The two-scalar-potentials formulation of magnetostatics used by MAGNUS combines numerical accuracy and computational efficiency, and is considered state of the art. The well known program KUBIK is used as a pre-processor to describe the geometry and finite element mesh. KUBIK is highly interactive and allows the user to effectively control all geometric details. The needs of magnetic engineers, however, go far beyond the simple availability of a mathematical solution. Once the solution has been obtained by MAGNUS in the form of a continuous magnetic scalar potential function defined at every point in the solution domain, those needs are met by EPILOG. EPILOG is command operated. Commands are independent of each other and can be used in any order, or not used at all. The purpose of each command is to use the solution for the calculation of a derived quantity or the production of a plot or table. The following derived quantities can be obtained: the magnetic energy in specific regions, the magnetic force on specified conductors in space, the magnetic torque on specified conductors, the magnetic flux across a given surface in space, the inductance of a circuit, and a variety of line integrals for specified lines in space. A useful facility is the automatic calculation of harmonic multipoles averaged along the beam direction for accelerator magnets, essential for end analysis and the integral effect of the magnetic field on the beam. Graphical facilities include color plots of the shapes of the conductors, the geometry, field lines and surfaces of constant magnetic scalar potential in specified regions of space. EPILOG produces a device independent graphical metafile, which can be seen on any device by running the Graphical Kernel System GKS or some other graphics package. Another important feature of EPILOG is its ability to produce tables of quantities such as the scalar potential, the total field, the field of conductors alone, the magnetic permeability, etc. Editing options allow the user to specify where the quantities are to be tabulated, such as on equispaced points on a line or arc in space. One useful application is the evaluation of the maximum field inside conductors for superconducting magnets. The ability of EPILOG to accurately provide the magnetic field components at any given point in space is convenient for its use as input to particle tracking programs. EPILOG can easily be interfaced to such a program. EPILOG is appropriate for complicated 3-D geometries, common in wigglers and undulators, or for the analysis of ends of bending magnets, as required in the design of synchrotron light sources.

  2. The SAS-3 delayed command system

    NASA Technical Reports Server (NTRS)

    Hoffman, E. J.

    1975-01-01

    To meet the requirements arising from the increased complexity of the power, attitude control and telemetry systems, a full redundant high-performance control section with delayed command capability was designed for the Small Astronomy Satellite-3 (SAS-3). The relay command system of SAS-3 is characterized by 56 bystate relay commands, with capability for handling up to 64 commands in future versions. The 'short' data command service of SAS-1 and SAS-2 consisting of shifting 24-bit words to two users was expanded to five users and augmented with a 'long load' data command service (up to 4080 bits) used to program the telemetry system and the delayed command subsystem. The inclusion of a delayed command service ensures a program of up to 30 relay or short data commands to be loaded for execution at designated times. The design and system operation of the SAS-3 command section are analyzed, with special attention given to the delayed command subsystem.

  3. Programmatic access to data and information at the IRIS DMC via web services

    NASA Astrophysics Data System (ADS)

    Weertman, B. R.; Trabant, C.; Karstens, R.; Suleiman, Y. Y.; Ahern, T. K.; Casey, R.; Benson, R. B.

    2011-12-01

    The IRIS Data Management Center (DMC) has developed a suite of web services that provide access to the DMC's time series holdings, their related metadata and earthquake catalogs. In addition, services are available to perform simple, on-demand time series processing at the DMC prior to being shipped to the user. The primary goal is to provide programmatic access to data and processing services in a manner usable by and useful to the research community. The web services are relatively simple to understand and use and will form the foundation on which future DMC access tools will be built. Based on standard Web technologies they can be accessed programmatically with a wide range of programming languages (e.g. Perl, Python, Java), command line utilities such as wget and curl or with any web browser. We anticipate these services being used for everything from simple command line access, used in shell scripts and higher programming languages to being integrated within complex data processing software. In addition to improving access to our data by the seismological community the web services will also make our data more accessible to other disciplines. The web services available from the DMC include ws-bulkdataselect for the retrieval of large volumes of miniSEED data, ws-timeseries for the retrieval of individual segments of time series data in a variety of formats (miniSEED, SAC, ASCII, audio WAVE, and PNG plots) with optional signal processing, ws-station for station metadata in StationXML format, ws-resp for the retrieval of instrument response in RESP format, ws-sacpz for the retrieval of sensor response in the SAC poles and zeros convention and ws-event for the retrieval of earthquake catalogs. To make the services even easier to use, the DMC is developing a library that allows Java programmers to seamlessly retrieve and integrate DMC information into their own programs. The library will handle all aspects of dealing with the services and will parse the returned data. By using this library a developer will not need to learn the details of the service interfaces or understand the data formats returned. This library will be used to build the software bridge needed to request data and information from within MATLAB°. We also provide several client scripts written in Perl for the retrieval of waveform data, metadata and earthquake catalogs using command line programs. For more information on the DMC's web services please visit http://www.iris.edu/ws/

  4. A Web interface generator for molecular biology programs in Unix.

    PubMed

    Letondal, C

    2001-01-01

    Almost all users encounter problems using sequence analysis programs. Not only are they difficult to learn because of the parameters, syntax and semantic, but many are different. That is why we have developed a Web interface generator for more than 150 molecular biology command-line driven programs, including: phylogeny, gene prediction, alignment, RNA, DNA and protein analysis, motif discovery, structure analysis and database searching programs. The generator uses XML as a high-level description language of the legacy software parameters. Its aim is to provide users with the equivalent of a basic Unix environment, with program combination, customization and basic scripting through macro registration. The program has been used for three years by about 15000 users throughout the world; it has recently been installed on other sites and evaluated as a standard user interface for EMBOSS programs.

  5. Tools for Integrating Data Access from the IRIS DMC into Research Workflows

    NASA Astrophysics Data System (ADS)

    Reyes, C. G.; Suleiman, Y. Y.; Trabant, C.; Karstens, R.; Weertman, B. R.

    2012-12-01

    Web service interfaces at the IRIS Data Management Center (DMC) provide access to a vast archive of seismological and related geophysical data. These interfaces are designed to easily incorporate data access into data processing workflows. Examples of data that may be accessed include: time series data, related metadata, and earthquake information. The DMC has developed command line scripts, MATLAB® interfaces and a Java library to support a wide variety of data access needs. Users of these interfaces do not need to concern themselves with web service details, networking, or even (in most cases) data conversion. Fetch scripts allow access to the DMC archive and are a comfortable fit for command line users. These scripts are written in Perl and are well suited for automation and integration into existing workflows on most operating systems. For metdata and event information, the Fetch scripts even parse the returned data into simple text summaries. The IRIS Java Web Services Library (IRIS-WS Library) allows Java developers the ability to create programs that access the DMC archives seamlessly. By returning the data and information as native Java objects the Library insulates the developer from data formats, network programming and web service details. The MATLAB interfaces leverage this library to allow users access to the DMC archive directly from within MATLAB (r2009b or newer), returning data into variables for immediate use. Data users and research groups are developing other toolkits that use the DMC's web services. Notably, the ObsPy framework developed at LMU Munich is a Python Toolbox that allows seamless access to data and information via the DMC services. Another example is the MATLAB-based GISMO and Waveform Suite developments that can now access data via web services. In summary, there now exist a host of ways that researchers can bring IRIS DMC data directly into their workflows. MATLAB users can use irisFetch.m, command line users can use the various Fetch scripts, Java users can use the IRIS-WS library, and Python users may request data through ObsPy. To learn more about any of these clients see http://www.iris.edu/ws/wsclients/.

  6. The WORM site: worm.csirc.net

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jones, T.

    2000-07-01

    The Write One, Run Many (WORM) site (worm.csirc.net) is the on-line home of the WORM language and is hosted by the Criticality Safety Information Resource Center (CSIRC) (www.csirc.net). The purpose of this web site is to create an on-line community for WORM users to gather, share, and archive WORM-related information. WORM is an embedded, functional, programming language designed to facilitate the creation of input decks for computer codes that take standard ASCII text files as input. A functional programming language is one that emphasizes the evaluation of expressions, rather than execution of commands. The simplest and perhaps most common examplemore » of a functional language is a spreadsheet such as Microsoft Excel. The spreadsheet user specifies expressions to be evaluated, while the spreadsheet itself determines the commands to execute, as well as the order of execution/evaluation. WORM functions in a similar fashion and, as a result, is very simple to use and easy to learn. WORM improves the efficiency of today's criticality safety analyst by allowing: (1) input decks for parameter studies to be created quickly and easily; (2) calculations and variables to be embedded into any input deck, thus allowing for meaningful parameter specifications; (3) problems to be specified using any combination of units; and (4) complex mathematically defined models to be created. WORM is completely written in Perl. Running on all variants of UNIX, Windows, MS-DOS, MacOS, and many other operating systems, Perl is one of the most portable programming languages available. As such, WORM works on practically any computer platform.« less

  7. Army Medical Research and Materiel Command Resident Research Associateship Program

    DTIC Science & Technology

    2017-05-01

    Award Number: W81XWH-12-2-0033 TITLE: Army Medical Research & Materiel Command Resident Research Associateship Program PRINCIPAL INVESTIGATOR...PREPARED FOR: U.S. Army Medical Research and Materiel Command Fort Detrick, Maryland 21702-5012 DISTRIBUTION STATEMENT: Approved for Public...SUBTITLE NRC/AMRMC Resident Research Associateship Program 5a. CONTRACT NUMBER 5b. GRANT NUMBER W81XWH-12-2-0033 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S

  8. The Supreme Allied Commander’s Operational Approach

    DTIC Science & Technology

    2014-05-22

    the Seine below Paris , and then began converging toward the northern line of march just below the first. A third line broke off from the second in a...toward the Seine Basin and Paris .” Therefore, in the aftermath of Goodwood Eisenhower felt both disappointed and deceived. After Goodwood, Eisenhower...command. Simultaneously, Bradley’s armies were to “[capture] Brest , [protect] the southern flank of the

  9. 14 CFR 121.915 - Continuing qualification curriculum.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... in all tasks, procedures and subjects required in accordance with the approved program documentation, as follows: (i) For pilots in command, seconds in command, and flight engineers, First Look in accordance with the certificate holder's FAA-approved program documentation. (ii) For pilots in command...

  10. MARTA: a suite of Java-based tools for assigning taxonomic status to DNA sequences.

    PubMed

    Horton, Matthew; Bodenhausen, Natacha; Bergelson, Joy

    2010-02-15

    We have created a suite of Java-based software to better provide taxonomic assignments to DNA sequences. We anticipate that the program will be useful for protistologists, virologists, mycologists and other microbial ecologists. The program relies on NCBI utilities including the BLAST software and Taxonomy database and is easily manipulated at the command-line to specify a BLAST candidate's query-coverage or percent identity requirements; other options include the ability to set minimal consensus requirements (%) for each of the eight major taxonomic ranks (Domain, Kingdom, Phylum, ...) and whether to consider lower scoring candidates when the top-hit lacks taxonomic classification.

  11. The PyRosetta Toolkit: a graphical user interface for the Rosetta software suite.

    PubMed

    Adolf-Bryfogle, Jared; Dunbrack, Roland L

    2013-01-01

    The Rosetta Molecular Modeling suite is a command-line-only collection of applications that enable high-resolution modeling and design of proteins and other molecules. Although extremely useful, Rosetta can be difficult to learn for scientists with little computational or programming experience. To that end, we have created a Graphical User Interface (GUI) for Rosetta, called the PyRosetta Toolkit, for creating and running protocols in Rosetta for common molecular modeling and protein design tasks and for analyzing the results of Rosetta calculations. The program is highly extensible so that developers can add new protocols and analysis tools to the PyRosetta Toolkit GUI.

  12. Improvements Needed in U.S. Special Operations Command Global Battlestaff and Program Support Contract Oversight

    DTIC Science & Technology

    2013-04-26

    and 6-8 books annually. Some deliverables are due “as required.” This is because the mission of the IATF is dependent upon real-world events and...six lines of investigation (4.1.18). Some deliverables do not have specific due dates or schedules because the mission of the IATF is dependent upon...34 This is because the mission of the IATF is dependent upon real-world events and deliverables are linked to dynamic findings from the SOCOM GSC

  13. MYRaf: An Easy Aperture Photometry GUI for IRAF

    NASA Astrophysics Data System (ADS)

    Niaei, M. S.; KiliÇ, Y.; Özeren, F. F.

    2015-07-01

    We describe the design and development of MYRaf, a GUI (Graphical User Interface) that aims to be completely open-source under General Public License (GPL). MYRaf is an easy to use, reliable, and a fast IRAF aperture photometry GUI tool for those who are conversant with text-based software and command-line procedures in GNU/Linux OSs. MYRaf uses IRAF, PyRAF, matplotlib, ginga, alipy, and SExtractor with the general-purpose and high-level programming language Python, and uses the Qt framework.

  14. Neural-Network-Development Program

    NASA Technical Reports Server (NTRS)

    Phillips, Todd A.

    1993-01-01

    NETS, software tool for development and evaluation of neural networks, provides simulation of neural-network algorithms plus computing environment for development of such algorithms. Uses back-propagation learning method for all of networks it creates. Enables user to customize patterns of connections between layers of network. Also provides features for saving, during learning process, values of weights, providing more-precise control over learning process. Written in ANSI standard C language. Machine-independent version (MSC-21588) includes only code for command-line-interface version of NETS 3.0.

  15. Interagency Evaluation of the Section 1206 Global Train and Equip Program

    DTIC Science & Technology

    2009-08-31

    Capabilities, Joint Staff, U.S. Africa Command, U.S. Central Command, U.S Joint Forces Command, U.S. Pacific Command, U.S. Southern Command, U.S. Special...Intensity Conflict & Interdependent Capabilities; Commanders of U.S. Africa Command, U.S. Central Command, U.S. Joint Forces Command, U.S. Pacific... Central Command, commented that coordinating the Section 1206 project proposal with the partner nation prior to submission would inflate the

  16. Multilingual Speech and Language Processing

    DTIC Science & Technology

    2003-04-01

    client software handles the user end of the transaction. Historically, four clients were provided: e-mail, web, FrameMaker , and command line. By...command-line client and an API. The API allows integration of CyberTrans into a number of processes including word processing packages ( FrameMaker ...preservation and logging, and others. The available clients remain e-mail, Web and FrameMaker . Platforms include both Unix and PC for clients, with

  17. Application of PSAT to Load Flow Analysis with STATCOM under Load Increase Scenario and Line Contingencies

    NASA Astrophysics Data System (ADS)

    Telang, Aparna S.; Bedekar, P. P.

    2017-09-01

    Load flow analysis is the initial and essential step for any power system computation. It is required for choosing better options for power system expansion to meet with ever increasing load demand. Implementation of Flexible AC Transmission System (FACTS) device like STATCOM, in the load flow, which is having fast and very flexible control, is one of the important tasks for power system researchers. This paper presents a simple and systematic approach for steady state power flow calculations with FACTS controller, static synchronous compensator (STATCOM) using command line usage of MATLAB tool-power system analysis toolbox (PSAT). The complexity of MATLAB language programming increases due to incorporation of STATCOM in an existing Newton-Raphson load flow algorithm. Thus, the main contribution of this paper is to show how command line usage of user friendly MATLAB tool, PSAT, can extensively be used for quicker and wider interpretation of the results of load flow with STATCOM. The novelty of this paper lies in the method of applying the load increase pattern, where the active and reactive loads have been changed simultaneously at all the load buses under consideration for creating stressed conditions for load flow analysis with STATCOM. The performance have been evaluated on many standard IEEE test systems and the results for standard IEEE-30 bus system, IEEE-57 bus system, and IEEE-118 bus system are presented.

  18. LiGRO: a graphical user interface for protein-ligand molecular dynamics.

    PubMed

    Kagami, Luciano Porto; das Neves, Gustavo Machado; da Silva, Alan Wilter Sousa; Caceres, Rafael Andrade; Kawano, Daniel Fábio; Eifler-Lima, Vera Lucia

    2017-10-04

    To speed up the drug-discovery process, molecular dynamics (MD) calculations performed in GROMACS can be coupled to docking simulations for the post-screening analyses of large compound libraries. This requires generating the topology of the ligands in different software, some basic knowledge of Linux command lines, and a certain familiarity in handling the output files. LiGRO-the python-based graphical interface introduced here-was designed to overcome these protein-ligand parameterization challenges by allowing the graphical (non command line-based) control of GROMACS (MD and analysis), ACPYPE (ligand topology builder) and PLIP (protein-binder interactions monitor)-programs that can be used together to fully perform and analyze the outputs of complex MD simulations (including energy minimization and NVT/NPT equilibration). By allowing the calculation of linear interaction energies in a simple and quick fashion, LiGRO can be used in the drug-discovery pipeline to select compounds with a better protein-binding interaction profile. The design of LiGRO allows researchers to freely download and modify the software, with the source code being available under the terms of a GPLv3 license from http://www.ufrgs.br/lasomfarmacia/ligro/ .

  19. Construction of a General Purpose Command Language for Use in Computer Dialog.

    DTIC Science & Technology

    1980-09-01

    Page 1 Skeletal Command Action File...............35 2 Sample from Cyber Action File.................36 3 Program MONITOR Structure Chart...return indicates subroutine call and no return Fig 3. Program MONITOR Structure Chart 48 IV. Validation The general purpose command language was...executive control of these functions, in C addition to its role as interpreter. C C The structure , concept, design, and implementation of program C

  20. Development of the Macro Command Editing Executive System for Factory Workers-Oriented Programless Visual Inspection System

    NASA Astrophysics Data System (ADS)

    Anezaki, Takashi; Wakitani, Kouichi; Nakamura, Masatoshi; Kubo, Hiroyasu

    Because visual inspection systems are difficult to tune, they create many problems for the kaizen process. This results in increased development costs and time to assure that the inspection systems function properly. In order to improve inspection system development, we designed an easy-tuning system called a “Program-less” visual inspection system. The ROI macro command which consisted of eight kinds of shape recognition macro commands and decision, operation, control commands was built. Furthermore, the macro command editing executive system was developed by the operation of only the GUI without editing source program. The validity of the ROI macro command was proved by the application of 488 places.

  1. Young Children and Turtle Graphics Programming: Understanding Turtle Commands.

    ERIC Educational Resources Information Center

    Cuneo, Diane O.

    The LOGO programing language developed for children includes a set of primitive graphics commands that control the displacement and rotation of a display screen cursor called a turtle. The purpose of this study was to examine 4- to 7-year-olds' understanding of single turtle commands as transformations that connect turtle states and to…

  2. Government-to-private sector energy programs: Identification of common elements leading to successful implementation

    NASA Astrophysics Data System (ADS)

    Stockton, Keith M.

    This dissertation examines six distinct government energy programs implemented in the United States during the last three decades. A common element within these programs is an attempt by government to drive commercialization of energy technologies leading to changes in energy production or consumptive behavior. We seek to understand the factors that lead to success or failure of these programs with two goals in mind. The first is theoretical in that we test a hypothesis that market-based energy programs have substantially higher success rates than command-and-control programs. The second goal is operational in nature, in which we desire to identify common factors within energy programs that lead either to program success or to failure. We investigate and evaluate three market-based and three command-and-control energy programs. The market-based programs include the federal Corporate Average Fuel Economy and Sulfur Dioxide Emissions Control programs as well as Colorado's Amendment 37. The command-and-control programs include the federal Synthetic Fuels Corporation and Corn Based Ethanol programs as well as Colorado's Solar Electric Power program. We conduct the analysis of each program based on composite methodology derived from leading academics within the Policy Sciences. From our research findings, we conclude that both market-based and command-and-control programs can achieve their legislative goals and objectives, resulting in permanent changes in energy production or consumptive behavior. However, we also find that the economic efficiency is the differentiator between market-based and command-and-control programs. Market-based programs, because of the inherent flexibility, allow participants to react to changing economic and/or technical conditions. In contrast, command-and-control programs lack such flexibility and often result in economic inefficiency when economic conditions change. The financial incentives incorporated in the three command-and-control programs we examined also create market distortions that both limit the flexibility of private markets to adjust to changing economic conditions and discourage the adoption of competing technologies. We conclude our research by recommending that future policy makers maximize the range of methods availability to the private sector to meet legislative goals and limit the use of financial incentives. With these measures, energy programs may achieve higher levels of success by reaching their goals with maximum economic efficiency and minimal negative unanticipated consequences.

  3. TOAD Editor

    NASA Technical Reports Server (NTRS)

    Bingle, Bradford D.; Shea, Anne L.; Hofler, Alicia S.

    1993-01-01

    Transferable Output ASCII Data (TOAD) computer program (LAR-13755), implements format designed to facilitate transfer of data across communication networks and dissimilar host computer systems. Any data file conforming to TOAD format standard called TOAD file. TOAD Editor is interactive software tool for manipulating contents of TOAD files. Commonly used to extract filtered subsets of data for visualization of results of computation. Also offers such user-oriented features as on-line help, clear English error messages, startup file, macroinstructions defined by user, command history, user variables, UNDO features, and full complement of mathematical statistical, and conversion functions. Companion program, TOAD Gateway (LAR-14484), converts data files from variety of other file formats to that of TOAD. TOAD Editor written in FORTRAN 77.

  4. LANDSAT technology transfer to the private and public sectors through community colleges and other locally available institutions

    NASA Technical Reports Server (NTRS)

    Rogers, R. H. (Principal Investigator)

    1980-01-01

    Major first year accomplishments are summarized and plans are provided for the next 12-month period for a program established by NASA with the Environmental Research Institute of Michigan to investigate methods of making LANDSAT technology readily available to a broader set of private sector firms through local community colleges. The program applies a network where the major participants are NASA, university or research institutes, community colleges, and obtain hands-on training in LANDSAT data analysis techniques, using a desk-top, interactive remote analysis station which communicates with a central computing facility via telephone line, and provides for generation of land cover maps and data products via remote command.

  5. Afloat Surface Line Commanding Officer Leadership: A Comprehensive Study

    DTIC Science & Technology

    1992-05-01

    This thesis explored the leadership styles of Navy commanding officers of afloat commands to determine if there were any differences in leadership styles and the effect, if any, of rank, age, commissioning source, education, ethnicity, location, and ship community type that influenced that leadership style. A review of the literature indicated that the Navy adopted the Situational Leadership Model in 1976. The Navy concurred with

  6. Simple proteomics data analysis in the object-oriented PowerShell.

    PubMed

    Mohammed, Yassene; Palmblad, Magnus

    2013-01-01

    Scripting languages such as Perl and Python are appreciated for solving simple, everyday tasks in bioinformatics. A more recent, object-oriented command shell and scripting language, Windows PowerShell, has many attractive features: an object-oriented interactive command line, fluent navigation and manipulation of XML files, ability to consume Web services from the command line, consistent syntax and grammar, rich regular expressions, and advanced output formatting. The key difference between classical command shells and scripting languages, such as bash, and object-oriented ones, such as PowerShell, is that in the latter the result of a command is a structured object with inherited properties and methods rather than a simple stream of characters. Conveniently, PowerShell is included in all new releases of Microsoft Windows and therefore already installed on most computers in classrooms and teaching labs. In this chapter we demonstrate how PowerShell in particular allows easy interaction with mass spectrometry data in XML formats, connection to Web services for tools such as BLAST, and presentation of results as formatted text or graphics. These features make PowerShell much more than "yet another scripting language."

  7. 2005 9th Annual Army Small Business Conference

    DTIC Science & Technology

    2005-11-03

    field commanders who conduct acquisitions. All the Army’s major commands located in the United States will be represented. The conference...Engineer Squad Vehicle i r i l Mobile Gun System il yst Medical Evacuation Vehicle i l v ti i l Reconnaissance Vehicle iss i l Mortar Carrier rt r rri r...Manned Systems Unmanned Air Vehicles Class I ARV-A (L) Small (Manpackable) UGV Non-Line of Sight Cannon Non-Line of Sight Mortar Medical Treatment and

  8. Rapid Diagnostics of Onboard Sequences

    NASA Technical Reports Server (NTRS)

    Starbird, Thomas W.; Morris, John R.; Shams, Khawaja S.; Maimone, Mark W.

    2012-01-01

    Keeping track of sequences onboard a spacecraft is challenging. When reviewing Event Verification Records (EVRs) of sequence executions on the Mars Exploration Rover (MER), operators often found themselves wondering which version of a named sequence the EVR corresponded to. The lack of this information drastically impacts the operators diagnostic capabilities as well as their situational awareness with respect to the commands the spacecraft has executed, since the EVRs do not provide argument values or explanatory comments. Having this information immediately available can be instrumental in diagnosing critical events and can significantly enhance the overall safety of the spacecraft. This software provides auditing capability that can eliminate that uncertainty while diagnosing critical conditions. Furthermore, the Restful interface provides a simple way for sequencing tools to automatically retrieve binary compiled sequence SCMFs (Space Command Message Files) on demand. It also enables developers to change the underlying database, while maintaining the same interface to the existing applications. The logging capabilities are also beneficial to operators when they are trying to recall how they solved a similar problem many days ago: this software enables automatic recovery of SCMF and RML (Robot Markup Language) sequence files directly from the command EVRs, eliminating the need for people to find and validate the corresponding sequences. To address the lack of auditing capability for sequences onboard a spacecraft during earlier missions, extensive logging support was added on the Mars Science Laboratory (MSL) sequencing server. This server is responsible for generating all MSL binary SCMFs from RML input sequences. The sequencing server logs every SCMF it generates into a MySQL database, as well as the high-level RML file and dictionary name inputs used to create the SCMF. The SCMF is then indexed by a hash value that is automatically included in all command EVRs by the onboard flight software. Second, both the binary SCMF result and the RML input file can be retrieved simply by specifying the hash to a Restful web interface. This interface enables command line tools as well as large sophisticated programs to download the SCMF and RMLs on-demand from the database, enabling a vast array of tools to be built on top of it. One such command line tool can retrieve and display RML files, or annotate a list of EVRs by interleaving them with the original sequence commands. This software has been integrated with the MSL sequencing pipeline where it will serve sequences useful in diagnostics, debugging, and situational awareness throughout the mission.

  9. Costing Complex Products, Operations, and Support

    DTIC Science & Technology

    2011-04-30

    Symposium, 10-12 May 2011, Seaside, CA. U.S. Government or Federal Rights License 14. ABSTRACT Complex products and systems (CoPS), such as large defense...Program Executive Officer SHIPS • Commander, Naval Sea Systems Command • Army Contracting Command, U.S. Army Materiel Command • Program Manager...Airborne, Maritime and Fixed Station Joint Tactical Radio System = ==================^Åèìáëáíáçå=oÉëÉ~êÅÜW=`ob^qfkd=pvkbodv=clo=fkclojba=`e^kdb=====- ii

  10. IGDS/TRAP Interface Program (ITIP). Detailed Design Specification (DDS). [network flow diagrams for coal gasification studies

    NASA Technical Reports Server (NTRS)

    Jefferys, S.; Johnson, W.; Lewis, R.; Rich, R.

    1981-01-01

    The software modules which comprise the IGDS/TRAP Interface Program are described. A hierarchical input processing output (HIPO) chart for each user command is given. The description consists of: (1) function of the user command; (2) calling sequence; (3) moduls which call this use command; (4) modules called by this user command; (5) IGDS commands used by this user command; and (6) local usage of global registers. Each HIPO contains the principal functions performed within the module. Also included with each function are a list of the inputs which may be required to perform the function and a list of the outputs which may be created as a result of performing the function.

  11. Command system output bit verification

    NASA Technical Reports Server (NTRS)

    Odd, C. W.; Abbate, S. F.

    1981-01-01

    An automatic test was developed to test the ability of the deep space station (DSS) command subsystem and exciter to generate and radiate, from the exciter, the correct idle bit sequence for a given flight project or to store and radiate received command data elements and files without alteration. This test, called the command system output bit verification test, is an extension of the command system performance test (SPT) and can be selected as an SPT option. The test compares the bit stream radiated from the DSS exciter with reference sequences generated by the SPT software program. The command subsystem and exciter are verified when the bit stream and reference sequences are identical. It is a key element of the acceptance testing conducted on the command processor assembly (CPA) operational program (DMC-0584-OP-G) prior to its transfer from development to operations.

  12. Data display and analysis with μView

    NASA Astrophysics Data System (ADS)

    Tucakov, Ivan; Cosman, Jacob; Brewer, Jess H.

    2006-03-01

    The μView utility is a new Java applet version of the old db program, extended to include direct access to MUD data files, from which it can construct a variety of spectrum types, including complex and RRF-transformed spectra. By using graphics features built into all modern Web browsers, it provides full graphical display capabilities consistently across all platforms. It has the full command-line functionality of db as well as a more intuitive graphical user interface and extensive documentation, and can read and write db, csv and XML format files.

  13. Traumatic Brain Injury: A Guide for Caregivers of Service Members and Veterans: Navigating Services and Benefits Module 4

    DTIC Science & Technology

    2010-04-01

    help outside their chain of command. 41 Your family member may also: • feel depressed • begin to abuse alcohol or drugs • have problems with...P.O. Box 5715 Helena, MT 59604 P.O. Box 95083 301 Centennial Mall South, 6th Floor Lincoln, NE 68509 5460 Reno Corporation Dr. Reno, NV 89511 275...main.htm or call the toll-free line at 1-800-444-5445. DoD Mental Health Self Assessment Program Anonymous self-assessments are available for depression

  14. MeV+R: using MeV as a graphical user interface for Bioconductor applications in microarray analysis

    PubMed Central

    Chu, Vu T; Gottardo, Raphael; Raftery, Adrian E; Bumgarner, Roger E; Yeung, Ka Yee

    2008-01-01

    We present MeV+R, an integration of the JAVA MultiExperiment Viewer program with Bioconductor packages. This integration of MultiExperiment Viewer and R is easily extensible to other R packages and provides users with point and click access to traditionally command line driven tools written in R. We demonstrate the ability to use MultiExperiment Viewer as a graphical user interface for Bioconductor applications in microarray data analysis by incorporating three Bioconductor packages, RAMA, BRIDGE and iterativeBMA. PMID:18652698

  15. Stata companion.

    PubMed

    Brennan, Jennifer Sousa

    2010-01-01

    This chapter is an introductory reference guide highlighting some of the most common statistical topics, broken down into both command-line syntax and graphical interface point-and-click commands. This chapter serves to supplement more formal statistics lessons and expedite using Stata to compute basic analyses.

  16. 78 FR 53109 - Security Zones; Naval Base Point Loma; Naval Mine Anti-Submarine Warfare Command; San Diego Bay...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-08-28

    ...-AA87 Security Zones; Naval Base Point Loma; Naval Mine Anti-Submarine Warfare Command; San Diego Bay... Anti-Submarine Warfare Command to protect the relocated marine mammal program. These security zone... Warfare Command, the Commander of Naval Region Southwest, or a designated representative of those...

  17. Improving Control of Two Motor Controllers

    NASA Technical Reports Server (NTRS)

    Toland, Ronald W.

    2004-01-01

    A computer program controls motors that drive translation stages in a metrology system that consists of a pair of two-axis cathetometers. This program is specific to Compumotor Gemini (or equivalent) motors and the Compumotor 6K-series (or equivalent) motor controller. Relative to the software supplied with the controller, this program affords more capabilities and is easier to use. Written as a Virtual Instrument in the LabVIEW software system, the program presents an imitation control panel that the user can manipulate by use of a keyboard and mouse. There are three modes of operation: command, movement, and joystick. In command mode, single commands are sent to the controller for troubleshooting. In movement mode, distance, speed, and/or acceleration commands are sent to the controller. Position readouts from the motors and from position encoders on the translation stages are displayed in marked fields. At any time, the position readouts can be recorded in a file named by the user. In joystick mode, the program yields control of the motors to a joystick. The program sends commands to, and receives data from, the controller via a serial cable connection, using the serial-communication portion of the software supplied with the controller.

  18. Easy robot programming for beginners and kids using augmented reality environments

    NASA Astrophysics Data System (ADS)

    Sakamoto, Kunio; Nishiguchi, Masahiro

    2010-11-01

    The authors have developed the mobile robot which can be programmed by command and instruction cards. All you have to do is to arrange cards on a table and to shot the programming stage by a camera. Our card programming system recognizes instruction cards and translates icon commands into the motor driver program. This card programming environment also provides low-level structure programming.

  19. Computer Center Reference Manual. Volume 1

    DTIC Science & Technology

    1990-09-30

    Unlimited o- 0 0 91o1 UNCLASSI FI ED SECURITY CLASSIFICATION OF THIS PAGE REPORT DOCUMENTATION PAGE la . REPORT SECURITY CLASSIFICATION lb. RESTRICTIVE...with connection to INTERNET ) (host tables allow transfer to some other networks) OASYS - the DTRC Office Automation System The following can be reached...and buffers, two windows, and some word processing commands. Advanced editing commands are entered through the use of a command line. EVE las its own

  20. XMGR5 users manual

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jones, K.R.; Fisher, J.E.

    1997-03-01

    ACE/gr is XY plotting tool for workstations or X-terminals using X. A few of its features are: User defined scaling, tick marks, labels, symbols, line styles, colors. Batch mode for unattended plotting. Read and write parameters used during a session. Polynomial regression, splines, running averages, DFT/FFT, cross/auto-correlation. Hardcopy support for PostScript, HP-GL, and FrameMaker.mif format. While ACE/gr has a convenient point-and-click interface, most parameter settings and operations are available through a command line interface (found in Files/Commands).

  1. Computer-Assisted Instruction to Teach DOS Commands: A Pilot Study.

    ERIC Educational Resources Information Center

    McWeeney, Mark G.

    1992-01-01

    Describes a computer-assisted instruction (CAI) program used to teach DOS commands. Pretest and posttest results for 65 graduate students using the program are reported, and it is concluded that the CAI program significantly aided the students. Sample screen displays for the program and several questions from the pre/posttest are included. (nine…

  2. GANGA: A tool for computational-task management and easy access to Grid resources

    NASA Astrophysics Data System (ADS)

    Mościcki, J. T.; Brochu, F.; Ebke, J.; Egede, U.; Elmsheuser, J.; Harrison, K.; Jones, R. W. L.; Lee, H. C.; Liko, D.; Maier, A.; Muraru, A.; Patrick, G. N.; Pajchel, K.; Reece, W.; Samset, B. H.; Slater, M. W.; Soroko, A.; Tan, C. L.; van der Ster, D. C.; Williams, M.

    2009-11-01

    In this paper, we present the computational task-management tool GANGA, which allows for the specification, submission, bookkeeping and post-processing of computational tasks on a wide set of distributed resources. GANGA has been developed to solve a problem increasingly common in scientific projects, which is that researchers must regularly switch between different processing systems, each with its own command set, to complete their computational tasks. GANGA provides a homogeneous environment for processing data on heterogeneous resources. We give examples from High Energy Physics, demonstrating how an analysis can be developed on a local system and then transparently moved to a Grid system for processing of all available data. GANGA has an API that can be used via an interactive interface, in scripts, or through a GUI. Specific knowledge about types of tasks or computational resources is provided at run-time through a plugin system, making new developments easy to integrate. We give an overview of the GANGA architecture, give examples of current use, and demonstrate how GANGA can be used in many different areas of science. Catalogue identifier: AEEN_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEEN_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: GPL No. of lines in distributed program, including test data, etc.: 224 590 No. of bytes in distributed program, including test data, etc.: 14 365 315 Distribution format: tar.gz Programming language: Python Computer: personal computers, laptops Operating system: Linux/Unix RAM: 1 MB Classification: 6.2, 6.5 Nature of problem: Management of computational tasks for scientific applications on heterogenous distributed systems, including local, batch farms, opportunistic clusters and Grids. Solution method: High-level job management interface, including command line, scripting and GUI components. Restrictions: Access to the distributed resources depends on the installed, 3rd party software such as batch system client or Grid user interface.

  3. Perspectives of US military commanders on tobacco use and tobacco control policy.

    PubMed

    Poston, Walker S C; Haddock, Christopher K; Jahnke, Sara A; Jitnarin, Nattinee; Malone, Ruth E; Smith, Elizabeth A

    2017-05-01

    Tobacco use among members of the US military service is unacceptably high, resulting in substantial healthcare and personnel costs. Support of military command is critical to the success of tobacco control policies because line commanders are responsible for implementation and enforcement. This study is the first to examine US military line commanders' perspectives about current tobacco control policies and the impact of tobacco on readiness. We conducted key-informant interviews with 20 officers at the US Army's Command and General Staff College about military tobacco use and tobacco control policy. Participants identified the long-term impact of tobacco use on military members, but were unaware of proximal effects on health and readiness other than lost productivity due to smoke breaks. Officers also discussed nicotine addiction and the logistics of ensuring that an addicted population had access to tobacco. Regarding policy, most knew about regulations governing smoke-free areas and were open to stronger restrictions, but were unaware of current policies governing prevention, intervention and product sales. Findings suggest that strong policy that takes advantage of the hierarchical and disciplined nature of the military, supported by senior line and civilian leadership up to and including the secretaries of the services and the Secretary of Defense, will be critical to substantially diminishing tobacco use by military personnel. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://www.bmj.com/company/products-services/rights-and-licensing/.

  4. VAPEPS user's reference manual, version 5.0

    NASA Technical Reports Server (NTRS)

    Park, D. M.

    1988-01-01

    This is the reference manual for the VibroAcoustic Payload Environment Prediction System (VAPEPS). The system consists of a computer program and a vibroacoustic database. The purpose of the system is to collect measurements of vibroacoustic data taken from flight events and ground tests, and to retrieve this data and provide a means of using the data to predict future payload environments. This manual describes the operating language of the program. Topics covered include database commands, Statistical Energy Analysis (SEA) prediction commands, stress prediction command, and general computational commands.

  5. Airpower Leadership on the Front Line: Lt Gen George H. Brett and Combat Command

    DTIC Science & Technology

    2006-09-01

    front.indd 5 11/7/06 10:29:42 AM insight into the makings of effective leadership and successful command. THOMAS HUGHES Associate Professor School...transformed impossibilities into tasks completed. My thesis reader, Dr. Thomas Hughes, lent his unerring sense of style and his gifted historical...project. The commandant, Col Thomas E. Griffith, provided papers pertaining to General Brett from his collection of historical documents. Dr. Harold R

  6. C 3, A Command-line Catalog Cross-match Tool for Large Astrophysical Catalogs

    NASA Astrophysics Data System (ADS)

    Riccio, Giuseppe; Brescia, Massimo; Cavuoti, Stefano; Mercurio, Amata; di Giorgio, Anna Maria; Molinari, Sergio

    2017-02-01

    Modern Astrophysics is based on multi-wavelength data organized into large and heterogeneous catalogs. Hence, the need for efficient, reliable and scalable catalog cross-matching methods plays a crucial role in the era of the petabyte scale. Furthermore, multi-band data have often very different angular resolution, requiring the highest generality of cross-matching features, mainly in terms of region shape and resolution. In this work we present C 3 (Command-line Catalog Cross-match), a multi-platform application designed to efficiently cross-match massive catalogs. It is based on a multi-core parallel processing paradigm and conceived to be executed as a stand-alone command-line process or integrated within any generic data reduction/analysis pipeline, providing the maximum flexibility to the end-user, in terms of portability, parameter configuration, catalog formats, angular resolution, region shapes, coordinate units and cross-matching types. Using real data, extracted from public surveys, we discuss the cross-matching capabilities and computing time efficiency also through a direct comparison with some publicly available tools, chosen among the most used within the community, and representative of different interface paradigms. We verified that the C 3 tool has excellent capabilities to perform an efficient and reliable cross-matching between large data sets. Although the elliptical cross-match and the parametric handling of angular orientation and offset are known concepts in the astrophysical context, their availability in the presented command-line tool makes C 3 competitive in the context of public astronomical tools.

  7. United States Air Force Summer Research Program -- 1991. High School Apprenticeship Program (HSAP) Reports, Volume 13: Wright Laboratory

    DTIC Science & Technology

    1991-12-01

    ei a. "h:2 ;.::,e :v a :ei.w co±’eague. CAct. Alien Andrews. SAF. who s*_ese_ . zne tere in mod i: at:ons ch he m i emen tec tha nabed "he :CT -L work...program by entering: SET COMMAND SYS $SYSTEM:SAVE85 i0. Load the LOAD85 program by entering: SET COMMAND SYS $SYSTEM:LOAD85 11. Connect the VT340 with the...SYSINT CUROFF 4. Load the LOAD85 program by entering: SET COMMAND SYS $SYSTEM:LOAD85 5. Display the image to be printed on the screen by entering: LOAD85

  8. Scalable Unix commands for parallel processors : a high-performance implementation.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ong, E.; Lusk, E.; Gropp, W.

    2001-06-22

    We describe a family of MPI applications we call the Parallel Unix Commands. These commands are natural parallel versions of common Unix user commands such as ls, ps, and find, together with a few similar commands particular to the parallel environment. We describe the design and implementation of these programs and present some performance results on a 256-node Linux cluster. The Parallel Unix Commands are open source and freely available.

  9. Sway control method and system for rotary cranes

    DOEpatents

    Robinett, R.D.; Parker, G.G.; Feddema, J.T.; Dohrmann, C.R.; Petterson, B.J.

    1999-06-01

    Methods and apparatuses are disclosed for reducing the oscillatory motion of rotary crane payloads during operator-commanded or computer-controlled maneuvers. An Input-shaping filter receives input signals from multiple operator input devices and converts them into output signals readable by the crane controller to dampen the payload tangential and radial sway associated with rotation of the jib. The input signals are characterized by a hub rotation trajectory [gamma](t), which includes a jib angular acceleration [gamma], a trolley acceleration x, and a load-line length velocity L. The system state variables are characterized by a tangential rotation angle [theta](t) and a radial rotation angle [phi](t) of the load-line. The coupled equations of motion governing the filter are non-linear and configuration-dependent. In one embodiment, a filter is provided between the operator and the crane for filtering undesired frequencies from the angular [gamma] and trolley x velocities to suppress payload oscillation. In another embodiment, crane commands are computer generated and controlled to suppress vibration of the payload using a postulated asymmetrical shape for the acceleration profiles of the jib, which profiles are uniquely determined by a set of parameters (including the acceleration pulse amplitude and the duration and coast time between pulses), or a dynamic programming approach. 25 figs.

  10. Sway control method and system for rotary cranes

    DOEpatents

    Robinett, Rush D.; Parker, Gordon G.; Feddema, John T.; Dohrmann, Clark R.; Petterson, Ben J.

    1999-01-01

    Methods and apparatuses for reducing the oscillatory motion of rotary crane payloads during operator-commanded or computer-controlled maneuvers. An Input-shaping filter receives input signals from multiple operator input devices and converts them into output signals readable by the crane controller to dampen the payload tangential and radial sway associated with rotation of the jib. The input signals are characterized by a hub rotation trajectory .gamma.(t), which includes a jib angular acceleration .gamma., a trolley acceleration x, and a load-line length velocity L. The system state variables are characterized by a tangential rotation angle .theta.(t) and a radial rotation angle .phi.(t) of the load-line. The coupled equations of motion governing the filter are non-linear and configuration-dependent. In one embodiment, a filter is provided between the operator and the crane for filtering undesired frequencies from the angular .gamma. and trolley x velocities to suppress payload oscillation. In another embodiment, crane commands are computer generated and controlled to suppress vibration of the payload using a postulated asymmetrical shape for the acceleration profiles of the jib, which profiles are uniquely determined by a set of parameters (including the acceleration pulse amplitude and the duration and coast time between pulses), or a dynamic programming approach.

  11. PILOT: A Programming Language for Beginners.

    ERIC Educational Resources Information Center

    Schnorr, Janice M.

    The presentation describes PILOT (Programmed Inquiry, Learning or Teaching), a special programing language easy for beginners to learn and available for several brands of microcomputers. PILOT is explained to contain substantially fewer commands than most other languages and to be written in an easy to understand manner. Edit commands and their…

  12. 14 CFR 91.531 - Second in command requirements.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 14 Aeronautics and Space 2 2013-01-01 2013-01-01 false Second in command requirements. 91.531...-Powered Multiengine Airplanes and Fractional Ownership Program Aircraft § 91.531 Second in command... following airplanes without a pilot who is designated as second in command of that airplane: (1) A large...

  13. 14 CFR 91.531 - Second in command requirements.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 14 Aeronautics and Space 2 2012-01-01 2012-01-01 false Second in command requirements. 91.531...-Powered Multiengine Airplanes and Fractional Ownership Program Aircraft § 91.531 Second in command... following airplanes without a pilot who is designated as second in command of that airplane: (1) A large...

  14. 14 CFR 91.531 - Second in command requirements.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 14 Aeronautics and Space 2 2010-01-01 2010-01-01 false Second in command requirements. 91.531...-Powered Multiengine Airplanes and Fractional Ownership Program Aircraft § 91.531 Second in command... following airplanes without a pilot who is designated as second in command of that airplane: (1) A large...

  15. 14 CFR 91.531 - Second in command requirements.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 14 Aeronautics and Space 2 2014-01-01 2014-01-01 false Second in command requirements. 91.531...-Powered Multiengine Airplanes and Fractional Ownership Program Aircraft § 91.531 Second in command... following airplanes without a pilot who is designated as second in command of that airplane: (1) A large...

  16. 14 CFR 91.531 - Second in command requirements.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 14 Aeronautics and Space 2 2011-01-01 2011-01-01 false Second in command requirements. 91.531...-Powered Multiengine Airplanes and Fractional Ownership Program Aircraft § 91.531 Second in command... following airplanes without a pilot who is designated as second in command of that airplane: (1) A large...

  17. Ground station software for receiving and handling Irecin telemetry data

    NASA Astrophysics Data System (ADS)

    Ferrante, M.; Petrozzi, M.; Di Ciolo, L.; Ortenzi, A.; Troso, G

    2004-11-01

    The on board resources, needed to perform the mission tasks, are very limited in nano-satellites. This paper proposes a software system to receive, manage and process in Real Time the Telemetry data coming from IRECIN nanosatellite and transmit operator manual commands and operative procedures. During the receiving phase, it shows the IRECIN subsystem physical values, visualizes the IRECIN attitude, and performs other suitable functions. The IRECIN Ground Station program is in charge to exchange information between IRECIN and the Ground segment. It carries out, in real time during IRECIN transmission phase, IRECIN attitude drawing, sun direction drawing, power supply received from Sun, visualization of the telemetry data, visualization of Earth magnetic field and more other functions. The received data are memorized and interpreted by a module, parser, and distribute to the suitable modules. Moreover it allows sending manual and automatic commands. Manual commands are delivered by an operator, on the other hand, automatic commands are provided by pre-configured operative procedures. Operative procedures development is realized in a previous phase called configuration phase. This program is also in charge to carry out a test session by mean the scheduler and commanding modules allowing execution of specific tasks without operator control. A log module to memorize received and transmitted data is realized. A phase to analyze, filter and visualize in off line the collected data, called post analysis, is based on the data extraction form the log module. At the same time, the Ground Station Software can work in network allowing managing, receiving and sending data/commands from different sites. The proposed system constitutes the software of IRECIN Ground Station. IRECIN is a modular nanosatellite weighting less than 2 kg, constituted by sixteen external sides with surface-mounted solar cells and three internal Al plates, kept together by four steel bars. Lithium-ions batteries are used. Attitude is determined by two three-axis magnetometers and the solar panels data. Control is provided by an active magnetic control system. The spacecraft will be spin- stabilized with the spin-axis normal to the orbit. All IRECIN electronic components are SMD technology in order to reduce weight and size. The realized Electronic board are completely developed, realized and tested at the Vitrociset S.P.A. under control of Research and Develop Group

  18. The New Web-Based Hera Data Processing System at the HEASARC

    NASA Technical Reports Server (NTRS)

    Pence, W.

    2011-01-01

    The HEASARC at NASA/GSFC has provide an on-line astronomical data processing system called Hera for several years. Hera provides a complete data processing environment, including installed software packages, local data storage, and the CPU resources needed to process the user's data. The original design of Hera, however, has 2 requirements that has limited it's usefulness for some users, namely, that 1) the user must download and install a small helper program on their own computer before using Hera, and 2) Hera requires that several computer ports/sockets be allowed to communicate through any local firewalls on the users machine. Both of these restrictions can be problematic for some users, therefore we are now migrating Hera into a purely Web based environment which only requires a standard Web browser. The first release of Web Hera is now publicly available at http://heasarc.gsfc.nasa.gov/webheara/. It currently provides a standard graphical interface for running hundreds of different data processing programs that are available in the HEASARC's ftools software package. Over the next year we to add more features to Web Hera, including an interactive command line interface, and more display and line capabilities.

  19. Interactive full channel teletext system for cable television nets

    NASA Astrophysics Data System (ADS)

    Vandenboom, H. P. A.

    1984-08-01

    A demonstration set-up of an interactive full channel teletext (FCT) system for cable TV networks with two-way data communication possibilities was designed and realized. In FCT all image lines are used for teletext data lines. The FCT decoder was placed in the mini-star, and the FCT encoder which provides the FCT signal was placed in the local center. From the FCT signal a number of data lines are selected using an extra FCT decoder. They are placed on the image lines reserved for teletext so that a normal TV receiver equipped with a teletext decoder, can process the selected data lines. For texts not on hand in the FCT signal, a command can be sent to the local center via the data communication path. A cheap and simple system is offered in which the number of commanded pages or books is in principle unlimited, while the used waiting time and channel capacity is limited.

  20. Complementary interactions between command-like interneurons that function to activate and specify motor programs.

    PubMed

    Wu, Jin-Sheng; Wang, Nan; Siniscalchi, Michael J; Perkins, Matthew H; Zheng, Yu-Tong; Yu, Wei; Chen, Song-an; Jia, Ruo-nan; Gu, Jia-Wei; Qian, Yi-Qing; Ye, Yang; Vilim, Ferdinand S; Cropper, Elizabeth C; Weiss, Klaudiusz R; Jing, Jian

    2014-05-07

    Motor activity is often initiated by a population of command-like interneurons. Command-like interneurons that reliably drive programs have received the most attention, so little is known about how less reliable command-like interneurons may contribute to program generation. We study two electrically coupled interneurons, cerebral-buccal interneuron-2 (CBI-2) and CBI-11, which activate feeding motor programs in the mollusk Aplysia californica. Earlier work indicated that, in rested preparations, CBI-2, a powerful activator of programs, can trigger ingestive and egestive programs. CBI-2 reliably generated ingestive patterns only when it was repeatedly stimulated. The ability of CBI-2 to trigger motor activity has been attributed to the two program-promoting peptides it contains, FCAP and CP2. Here, we show that CBI-11 differs from CBI-2 in that it contains FCAP but not CP2. Furthermore, it is weak in its ability to drive programs. On its own, CBI-11 is therefore less effective as a program activator. When it is successful, however, CBI-11 is an effective specifier of motor activity; that is, it drives mostly ingestive programs. Importantly, we found that CBI-2 and CBI-11 complement each other's actions. First, prestimulation of CBI-2 enhanced the ability of CBI-11 to drive programs. This effect appears to be partly mediated by CP2. Second, coactivation of CBI-11 with CBI-2 makes CBI-2 programs immediately ingestive. This effect may be mediated by specific actions that CBI-11 exerts on pattern-generating interneurons. Therefore, different classes of command-like neurons in a motor network may make distinct, but potentially complementary, contributions as either activators or specifiers of motor activity.

  1. Complementary Interactions between Command-Like Interneurons that Function to Activate and Specify Motor Programs

    PubMed Central

    Wu, Jin-Sheng; Wang, Nan; Siniscalchi, Michael J.; Perkins, Matthew H.; Zheng, Yu-Tong; Yu, Wei; Chen, Song-an; Jia, Ruo-nan; Gu, Jia-Wei; Qian, Yi-Qing; Ye, Yang; Vilim, Ferdinand S.; Cropper, Elizabeth C.; Weiss, Klaudiusz R.

    2014-01-01

    Motor activity is often initiated by a population of command-like interneurons. Command-like interneurons that reliably drive programs have received the most attention, so little is known about how less reliable command-like interneurons may contribute to program generation. We study two electrically coupled interneurons, cerebral-buccal interneuron-2 (CBI-2) and CBI-11, which activate feeding motor programs in the mollusk Aplysia californica. Earlier work indicated that, in rested preparations, CBI-2, a powerful activator of programs, can trigger ingestive and egestive programs. CBI-2 reliably generated ingestive patterns only when it was repeatedly stimulated. The ability of CBI-2 to trigger motor activity has been attributed to the two program-promoting peptides it contains, FCAP and CP2. Here, we show that CBI-11 differs from CBI-2 in that it contains FCAP but not CP2. Furthermore, it is weak in its ability to drive programs. On its own, CBI-11 is therefore less effective as a program activator. When it is successful, however, CBI-11 is an effective specifier of motor activity; that is, it drives mostly ingestive programs. Importantly, we found that CBI-2 and CBI-11 complement each other's actions. First, prestimulation of CBI-2 enhanced the ability of CBI-11 to drive programs. This effect appears to be partly mediated by CP2. Second, coactivation of CBI-11 with CBI-2 makes CBI-2 programs immediately ingestive. This effect may be mediated by specific actions that CBI-11 exerts on pattern-generating interneurons. Therefore, different classes of command-like neurons in a motor network may make distinct, but potentially complementary, contributions as either activators or specifiers of motor activity. PMID:24806677

  2. 46 CFR 42.13-5 - Strength of vessel.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... information to the Commandant. (b) Vessels built and maintained in conformity with the requirements of a classification society recognized by the Commandant are considered to possess adequate strength for the purpose... General Rules for Determining Load Lines § 42.13-5 Strength of vessel. (a) The assigning and issuing...

  3. A free interactive matching program

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    J.-F. Ostiguy

    1999-04-16

    For physicists and engineers involved in the design and analysis of beamlines (transfer lines or insertions) the lattice function matching problem is central and can be time-consuming because it involves constrained nonlinear optimization. For such problems convergence can be difficult to obtain in general without expert human intervention. Over the years, powerful codes have been developed to assist beamline designers. The canonical example is MAD (Methodical Accelerator Design) developed at CERN by Christophe Iselin. MAD, through a specialized command language, allows one to solve a wide variety of problems, including matching problems. Although in principle, the MAD command interpreter canmore » be run interactively, in practice the solution of a matching problem involves a sequence of independent trial runs. Unfortunately, but perhaps not surprisingly, there still exists relatively few tools exploiting the resources offered by modern environments to assist lattice designer with this routine and repetitive task. In this paper, we describe a fully interactive lattice matching program, written in C++ and assembled using freely available software components. An important feature of the code is that the evolution of the lattice functions during the nonlinear iterative process can be graphically monitored in real time; the user can dynamically interrupt the iterations at will to introduce new variables, freeze existing ones into their current state and/or modify constraints. The program runs under both UNIX and Windows NT.« less

  4. NORAD & U.S. Northern Command

    Science.gov Websites

    NORAD and USNORTHCOM Change of Command is tomorrow at 9 a.m. MDT. Watch it o... Twitter Logo N&NC Academic Engagement Opportunities N&NC Volunteer Student Internship Program Arctic Edge 2018 Sgt - Because N&NC are joint commands the commander can be from any US military branch. @USArmy@usairforce

  5. 78 FR 28809 - Reserve Forces Policy Board (RFPB); Notice of Federal Advisory Committee Meeting

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-05-16

    ... Assessment and Program Evaluation; the Deputy Commander, U.S. Cyber Command; Dr. Paul Stockton, former...; and the cost to maintain a strong Reserve Component. Additionally, the Deputy Commander, U.S. Cyber Command, will discuss his views on the increased emphasis placed on cyber security and the logical mission...

  6. cloudPEST - A python module for cloud-computing deployment of PEST, a program for parameter estimation

    USGS Publications Warehouse

    Fienen, Michael N.; Kunicki, Thomas C.; Kester, Daniel E.

    2011-01-01

    This report documents cloudPEST-a Python module with functions to facilitate deployment of the model-independent parameter estimation code PEST on a cloud-computing environment. cloudPEST makes use of low-level, freely available command-line tools that interface with the Amazon Elastic Compute Cloud (EC2(TradeMark)) that are unlikely to change dramatically. This report describes the preliminary setup for both Python and EC2 tools and subsequently describes the functions themselves. The code and guidelines have been tested primarily on the Windows(Registered) operating system but are extensible to Linux(Registered).

  7. Four Apollo astronauts with Command and Service Module at ASVC prior to grand opening

    NASA Technical Reports Server (NTRS)

    1997-01-01

    Some of the former Apollo program astronauts admire an Apollo Command and Service Module during a tour the new Apollo/Saturn V Center (ASVC) at KSC prior to the gala grand opening ceremony for the facility that was held Jan. 8, 1997. The astronauts were invited to participate in the event, which also featured NASA Administrator Dan Goldin and KSC Director Jay Honeycutt. The astronauts are (from left): Apollo 10 Command Module Pilot and Apollo 16 Commander John W. Young;. Apollo 11 Lunar Module Pilot Edwin E. 'Buzz' Aldrin, Jr.; Apollo 17 Commander Eugene A. Cernan; and Apollo 10 Commander Thomas P. Stafford. The ASVC also features several other Apollo program spacecraft components, multimedia presentations and a simulated Apollo/Saturn V liftoff. The facility will be a part of the KSC bus tour that embarks from the KSC Visitor Center.

  8. M1A2 tank commander's independent thermal viewer optics: system engineering perspective

    NASA Astrophysics Data System (ADS)

    Ratcliff, David D.

    1993-08-01

    As successful as the M1A1 Abrams tank was in the Gulf War, a program has been under way for several years to improve and modernize the M1A1 to keep pace with new threats and to take advantage of new technology. This program has resulted in the M1A2 upgrade program which significantly improves the survivability and lethality of the tank. First, the point-to-point wiring and analog signal processing was replaced with digital processing and control with a modern, aircraft-style digital data bus. Additional command and control aspects of the upgrade greatly improved the situational awareness of the M1A2 commander. Finally, an additional thermal imaging system was added for the commander. This system, the M1A2 Commander's Independent Thermal Viewer (CITV) is the topic of the following paper, which details the design from a system engineering perspective, and a companion paper that presents the optical design perspective.

  9. A Goal Programming R&D (Research and Development) Project Funding Model of the U.S. Army Strategic Defense Command Using the Analytic Hierarchy Process.

    DTIC Science & Technology

    1987-09-01

    A187 899 A GOAL PROGRANNIN R&D (RESEARCH AND DEVELOPMENT) 1/2 PROJECT FUNDING MODEL 0 (U) NAVAL POSTGRADUATE SCHOOL MONTEREY CA S M ANDERSON SEP 87...PROGRAMMING R&D PROJECT FUNDING MODEL OF THE U.S. ARMY STRATEGIC DEFENSE COMMAND USING THE ANALYTIC HIERARCHY PROCESS by Steven M. Anderson September 1987...jACCESSION NO TITI E (Influde Securt ClauAIcatsrn) A Goal Programming R&D Project Funding Model of the U.S. Army Strategic Defense Command Using the

  10. XPI: The Xanadu Parameter Interface

    NASA Technical Reports Server (NTRS)

    White, N.; Barrett, P.; Oneel, B.; Jacobs, P.

    1992-01-01

    XPI is a table driven parameter interface which greatly simplifies both command driven programs such as BROWSE and XIMAGE as well as stand alone single-task programs. It moves all of the syntax and semantic parsing of commands and parameters out of the users code into common code and externally defined tables. This allows the programmer to concentrate on writing the code unique to the application rather than reinventing the user interface and for external graphical interfaces to interface with no changes to the command driven program. XPI also includes a compatibility library which allows programs written using the IRAF host interface (Mandel and Roll) to use XPI in place of the IRAF host interface.

  11. Band of Brothers or Dysfunctional Family? A Military Perspective on Coalition Challenges During Stability Operations

    DTIC Science & Technology

    2011-01-01

    vehicle LCT landing craft, tank LO liaison officer LOO line of operation MIS Military Intelligence Service MND (SE) Multi-National Division South East...23, 2000. Their units then fell under the command of the peace- keeping force (PKF) commander, Lt Gen Jaime de los Santos of the Philippines, who was...rather than instantaneous transition of responsibility between his command and the PKF. He suggested to General de los Santos that the UNTAET staff

  12. Ascent stage of Apollo 10 Lunar Module seen from Command module

    NASA Image and Video Library

    1969-05-22

    AS10-34-5112 (26 May 1969) --- The ascent stage of the Apollo 10 Lunar Module (LM) is photographed from the Command Module prior to docking in lunar orbit. The LM is approaching the Command and Service Modules from below. The LM descent stage had already been jettisoned. The lunar surface in the background is near, but beyond the eastern limb of the moon as viewed from Earth (about 120 degrees east longitude). The red/blue diagonal line is the spacecraft window.

  13. Digital Control of the Czochralski Growth of Gallium Arsenide-Controller Software Reference Manual

    DTIC Science & Technology

    1987-07-15

    possible with regard to the format of the commands. Several help menus and extensive command prompts guide the operator. The dialog between the...single-zone heater is in use.) - 4 - Kfc ^&S^^ p IS’ K: i 1. Digital Control of Czochralski GaAs Crystal Growth (2) Four tachometers which are...commands for the display of menus or auxiliary information. The scrolled portion shrinks to four lines if auxiliary data display is re- quested with the

  14. The Generic Mapping Tools 6: Classic versus Modern Mode

    NASA Astrophysics Data System (ADS)

    Wessel, P.; Uieda, L.; Luis, J. M. F.; Scharroo, R.; Smith, W. H. F.; Wobbe, F.

    2017-12-01

    The Generic Mapping Tools (GMT; gmt.soest.hawaii.edu) is a 25-year old, mature open-source software package for the analysis and display of geoscience data (e.g., interpolate, filter, manipulate, project and plot temporal and spatial data). The GMT "toolbox" includes about 80 core and 40 supplemental modules sharing a common set of command options, file structures, and documentation. GMT5, when released in 2013, introduced an application programming interface (API) to allow programmatic access to GMT from other computing environments. Since then, we have released a GMT/MATLAB toolbox, an experimental GMT/Julia package, and will soon introduce a GMT/Python module. In developing these extensions, we wanted to simplify the GMT learning curve but quickly realized the main stumbling blocks to GMT command-line mastery would be ported to the external environments unless we introduced major changes. With thousands of GMT scripts already in use by scientists around the world, we were acutely aware of the need for backwards compatibility. Our solution, to be released as GMT 6, was to add a modern run mode that complements the classic mode offered so far. Modern mode completely eliminates the top three obstacles for new (and not so new) GMT users: (1) The responsibility to properly stack PostScript layers manually (i.e., the -O -K dance), (2) the responsibility of handling output redirection of PostScript (create versus append), and (3) the need to provide commands with repeated information about regions (-R) and projections (-J). Thus, modern mode results in shorter, simpler scripts with fewer pitfalls, without interfering with classic scripts. Our implementation adds five new commands that begin and end a modern session, simplify figure management, automate the conversion of PostScript to more suitable formats, automate region detection, and offer a new automated subplot environment for multi-panel illustrations. Here, we highlight the GMT modern mode and the simplifications it offers, both for command-line use and in external environments. GMT 6 is in beta mode but accessible from our repository. Numerous improvements have been added in addition to modern mode; we expect a formal release in early 2018. Publication partially supported by FCT project UID/GEO/50019/2013 - Instituto D. Luiz.

  15. Investigations into mirror fabrication metrology analysis

    NASA Technical Reports Server (NTRS)

    Dimmock, John O.

    1994-01-01

    This final report describes the work performed under this delivery order from June 1993 through August 1994. The scope of work included three distinct tasks in support of the AXAF-I program. The objective of the first task was to perform investigations of the grinding and polishing characteristics of the zerodur material by fabricating several samples. The second task was to continue the development of the integrated optical performance modeling software for AXAF-I. The purpose of third and final task was to develop and update the database of AXAF technical documents for an easy and rapid access. The MSFC optical and metrology shops were relocated from the B-wing of Building 4487 to Room BC 144 of Building 4466 in the beginning of this contract. This included dismantling, packing, and moving the equipment from its old location, and then reassembling it at the new location. A total of 65 zerodur samples, measuring 1 inch x 2 inches x 6 inches were ground and polished to a surface figure of lambda/10 p-v, and a surface finish of 5A rms were fabricated for coating tests. A number of special purpose tools and metal mirrors were also fabricated to support various AXAF-I development activities. In the metrology area, the ZYGO Mark 4 interferometer was relocated and also upgraded with a faster and more powerful processor. Surface metrology work was also performed on the coating samples and other optics using ZYGO interferometer and WYKO profilometer. A number of new features have been added to the GRAZTRACE program to enhance its analysis and modeling capabilities. A number of new commands have been added to the command mode GRAZTRACE program to provide a better control to the user on the program execution and data manipulation. Some commands and parameter entries have been reorganized for a uniform format. The command mode version of the convolution program CONVOLVE has been developed. An on-line help system and a user's manual have also been developed for the benefit of the users. The database of AXAF technical documents continues to progress. The titles, company name, date, and location of over 390 documents have been entered in this database. This database provides both a data search and retrieval function, and a data adding function. These functions allow a user to quickly search the data files for documents or add new information. A detailed user's guide has also been prepared. This user guide includes a document classification guide, a list of abbreviations, and a list of acronyms, which have been used in compiling this database of AXAF-I technical documents.

  16. ASCIIGenome: a command line genome browser for console terminals.

    PubMed

    Beraldi, Dario

    2017-05-15

    Current genome browsers are designed to work via graphical user interfaces (GUIs), which, however intuitive, are not amenable to operate within console terminals and therefore are difficult to streamline or integrate in scripts. To circumvent these limitations, ASCIIGenome runs exclusively via command line interface to display genomic data directly in a terminal window. By following the same philosophy of UNIX tools, ASCIIGenome aims to be easily integrated with the command line, including batch processing of data, and therefore enables an effective exploration of the data. ASCIIGenome is written in Java. Consequently, it is a cross-platform tool and requires minimal or no installation. Some of the common genomic data types are supported and data access on remote ftp servers is possible. Speed and memory footprint are comparable to or better than those of common genome browsers. Software and source code (MIT License) are available at https://github.com/dariober/ASCIIGenome with detailed documentation at http://asciigenome.readthedocs.io . Dario.beraldi@cruk.cam.ac.uk. Supplementary data are available at Bioinformatics online. © The Author 2017. Published by Oxford University Press.

  17. C3: A Command-line Catalogue Cross-matching tool for modern astrophysical survey data

    NASA Astrophysics Data System (ADS)

    Riccio, Giuseppe; Brescia, Massimo; Cavuoti, Stefano; Mercurio, Amata; di Giorgio, Anna Maria; Molinari, Sergio

    2017-06-01

    In the current data-driven science era, it is needed that data analysis techniques has to quickly evolve to face with data whose dimensions has increased up to the Petabyte scale. In particular, being modern astrophysics based on multi-wavelength data organized into large catalogues, it is crucial that the astronomical catalog cross-matching methods, strongly dependant from the catalogues size, must ensure efficiency, reliability and scalability. Furthermore, multi-band data are archived and reduced in different ways, so that the resulting catalogues may differ each other in formats, resolution, data structure, etc, thus requiring the highest generality of cross-matching features. We present C 3 (Command-line Catalogue Cross-match), a multi-platform application designed to efficiently cross-match massive catalogues from modern surveys. Conceived as a stand-alone command-line process or a module within generic data reduction/analysis pipeline, it provides the maximum flexibility, in terms of portability, configuration, coordinates and cross-matching types, ensuring high performance capabilities by using a multi-core parallel processing paradigm and a sky partitioning algorithm.

  18. 50 CFR 600.10 - Definitions.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... fishing gear consisting of a float and one or more lines suspended therefrom. A hook or hooks are on the... live fish on board a vessel. Center means one of the five NMFS Fisheries Science Centers. Charter boat... carry six or fewer passengers for hire. Coast Guard Commander means one of the commanding officers of...

  19. 50 CFR 600.10 - Definitions.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... fishing gear consisting of a float and one or more lines suspended therefrom. A hook or hooks are on the... live fish on board a vessel. Center means one of the five NMFS Fisheries Science Centers. Charter boat... carry six or fewer passengers for hire. Coast Guard Commander means one of the commanding officers of...

  20. 50 CFR 600.10 - Definitions.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... fishing gear consisting of a float and one or more lines suspended therefrom. A hook or hooks are on the... live fish on board a vessel. Center means one of the five NMFS Fisheries Science Centers. Charter boat... carry six or fewer passengers for hire. Coast Guard Commander means one of the commanding officers of...

  1. 50 CFR 600.10 - Definitions.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... fishing gear consisting of a float and one or more lines suspended therefrom. A hook or hooks are on the... live fish on board a vessel. Center means one of the five NMFS Fisheries Science Centers. Charter boat... carry six or fewer passengers for hire. Coast Guard Commander means one of the commanding officers of...

  2. The Proximity Principle: Army Chaplains on the Fighting Line in Doctrine and History

    DTIC Science & Technology

    2014-12-12

    U.S. Army Command and General Staff College in partial fulfillment of the requirements for the degree MASTER OF MILITARY ART AND SCIENCE Art......and do not necessarily represent the views of the U.S. Army Command and General Staff College or any other governmental agency. (References to this

  3. Dynamic sample size detection in learning command line sequence for continuous authentication.

    PubMed

    Traore, Issa; Woungang, Isaac; Nakkabi, Youssef; Obaidat, Mohammad S; Ahmed, Ahmed Awad E; Khalilian, Bijan

    2012-10-01

    Continuous authentication (CA) consists of authenticating the user repetitively throughout a session with the goal of detecting and protecting against session hijacking attacks. While the accuracy of the detector is central to the success of CA, the detection delay or length of an individual authentication period is important as well since it is a measure of the window of vulnerability of the system. However, high accuracy and small detection delay are conflicting requirements that need to be balanced for optimum detection. In this paper, we propose the use of sequential sampling technique to achieve optimum detection by trading off adequately between detection delay and accuracy in the CA process. We illustrate our approach through CA based on user command line sequence and naïve Bayes classification scheme. Experimental evaluation using the Greenberg data set yields encouraging results consisting of a false acceptance rate (FAR) of 11.78% and a false rejection rate (FRR) of 1.33%, with an average command sequence length (i.e., detection delay) of 37 commands. When using the Schonlau (SEA) data set, we obtain FAR = 4.28% and FRR = 12%.

  4. Perspectives of U.S. military commanders on tobacco use and tobacco control policy

    PubMed Central

    Poston, Walker S.C.; Haddock, Christopher K.; Jahnke, Sara A.; Jitnarin, Nattinee; Malone, Ruth E.; Smith, Elizabeth A.

    2016-01-01

    Background Tobacco use among U.S. military service members is unacceptably high, resulting in substantial health care and personnel costs. Support of military command is critical to the success of tobacco control policies because line commanders are responsible for implementation and enforcement. This study is the first to examine U.S. military line commander’s perspectives about current tobacco control policies and the impact of tobacco on readiness. Methods We conducted key-informant interviews with 20 officers at the U.S. Army’s Command and General Staff College about military tobacco use and tobacco control policy. Results Participants identified the long term impact of tobacco use on military members, but were unaware of proximal effects on health and readiness other than lost productivity due to smoke breaks. Officers also discussed nicotine addiction and the logistics of ensuring that an addicted population had access to tobacco. Regarding policy, most knew about regulations governing smoke-free areas and were open to stronger restrictions, but were unaware of current policies governing prevention, intervention, and product sales. Conclusions Findings suggest that strong policy that takes advantage of the hierarchical and disciplined nature of the military, supported by senior line and civilian leadership up to and including the Secretaries of the services and the Secretary of Defense, will be critical to substantially diminishing tobacco use by military personnel. PMID:27084960

  5. A Generalized-Compliant-Motion Primitive

    NASA Technical Reports Server (NTRS)

    Backes, Paul G.

    1993-01-01

    Computer program bridges gap between planning and execution of compliant robotic motions developed and installed in control system of telerobot. Called "generalized-compliant-motion primitive," one of several task-execution-primitive computer programs, which receives commands from higher-level task-planning programs and executes commands by generating required trajectories and applying appropriate control laws. Program comprises four parts corresponding to nominal motion, compliant motion, ending motion, and monitoring. Written in C language.

  6. An EXCEL macro for importing log ASCII standard (LAS) files into EXCEL worksheets

    NASA Astrophysics Data System (ADS)

    Özkaya, Sait Ismail

    1996-02-01

    An EXCEL 5.0 macro is presented for converting a LAS text file into an EXCEL worksheet. Although EXCEL has commands for importing text files and parsing text lines, LAS files must be decoded line-by-line because three different delimiters are used to separate fields of differing length. The macro is intended to eliminate manual decoding of LAS version 2.0. LAS is a floppy disk format for storage and transfer of log data as text files. LAS was proposed by the Canadian Well Logging Society. The present EXCEL macro decodes different sections of a LAS file, separates, and places the fields into different columns of an EXCEL worksheet. To import a LAS file into EXCEL without errors, the file must not contain any unrecognized symbols, and the data section must be the last section. The program does not check for the presence of mandatory sections or fields as required by LAS rules. Once a file is incorporated into EXCEL, mandatory sections and fields may be inspected visually.

  7. 32 CFR 634.27 - Speed-measuring devices.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ...) Training and certification standards. (1) The commander of each installation using traffic radar will... police traffic radar training. (2) Installation commanders located in States or overseas areas where no... in police traffic radar training programs, may implement their own training program or use a selected...

  8. 32 CFR 634.27 - Speed-measuring devices.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ...) Training and certification standards. (1) The commander of each installation using traffic radar will... police traffic radar training. (2) Installation commanders located in States or overseas areas where no... in police traffic radar training programs, may implement their own training program or use a selected...

  9. 32 CFR 634.27 - Speed-measuring devices.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ...) Training and certification standards. (1) The commander of each installation using traffic radar will... police traffic radar training. (2) Installation commanders located in States or overseas areas where no... in police traffic radar training programs, may implement their own training program or use a selected...

  10. Boutiques: a flexible framework to integrate command-line applications in computing platforms.

    PubMed

    Glatard, Tristan; Kiar, Gregory; Aumentado-Armstrong, Tristan; Beck, Natacha; Bellec, Pierre; Bernard, Rémi; Bonnet, Axel; Brown, Shawn T; Camarasu-Pop, Sorina; Cervenansky, Frédéric; Das, Samir; Ferreira da Silva, Rafael; Flandin, Guillaume; Girard, Pascal; Gorgolewski, Krzysztof J; Guttmann, Charles R G; Hayot-Sasson, Valérie; Quirion, Pierre-Olivier; Rioux, Pierre; Rousseau, Marc-Étienne; Evans, Alan C

    2018-05-01

    We present Boutiques, a system to automatically publish, integrate, and execute command-line applications across computational platforms. Boutiques applications are installed through software containers described in a rich and flexible JSON language. A set of core tools facilitates the construction, validation, import, execution, and publishing of applications. Boutiques is currently supported by several distinct virtual research platforms, and it has been used to describe dozens of applications in the neuroinformatics domain. We expect Boutiques to improve the quality of application integration in computational platforms, to reduce redundancy of effort, to contribute to computational reproducibility, and to foster Open Science.

  11. Flexible Environmental Modeling with Python and Open - GIS

    NASA Astrophysics Data System (ADS)

    Pryet, Alexandre; Atteia, Olivier; Delottier, Hugo; Cousquer, Yohann

    2015-04-01

    Numerical modeling now represents a prominent task of environmental studies. During the last decades, numerous commercial programs have been made available to environmental modelers. These software applications offer user-friendly graphical user interfaces that allow an efficient management of many case studies. However, they suffer from a lack of flexibility and closed-source policies impede source code reviewing and enhancement for original studies. Advanced modeling studies require flexible tools capable of managing thousands of model runs for parameter optimization, uncertainty and sensitivity analysis. In addition, there is a growing need for the coupling of various numerical models associating, for instance, groundwater flow modeling to multi-species geochemical reactions. Researchers have produced hundreds of open-source powerful command line programs. However, there is a need for a flexible graphical user interface allowing an efficient processing of geospatial data that comes along any environmental study. Here, we present the advantages of using the free and open-source Qgis platform and the Python scripting language for conducting environmental modeling studies. The interactive graphical user interface is first used for the visualization and pre-processing of input geospatial datasets. Python scripting language is then employed for further input data processing, call to one or several models, and post-processing of model outputs. Model results are eventually sent back to the GIS program, processed and visualized. This approach combines the advantages of interactive graphical interfaces and the flexibility of Python scripting language for data processing and model calls. The numerous python modules available facilitate geospatial data processing and numerical analysis of model outputs. Once input data has been prepared with the graphical user interface, models may be run thousands of times from the command line with sequential or parallel calls. We illustrate this approach with several case studies in groundwater hydrology and geochemistry and provide links to several python libraries that facilitate pre- and post-processing operations.

  12. 32 CFR Appendix C to Part 246 - Personnel Policies and Procedures

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... Unified Commands, the American Forces Information Service (AFIS), and the U.S. Army to the S&S. 2. As DoD... Director of the AFIS, to the Unified Command Commander-in-Chief (CINC), who shall make the final selection... Unified Command CINC and the AFIS, to substitute a DoD-funded “training-with-industry” program with...

  13. Lessons Learned from the Development and Implementation of a Knowledge Management Program for the Naval Sea Systems Command

    DTIC Science & Technology

    2017-03-01

    ABSTRACT (maximum 200 words) This study applied knowledge management (KM) theories and principles to develop and implement a KM program for the... principles to develop and implement a KM program for the Naval Sea Systems Command (NAVSEA) that strengthens the workforce’s understanding of the...23 C. EXECUTION AND SUSTAINMENT .............................................. 24 1. Marketing

  14. Use of Spacecraft Command Language for Advanced Command and Control Applications

    NASA Technical Reports Server (NTRS)

    Mims, Tikiela L.

    2008-01-01

    The purpose of this work is to evaluate the use of SCL in building and monitoring command and control applications in order to determine its fitness for space operations. Approximately 24,325 lines of PCG2 code was converted to SCL yielding a 90% reduction in the number of lines of code as many of the functions and scripts utilized in SCL could be ported and reused. Automated standalone testing, simulating the actual production environment, was performed in order to generalize and gauge the relative time it takes for SCL to update and write a given display. The use of SCL rules, functions, and scripts allowed the creation of several test cases permitting the detection of the amount of time it takes update a given set of measurements given the change in a globally existing CUI or CUI. It took the SCL system an average 926.09 ticks to update the entire display of 323 measurements.

  15. The "grep" command but not FusionMap, FusionFinder or ChimeraScan captures the CIC-DUX4 fusion gene from whole transcriptome sequencing data on a small round cell tumor with t(4;19)(q35;q13).

    PubMed

    Panagopoulos, Ioannis; Gorunova, Ludmila; Bjerkehagen, Bodil; Heim, Sverre

    2014-01-01

    Whole transcriptome sequencing was used to study a small round cell tumor in which a t(4;19)(q35;q13) was part of the complex karyotype but where the initial reverse transcriptase PCR (RT-PCR) examination did not detect a CIC-DUX4 fusion transcript previously described as the crucial gene-level outcome of this specific translocation. The RNA sequencing data were analysed using the FusionMap, FusionFinder, and ChimeraScan programs which are specifically designed to identify fusion genes. FusionMap, FusionFinder, and ChimeraScan identified 1017, 102, and 101 fusion transcripts, respectively, but CIC-DUX4 was not among them. Since the RNA sequencing data are in the fastq text-based format, we searched the files using the "grep" command-line utility. The "grep" command searches the text for specific expressions and displays, by default, the lines where matches occur. The "specific expression" was a sequence of 20 nucleotides from the coding part of the last exon 20 of CIC (Reference Sequence: NM_015125.3) chosen since all the so far reported CIC breakpoints have occurred here. Fifteen chimeric CIC-DUX4 cDNA sequences were captured and the fusion between the CIC and DUX4 genes was mapped precisely. New primer combinations were constructed based on these findings and were used together with a polymerase suitable for amplification of GC-rich DNA templates to amplify CIC-DUX4 cDNA fragments which had the same fusion point found with "grep". In conclusion, FusionMap, FusionFinder, and ChimeraScan generated a plethora of fusion transcripts but did not detect the biologically important CIC-DUX4 chimeric transcript; they are generally useful but evidently suffer from imperfect both sensitivity and specificity. The "grep" command is an excellent tool to capture chimeric transcripts from RNA sequencing data when the pathological and/or cytogenetic information strongly indicates the presence of a specific fusion gene.

  16. Manchester visual query language

    NASA Astrophysics Data System (ADS)

    Oakley, John P.; Davis, Darryl N.; Shann, Richard T.

    1993-04-01

    We report a database language for visual retrieval which allows queries on image feature information which has been computed and stored along with images. The language is novel in that it provides facilities for dealing with feature data which has actually been obtained from image analysis. Each line in the Manchester Visual Query Language (MVQL) takes a set of objects as input and produces another, usually smaller, set as output. The MVQL constructs are mainly based on proven operators from the field of digital image analysis. An example is the Hough-group operator which takes as input a specification for the objects to be grouped, a specification for the relevant Hough space, and a definition of the voting rule. The output is a ranked list of high scoring bins. The query could be directed towards one particular image or an entire image database, in the latter case the bins in the output list would in general be associated with different images. We have implemented MVQL in two layers. The command interpreter is a Lisp program which maps each MVQL line to a sequence of commands which are used to control a specialized database engine. The latter is a hybrid graph/relational system which provides low-level support for inheritance and schema evolution. In the paper we outline the language and provide examples of useful queries. We also describe our solution to the engineering problems associated with the implementation of MVQL.

  17. Instrument Control (iC) – An Open-Source Software to Automate Test Equipment

    PubMed Central

    Pernstich, K. P.

    2012-01-01

    It has become common practice to automate data acquisition from programmable instrumentation, and a range of different software solutions fulfill this task. Many routine measurements require sequential processing of certain tasks, for instance to adjust the temperature of a sample stage, take a measurement, and repeat that cycle for other temperatures. This paper introduces an open-source Java program that processes a series of text-based commands that define the measurement sequence. These commands are in an intuitive format which provides great flexibility and allows quick and easy adaptation to various measurement needs. For each of these commands, the iC-framework calls a corresponding Java method that addresses the specified instrument to perform the desired task. The functionality of iC can be extended with minimal programming effort in Java or Python, and new measurement equipment can be addressed by defining new commands in a text file without any programming. PMID:26900522

  18. Instrument Control (iC) - An Open-Source Software to Automate Test Equipment.

    PubMed

    Pernstich, K P

    2012-01-01

    It has become common practice to automate data acquisition from programmable instrumentation, and a range of different software solutions fulfill this task. Many routine measurements require sequential processing of certain tasks, for instance to adjust the temperature of a sample stage, take a measurement, and repeat that cycle for other temperatures. This paper introduces an open-source Java program that processes a series of text-based commands that define the measurement sequence. These commands are in an intuitive format which provides great flexibility and allows quick and easy adaptation to various measurement needs. For each of these commands, the iC-framework calls a corresponding Java method that addresses the specified instrument to perform the desired task. The functionality of iC can be extended with minimal programming effort in Java or Python, and new measurement equipment can be addressed by defining new commands in a text file without any programming.

  19. Robot Task Commander with Extensible Programming Environment

    NASA Technical Reports Server (NTRS)

    Hart, Stephen W (Inventor); Wightman, Brian J (Inventor); Dinh, Duy Paul (Inventor); Yamokoski, John D. (Inventor); Gooding, Dustin R (Inventor)

    2014-01-01

    A system for developing distributed robot application-level software includes a robot having an associated control module which controls motion of the robot in response to a commanded task, and a robot task commander (RTC) in networked communication with the control module over a network transport layer (NTL). The RTC includes a script engine(s) and a GUI, with a processor and a centralized library of library blocks constructed from an interpretive computer programming code and having input and output connections. The GUI provides access to a Visual Programming Language (VPL) environment and a text editor. In executing a method, the VPL is opened, a task for the robot is built from the code library blocks, and data is assigned to input and output connections identifying input and output data for each block. A task sequence(s) is sent to the control module(s) over the NTL to command execution of the task.

  20. The Commander’s Emergency Response Program: A Model for Future Implementation

    DTIC Science & Technology

    2010-04-07

    unintended Effects. The INVEST-E methodology serves as a tool for commanders and their designated practitioners to properly select projects, increasing...for commanders and their designated practitioners to properly select projects, increasing the effectiveness of CERP funds. 4 TABLE OF...and unintended Effects. The INVEST-E methodology serves as a tool for commanders and their designated practitioners to properly select projects

  1. Defense Data Network/TOPS-20 Tutorial. An Interative Computer Program.

    DTIC Science & Technology

    1985-12-01

    33 XI. ELECTRONIC MAIL HOST ( EMH )-------------------------- 34 XII. EMACS...contents of text buffer to a file X EXCHANGE , used to search for and replace text Z ZAP, puts your entire file into the print buffer 23 - -° SWITCH...prompt USC-ISIE.ARPA> Sample foreign host command level prompt FTP COMMAND LEVEL COMMANDS COMMAND USE(S) FTP Invokes the FTP protocol CONNECT Connects

  2. 46 CFR 45.11 - Issue of load line certificate.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 46 Shipping 2 2010-10-01 2010-10-01 false Issue of load line certificate. 45.11 Section 45.11... § 45.11 Issue of load line certificate. (a) A vessel 79 feet in length and more, and 150 gross tons or... issue of a load line certificate under this part by the Commandant or his authorized representative. (c...

  3. Virtual Frame Buffer Interface Program

    NASA Technical Reports Server (NTRS)

    Wolfe, Thomas L.

    1990-01-01

    Virtual Frame Buffer Interface program makes all frame buffers appear as generic frame buffer with specified set of characteristics, allowing programmers to write codes that run unmodified on all supported hardware. Converts generic commands to actual device commands. Consists of definition of capabilities and FORTRAN subroutines called by application programs. Developed in FORTRAN 77 for DEC VAX 11/780 or DEC VAX 11/750 computer under VMS 4.X.

  4. Ada software productivity prototypes: A case study

    NASA Technical Reports Server (NTRS)

    Hihn, Jairus M.; Habib-Agahi, Hamid; Malhotra, Shan

    1988-01-01

    A case study of the impact of Ada on a Command and Control project completed at the Jet Propulsion Laboratory (JPL) is given. The data for this study was collected as part of a general survey of software costs and productivity at JPL and other NASA sites. The task analyzed is a successful example of the use of rapid prototyping as applied to command and control for the U.S. Air Force and provides the U.S. Air Force Military Airlift Command with the ability to track aircraft, air crews and payloads worldwide. The task consists of a replicated database at several globally distributed sites. The local databases at each site can be updated within seconds after changes are entered at any one site. The system must be able to handle up to 400,000 activities per day. There are currently seven sites, each with a local area network of computers and a variety of user displays; the local area networks are tied together into a single wide area network. Using data obtained for eight modules, totaling approximately 500,000 source lines of code, researchers analyze the differences in productivities between subtasks. Factors considered are percentage of Ada used in coding, years of programmer experience, and the use of Ada tools and modern programming practices. The principle findings are the following. Productivity is very sensitive to programmer experience. The use of Ada software tools and the use of modern programming practices are important; without such use Ada is just a large complex language which can cause productivity to decrease. The impact of Ada on development effort phases is consistent with earlier reports at the project level but not at the module level.

  5. A flexible tool for diagnosing water, energy, and entropy budgets in climate models

    NASA Astrophysics Data System (ADS)

    Lembo, Valerio; Lucarini, Valerio

    2017-04-01

    We have developed a new flexible software for studying the global energy budget, the hydrological cycle, and the material entropy production of global climate models. The program receives as input radiative, latent and sensible energy fluxes, with the requirement that the variable names are in agreement with the Climate and Forecast (CF) conventions for the production of NetCDF datasets. Annual mean maps, meridional sections and time series are computed by means of Climate Data Operators (CDO) collection of command line operators developed at Max-Planck Institute for Meteorology (MPI-M). If a land-sea mask is provided, the program also computes the required quantities separately on the continents and oceans. Depending on the user's choice, the program also calls the MATLAB software to compute meridional heat transports and location and intensities of the peaks in the two hemispheres. We are currently planning to adapt the program in order to be included in the Earth System Model eValuation Tool (ESMValTool) community diagnostics.

  6. The Military Accessions Vital to National Interest Program: What It Is and How It Can Be Made Relevant

    DTIC Science & Technology

    2011-05-19

    recruited through the MAVNI program possess language skills and cultural expertise that can help the commander make sense of what is going on around him...made; (1) further development of the MAVNI program in order to better leverage the language skills and cultural expertise of the Soldiers recruited...describe and direct. Soldiers recruited through the MAVNI program possess language skills and cultural expertise that can help the commander make

  7. Extended computational kernels in a massively parallel implementation of the Trotter-Suzuki approximation

    NASA Astrophysics Data System (ADS)

    Wittek, Peter; Calderaro, Luca

    2015-12-01

    We extended a parallel and distributed implementation of the Trotter-Suzuki algorithm for simulating quantum systems to study a wider range of physical problems and to make the library easier to use. The new release allows periodic boundary conditions, many-body simulations of non-interacting particles, arbitrary stationary potential functions, and imaginary time evolution to approximate the ground state energy. The new release is more resilient to the computational environment: a wider range of compiler chains and more platforms are supported. To ease development, we provide a more extensive command-line interface, an application programming interface, and wrappers from high-level languages.

  8. ClusterControl: a web interface for distributing and monitoring bioinformatics applications on a Linux cluster.

    PubMed

    Stocker, Gernot; Rieder, Dietmar; Trajanoski, Zlatko

    2004-03-22

    ClusterControl is a web interface to simplify distributing and monitoring bioinformatics applications on Linux cluster systems. We have developed a modular concept that enables integration of command line oriented program into the application framework of ClusterControl. The systems facilitate integration of different applications accessed through one interface and executed on a distributed cluster system. The package is based on freely available technologies like Apache as web server, PHP as server-side scripting language and OpenPBS as queuing system and is available free of charge for academic and non-profit institutions. http://genome.tugraz.at/Software/ClusterControl

  9. DOE Office of Scientific and Technical Information (OSTI.GOV)

    KURTZER, GREGORY; MURIKI, KRISHNA

    Singularity is a container solution designed to facilitate mobility of compute across systems and HPC infrastructures. It does this by creating minimal containers that are defined by a specfile and files from the host system are used to build the container. The resulting container can then be launched by any Linux computer with Singularity installed regardless if the programs inside the container are present on the target system, or if they are a different version, or even incompatible versions. Singularity achieves extreme portability without sacrificing usability thus solving the need of mobility of compute. Singularity containers can be executed withinmore » a normal/standard command line process flow.« less

  10. Axe: rapid, competitive sequence read demultiplexing using a trie.

    PubMed

    Murray, Kevin D; Borevitz, Justin O

    2018-06-01

    We describe a rapid algorithm for demultiplexing DNA sequence reads with in-read indices. Axe selects the optimal index present in a sequence read, even in the presence of sequencing errors. The algorithm is able to handle combinatorial indexing, indices of differing length, and several mismatches per index sequence. Axe is implemented in C, and is used as a command-line program on Unix-like systems. Axe is available online at https://github.com/kdmurray91/axe, and is available in Debian/Ubuntu distributions of GNU/Linux as the package axe-demultiplexer. Kevin Murray axe@kdmurray.id.au. Supplementary data are available at Bioinformatics online.

  11. Improving the Quality of Backup Process for Publishing Houses and Printing Houses

    NASA Astrophysics Data System (ADS)

    Proskuriakov, N. E.; Yakovlev, B. S.; Pries, V. V.

    2018-04-01

    The analysis of main types for data threats, used by print media, and their influence on the vitality and security of information is made. The influence of the programs settings for preparing archive files, the types of file managers on the backup process is analysed. We proposed a simple and economical version of the practical implementation of the backup process consisting of 4 components: the command line interpreter, the 7z archiver, the Robocopy utility, and network storage. We recommend that the best option would be to create backup copies, consisting of three local copies of data and two network copies.

  12. Flight test results for a separate surface stability augmented Beech model 99

    NASA Technical Reports Server (NTRS)

    Jenks, G. E.; Henry, H. F.; Roskam, J.

    1977-01-01

    A flight evaluation of a Beech model 99 equipped with an attitude command control system incorporating separate surface stability augmentation (SSSA) was conducted to determine whether an attitude command control system could be implemented using separate surface controls, and to determine whether the handling and ride qualities of the aircraft were improved by the SSSA attitude command system. The results of the program revealed that SSSA is a viable approach to implementing attitude command and also that SSSA has the capability of performing less demanding augmentation tasks such as yaw damping, wing leveling, and pitch damping. The program also revealed that attitude command did improve the pilot rating and ride qualities of the airplane while flying an IFR mission in turbulence. Some disadvantages of the system included the necessity of holding aileron force in a banked turn and excessive stiffness in the pitch axis.

  13. Congressional Hearings « Coast Guard Maritime Commons

    Science.gov Websites

    - Implementation of programs Rear Adm. Linda Fagan, deputy commandant for operations, policy, and capabilities testimony regarding El Faro reports Rear Admiral John Nadeau, assistant commandant for prevention policy final action memo Rear Admiral John Nadeau, assistant commandant for prevention policy, will testify

  14. Navy Underway

    Science.gov Websites

    Change of Command DDG-51 Program Marks Start of Construction Milestones at BIW, HII 2017 Sailors of the Deployed NETSAFA Holds Change of Command Pacific Partnership 2018 Kicks-Off in Thailand for First Time Forrest Sherman Holds Change of Command Suicide Prevention: ASIST Course Teaches Service Members to

  15. 77 FR 13571 - Privacy Act of 1974; System of Records

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-03-07

    ... Army Human Resource Command, have met the approved NARA retention schedule; therefore the notice can be... Army Human Resource Command, records have met the approved NARA retention schedule and are no longer... (January 6, 2004, 69 FR 790). Reason: The program has been discontinued at Army Human Resource Command...

  16. Update on Rover Sequencing and Visualization Program

    NASA Technical Reports Server (NTRS)

    Cooper, Brian; Hartman, Frank; Maxwell, Scott; Yen, Jeng; Wright, John; Balacuit, Carlos

    2005-01-01

    The Rover Sequencing and Visualization Program (RSVP) has been updated. RSVP was reported in Rover Sequencing and Visualization Program (NPO-30845), NASA Tech Briefs, Vol. 29, No. 4 (April 2005), page 38. To recapitulate: The Rover Sequencing and Visualization Program (RSVP) is the software tool to be used in the Mars Exploration Rover (MER) mission for planning rover operations and generating command sequences for accomplishing those operations. RSVP combines three-dimensional (3D) visualization for immersive exploration of the operations area, stereoscopic image display for high-resolution examination of the downlinked imagery, and a sophisticated command-sequence editing tool for analysis and completion of the sequences. RSVP is linked with actual flight code modules for operations rehearsal to provide feedback on the expected behavior of the rover prior to committing to a particular sequence. Playback tools allow for review of both rehearsed rover behavior and downlinked results of actual rover operations. These can be displayed simultaneously for comparison of rehearsed and actual activities for verification. The primary inputs to RSVP are downlink data products from the Operations Storage Server (OSS) and activity plans generated by the science team. The activity plans are high-level goals for the next day s activities. The downlink data products include imagery, terrain models, and telemetered engineering data on rover activities and state. The Rover Sequence Editor (RoSE) component of RSVP performs activity expansion to command sequences, command creation and editing with setting of command parameters, and viewing and management of rover resources. The HyperDrive component of RSVP performs 2D and 3D visualization of the rover s environment, graphical and animated review of rover predicted and telemetered state, and creation and editing of command sequences related to mobility and Instrument Deployment Device (robotic arm) operations. Additionally, RoSE and HyperDrive together evaluate command sequences for potential violations of flight and safety rules. The products of RSVP include command sequences for uplink that are stored in the Distributed Object Manager (DOM) and predicted rover state histories stored in the OSS for comparison and validation of downlinked telemetry. The majority of components comprising RSVP utilize the MER command and activity dictionaries to automatically customize the system for MER activities.

  17. Benefits Of Mission Command: Balance Of Philosophy And System

    DTIC Science & Technology

    2016-05-26

    The Benefits of Mission Command: Balance of Philosophy and System A Monograph by MAJ Robert R. Rodock United...Sa. CONTRACT NUMBER The Benefits of Mission Command: Balance of Philosophy and System Sb. GRANT NUMBER Sc. PROGRAM ELEMENT NUMBER 6. AUTHOR(S) Sd... philosophy and system of mission command, when exercised in balance, provides US Anny leaders the agility and adaptability to ’see the elephant’ sooner

  18. Annual Historical Review.

    DTIC Science & Technology

    1987-01-01

    8217. ’. .4,. .. *4*’. 5.4* 4 4.. .4- *44 =1. 44* 4 .4 %SS 4- MAJOR GENERAL FRED HISSONG, JR. Commanding General US Army Armament, Munitions and Chemical...Command 4, 44 44. 3 4’ ~ 4~\\S~4~5........................ . . - AMCCOM Deputy Commanding Generals vii. % % TABLE OF CONTENTS Chapter p% i! COMMAND...Handling for Brake and Clutch Repair V 54 Steam Cleaners V 54 Tool Improvement Program Suggestions V 54-. Test Stand Automotive Generator , Alternator

  19. Concurrent simulation of a parallel jaw end effector

    NASA Technical Reports Server (NTRS)

    Bynum, Bill

    1985-01-01

    A system of programs developed to aid in the design and development of the command/response protocol between a parallel jaw end effector and the strategic planner program controlling it are presented. The system executes concurrently with the LISP controlling program to generate a graphical image of the end effector that moves in approximately real time in response to commands sent from the controlling program. Concurrent execution of the simulation program is useful for revealing flaws in the communication command structure arising from the asynchronous nature of the message traffic between the end effector and the strategic planner. Software simulation helps to minimize the number of hardware changes necessary to the microprocessor driving the end effector because of changes in the communication protocol. The simulation of other actuator devices can be easily incorporated into the system of programs by using the underlying support that was developed for the concurrent execution of the simulation process and the communication between it and the controlling program.

  20. Boutiques: a flexible framework to integrate command-line applications in computing platforms

    PubMed Central

    Glatard, Tristan; Kiar, Gregory; Aumentado-Armstrong, Tristan; Beck, Natacha; Bellec, Pierre; Bernard, Rémi; Bonnet, Axel; Brown, Shawn T; Camarasu-Pop, Sorina; Cervenansky, Frédéric; Das, Samir; Ferreira da Silva, Rafael; Flandin, Guillaume; Girard, Pascal; Gorgolewski, Krzysztof J; Guttmann, Charles R G; Hayot-Sasson, Valérie; Quirion, Pierre-Olivier; Rioux, Pierre; Rousseau, Marc-Étienne; Evans, Alan C

    2018-01-01

    Abstract We present Boutiques, a system to automatically publish, integrate, and execute command-line applications across computational platforms. Boutiques applications are installed through software containers described in a rich and flexible JSON language. A set of core tools facilitates the construction, validation, import, execution, and publishing of applications. Boutiques is currently supported by several distinct virtual research platforms, and it has been used to describe dozens of applications in the neuroinformatics domain. We expect Boutiques to improve the quality of application integration in computational platforms, to reduce redundancy of effort, to contribute to computational reproducibility, and to foster Open Science. PMID:29718199

  1. The Integration of COTS/GOTS within NASA's HST Command and Control System

    NASA Technical Reports Server (NTRS)

    Pfarr, Thomas; Reis, James E.; Obenschain, Arthur F. (Technical Monitor)

    2001-01-01

    NASA's mission critical Hubble Space Telescope (HST) command and control system has been re-engineered with COTS/GOTS and minimal custom code. This paper focuses on the design of this new HST Control Center System (CCS) and the lessons learned throughout its development. CCS currently utilizes 31 COTS/GOTS products with an additional 12 million lines of custom glueware code; the new CCS exceeds the capabilities of the original system while significantly reducing the lines of custom code by more than 50%. The lifecycle of COTS/GOTS products will be examined including the pack-age selection process, evaluation process, and integration process. The advantages, disadvantages, issues, concerns, and lessons teamed for integrating COTS/GOTS into the NASA's mission critical HST CCS will be examined in detail. Command and control systems designed with traditional custom code development efforts will be compared with command and control systems designed with new development techniques relying heavily on COTS/COTS integration. This paper will reveal the many hidden costs of COTS/GOTS solutions when compared to traditional custom code development efforts; this paper will show the high cost of COTS/GOTS solutions including training expenses, consulting fees, and long-term maintenance expenses.

  2. Powerful timing generator using mono-chip timers: An application to pulsed nuclear magnetic resonance

    NASA Astrophysics Data System (ADS)

    Saint-Jalmes, Hervé; Barjhoux, Yves

    1982-01-01

    We present a 10 line-7 MHz timing generator built on a single board around two LSI timer chips interfaced to a 16-bit microcomputer. Once programmed from the host computer, this device is able to generate elaborate logic sequences on its 10 output lines without further interventions from the CPU. Powerful architecture introduces new possibilities over conventional memory-based timing simulators and word generators. Loop control on a given sequence of events, loop nesting, and various logic combinations can easily be implemented through a software interface, using a symbolic command language. Typical applications of such a device range from development, emulation, and test of integrated circuits, circuit boards, and communication systems to pulse-controlled instrumentation (radar, ultrasonic systems). A particular application to a pulsed Nuclear Magnetic Resonance (NMR) spectrometer is presented, along with customization of the device for generating four-channel radio-frequency pulses and the necessary sequence for subsequent data acquisition.

  3. The GPRIME approach to finite element modeling

    NASA Technical Reports Server (NTRS)

    Wallace, D. R.; Mckee, J. H.; Hurwitz, M. M.

    1983-01-01

    GPRIME, an interactive modeling system, runs on the CDC 6000 computers and the DEC VAX 11/780 minicomputer. This system includes three components: (1) GPRIME, a user friendly geometric language and a processor to translate that language into geometric entities, (2) GGEN, an interactive data generator for 2-D models; and (3) SOLIDGEN, a 3-D solid modeling program. Each component has a computer user interface of an extensive command set. All of these programs make use of a comprehensive B-spline mathematics subroutine library, which can be used for a wide variety of interpolation problems and other geometric calculations. Many other user aids, such as automatic saving of the geometric and finite element data bases and hidden line removal, are available. This interactive finite element modeling capability can produce a complete finite element model, producing an output file of grid and element data.

  4. mrtailor: a tool for PDB-file preparation for the generation of external restraints.

    PubMed

    Gruene, Tim

    2013-09-01

    Model building starting from, for example, a molecular-replacement solution with low sequence similarity introduces model bias, which can be difficult to detect, especially at low resolution. The program mrtailor removes low-similarity regions from a template PDB file according to sequence similarity between the target sequence and the template sequence and maps the target sequence onto the PDB file. The modified PDB file can be used to generate external restraints for low-resolution refinement with reduced model bias and can be used as a starting point for model building and refinement. The program can call ProSMART [Nicholls et al. (2012), Acta Cryst. D68, 404-417] directly in order to create external restraints suitable for REFMAC5 [Murshudov et al. (2011), Acta Cryst. D67, 355-367]. Both a command-line version and a GUI exist.

  5. The NSO FTS database program and archive (FTSDBM)

    NASA Technical Reports Server (NTRS)

    Lytle, D. M.

    1992-01-01

    Data from the NSO Fourier transform spectrometer is being re-archived from half inch tape onto write-once compact disk. In the process, information about each spectrum and a low resolution copy of each spectrum is being saved into an on-line database. FTSDBM is a simple database management program in the NSO external package for IRAF. A command language allows the FTSDBM user to add entries to the database, delete entries, select subsets from the database based on keyword values including ranges of values, create new database files based on these subsets, make keyword lists, examine low resolution spectra graphically, and make disk number/file number lists. Once the archive is complete, FTSDBM will allow the database to be efficiently searched for data of interest to the user and the compact disk format will allow random access to that data.

  6. Digital Gunnery: How Combat Vehicle Gunnery Training Creates a Model for Training the Mission Command System.

    DTIC Science & Technology

    2017-06-09

    DIGITAL GUNNERY: HOW COMBAT VEHICLE GUNNERY TRAINING CREATES A MODEL FOR TRAINING THE MISSION COMMAND SYSTEM A thesis presented...Training Creates a Model for Training the Mission Command System 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S...digital systems that give commanders an unprecedented ability to understand and lead in the battlefields where they operate. Unfortunately, units

  7. AI challenges for spacecraft control programs

    NASA Technical Reports Server (NTRS)

    Lightfoot, Patricia

    1986-01-01

    The application of AI technology to the spacecraft and experiment command and control systems environment is proposed. The disadvantages of the present methods for analyzing and resolving spacecraft experiment command and control problems are discussed. The potential capabilities and advantages of using AI for the spacecraft and experiment command and control systems are described.

  8. KSC-04pd1020

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- Former astronaut Jim Lovell acknowledges the applause as he is introduced as a previous inductee into the U.S. Astronaut Hall of Fame. He and other Hall of Fame members were present for the induction of five new space program heroes into the U.S. Astronaut Hall of Fame: Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. Lovell piloted Gemini 7, commanded Gemini 12, orbited the Moon on Apollo 8 and commanded the aborted Apollo 13 moon flight. The induction ceremony was held at the Apollo/Saturn V Center at KSC. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  9. Displaying the results of three-dimensional analysis using GRAPE. Part one: vector graphics. [In FORTRAN for CDC 7600

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Brown, B.E.

    1979-10-01

    GRAPE is a display program for three-dimensional polygon and polyhedral models. It can produce line-drawing and continuous-tone black and white or color images in still frame or movie mode. The code was written specifically to be a post-processor for finite element and finite difference analyses. It runs on the CDC 7600 computer, and is compiled with the LLL FTN system. The allocation of storage is dynamic. There are presently three data paths into the code. The first is the binary inerface from the analyses codes and this with the other databases is described. The second data path is the SAMPPmore » format, and the last is the MOVIE format. The code structure is described first; then the commands are discussed in general terms to try to give the user some feel for what they do. The next section deals with the exact format of the commands by overlay. Then examples are given and discussed. Next, the various output options are covered. 57 figures. (RWR)« less

  10. A model of polarized-beam AGS in the ray-tracing code Zgoubi

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Meot, F.; Ahrens, L.; Brown, K.

    A model of the Alternating Gradient Synchrotron, based on the AGS snapramps, has been developed in the stepwise ray-tracing code Zgoubi. It has been used over the past 5 years in a number of accelerator studies aimed at enhancing RHIC proton beam polarization. It is also used to study and optimize proton and Helion beam polarization in view of future RHIC and eRHIC programs. The AGS model in Zgoubi is operational on-line via three different applications, ’ZgoubiFromSnaprampCmd’, ’AgsZgoubiModel’ and ’AgsModelViewer’, with the latter two essentially interfaces to the former which is the actual model ’engine’. All three commands are availablemore » from the controls system application launcher in the AGS ’StartUp’ menu, or from eponymous commands on shell terminals. Main aspects of the model and of its operation are presented in this technical note, brief excerpts from various studies performed so far are given for illustration, means and methods entering in ZgoubiFromSnaprampCmd are developed further in appendix.« less

  11. STS-101 Commander Halsell checks landing spot on runway

    NASA Technical Reports Server (NTRS)

    2000-01-01

    STS-101 Commander James D. Halsell Jr. gives a thumbs up after looking at the perfect wheel stop that straddles the center line on Runway 15 of KSC's Shuttle Landing Facility. The other crew members standing at left are Mission Specialists Jeffrey N. Williams, Susan J. Helms, Mary Ellen Weber; Pilot Scott 'Doc' Horowitz; and Mission Specialists James S. Voss and Yury Usachev. The STS-101 crew returned from the third flight to the International Space Station, providing maintenance and carrying supplies for future missions. Main gear touchdown was at 2:20:17 a.m. EDT May 29 , landing on orbit 155 of the mission. Nose gear touchdown was at 2:20:30 a.m. EDT, and wheel stop at 2:21:19 a.m. EDT. This was the 98th flight in the Space Shuttle program and the 21st for Atlantis, also marking the 51st landing at KSC, the 22nd consecutive landing at KSC, the 14th nighttime landing in Shuttle history and the 29th in the last 30 Shuttle flights.

  12. Integrated Information Support System (IISS). Volume 8. User Interface Subsystem. Part 10. Graph Support System Unit Test Plan

    DTIC Science & Technology

    1990-09-30

    UTP 620344220 30 September 1990 Command Line form gfl MSG: Estructure closed apIcatic Figure 5-64b (AFTER) 5-132 UTP 620344220 30 September 1990 Command...620344220 30 September 1990 Comman Lineay form gf 1 MSG: Estructure 9 psted on workstation 1 at priority 1 applcatioo Figure 5-101a (BEFORE) 5-205 UTP

  13. Empowering Globally Integrated Operations and Mission Command: Revisiting Key West

    DTIC Science & Technology

    2013-03-01

    depended on coordination between commanders. Examples include Captain Thomas McDonough’s 4 U.S...Hedgehog Concept In his book, Good to Great, which describes how good organizations become great ones, Jim Collins borrows an example from an Isaiah ...that it executes with perfection—curling into a ball with its spikes outward. 62 In the words of Archilochus (first line in quotes), Isaiah Berlin

  14. NASA ARCH- A FILE ARCHIVAL SYSTEM FOR THE DEC VAX

    NASA Technical Reports Server (NTRS)

    Scott, P. J.

    1994-01-01

    The function of the NASA ARCH system is to provide a permanent storage area for files that are infrequently accessed. The NASA ARCH routines were designed to provide a simple mechanism by which users can easily store and retrieve files. The user treats NASA ARCH as the interface to a black box where files are stored. There are only five NASA ARCH user commands, even though NASA ARCH employs standard VMS directives and the VAX BACKUP utility. Special care is taken to provide the security needed to insure file integrity over a period of years. The archived files may exist in any of three storage areas: a temporary buffer, the main buffer, and a magnetic tape library. When the main buffer fills up, it is transferred to permanent magnetic tape storage and deleted from disk. Files may be restored from any of the three storage areas. A single file, multiple files, or entire directories can be stored and retrieved. archived entities hold the same name, extension, version number, and VMS file protection scheme as they had in the user's account prior to archival. NASA ARCH is capable of handling up to 7 directory levels. Wildcards are supported. User commands include TEMPCOPY, DISKCOPY, DELETE, RESTORE, and DIRECTORY. The DIRECTORY command searches a directory of savesets covering all three archival areas, listing matches according to area, date, filename, or other criteria supplied by the user. The system manager commands include 1) ARCHIVE- to transfer the main buffer to duplicate magnetic tapes, 2) REPORTto determine when the main buffer is full enough to archive, 3) INCREMENT- to back up the partially filled main buffer, and 4) FULLBACKUP- to back up the entire main buffer. On-line help files are provided for all NASA ARCH commands. NASA ARCH is written in DEC VAX DCL for interactive execution and has been implemented on a DEC VAX computer operating under VMS 4.X. This program was developed in 1985.

  15. EXPERIMENT - APOLLO 16 (UV)

    NASA Image and Video Library

    1972-06-06

    S72-40820 (21 April 1972) --- A color enhancement of a photograph taken on ultra-violet light showing the spectrum of the upper atmosphere of Earth and geocorona. The bright horizontal line is far ultra-violet emission (1216 angstrom) of hydrogen extending 10 degrees (40,000 miles) either side of Earth. The knobby vertical line shows several ultra-violet emissions from Earth's sunlit atmosphere, each "lump" being produced by one type gas (oxygen, nitrogen, helium, etc.). The spectral dispersion is about 10 angstrom per millimeter on this enlargement. The UV camera/spectrograph was operated on the lunar surface by astronaut John W. Young, commander of the Apollo 16 lunar landing mission. It was designed and built at the Naval Research Laboratory, Washington, D.C. While astronauts Young and Charles M. Duke Jr., lunar module pilot, descended in the Lunar Module (LM) "Orion" to explore the Descartes highlands region of the moon, astronaut Thomas K. Mattingly II, command module pilot, remained with the Command and Service Modules (CSM) "Casper" in lunar orbit.

  16. Ascent guidance algorithm using lidar wind measurements

    NASA Technical Reports Server (NTRS)

    Cramer, Evin J.; Bradt, Jerre E.; Hardtla, John W.

    1990-01-01

    The formulation of a general nonlinear programming guidance algorithm that incorporates wind measurements in the computation of ascent guidance steering commands is discussed. A nonlinear programming (NLP) algorithm that is designed to solve a very general problem has the potential to address the diversity demanded by future launch systems. Using B-splines for the command functional form allows the NLP algorithm to adjust the shape of the command profile to achieve optimal performance. The algorithm flexibility is demonstrated by simulation of ascent with dynamic loading constraints through a set of random wind profiles with and without wind sensing capability.

  17. Fast Multiscale Algorithms for Information Representation and Fusion

    DTIC Science & Technology

    2011-07-01

    We are also developing convenient command-line invocation tools in addition to the previously developed APIs . Various real-world data sets...This knowledge is important in geolocation applications where knowing whether a received signal is line-of-sight or not is necessary for the

  18. Communications for UAS Integration in the NAS Phase 2 Satellite Communications and Terrestrial Extension

    NASA Technical Reports Server (NTRS)

    Griner, Jim; Kerczewski, Bob

    2017-01-01

    In order to provide for the safe integration of unmanned aircraft systems (UAS) into the National Airspace System, the command and control communications link connecting the ground-based pilot with the unmanned aircraft must be highly reliable and robust, with national and international standards to enable interoperability and certification. Both line-of-sight (LOS) links using terrestrial-based communications and beyond-line-of-sight (BLOS) links using satellite communications, supported by national and international standards, are required for integrated UAS operations. The National Aeronautics and Space Administration (NASA) has undertaken an extensive technology development and test program in order to provide the required technical data needed to enable C2 standards development. NASAs UAS Integration in the National Airspace System (NAS), or UAS in the NAS Project, included as a major element the Command and Control Communications (C2) Subproject, based at NASAs Glenn Research Center. The successful first phase of the C2 Subproject, completed during 2012-2016, focused primarily on line-of-sight communications. Accomplishments included air-ground channel propagation characterization and modeling; CNPC prototype radio development; CNPC radio flight testing; satellite communications spectrum study and interference analysis; and development of C2 LOS communications standards development. The second phase of the C2 Subproject will focus primarily on beyond-line-of-sight communications, although a follow-on activity for terrestrial LOS communications, known as Terrestrial Extension, is also included. In addition to the terrestrial element, Phase 2 also includes technology development and testing activities for Ka-Band BLOS C2 Satellite Communications; Ku-Band BLOS C2 Satellite Communications; Ku-Band Interference and Propagation; and C-Band Satellite Communications. This paper will provide brief overviews of the C2 Subproject and its Phase I accomplishments, followed by a description of the plans for the C2 Subproject Phase 2.

  19. Communications for UAS Integration in the NAS Phase 2 - Satellite Communications and Terrestrial Extension

    NASA Technical Reports Server (NTRS)

    Griner, James H.; Kerczewski, Robert J.

    2017-01-01

    In order to provide for the safe integration of unmanned aircraft systems (UAS) into the National Airspace System, the command and control communications link connecting the ground-based pilot with the unmanned aircraft must be highly reliable and robust, with national and international standards to enable interoperability and certification. Both line-of-sight (LOS) links using terrestrial-based communications and beyond-line-of-sight (BLOS) links using satellite communications, supported by national and international standards, are required for integrated UAS operations. The National Aeronautics and Space Administration (NASA) has undertaken an extensive technology development and test program in order to provide the required technical data needed to enable C2 standards development. NASAs UAS Integration in the National Airspace System (NAS), or UAS in the NAS Project, included as a major element the Command and Control Communications (C2) Subproject, based at NASAs Glenn Research Center. The successful first phase of the C2 Subproject, completed during 2012-2016, focused primarily on line-of-sight communications. Accomplishments included air-ground channel propagation characterization and modeling; CNPC prototype radio development; CNPC radio flight testing; satellite communications spectrum study and interference analysis; and development of C2 LOS communications standards development. The second phase of the C2 Subproject will focus primarily on beyond-line-of-sight communications, although a follow-on activity for terrestrial LOS communications, known as Terrestrial Extension, is also included. In addition to the terrestrial element, Phase 2 also includes technology development and testing activities for Ka-Band BLOS C2 Satellite Communications; Ku-Band BLOS C2 Satellite Communications; Ku-Band Interference and Propagation; and C-Band Satellite Communications. This paper will provide brief overviews of the C2 Subproject and its Phase I accomplishments, followed by a description of the plans for the C2 Subproject Phase 2.

  20. Managing public health in the Army through a standard community health promotion council model.

    PubMed

    Courie, Anna F; Rivera, Moira Shaw; Pompey, Allison

    2014-01-01

    Public health processes in the US Army remain uncoordinated due to competing lines of command, funding streams and multiple subject matter experts in overlapping public health concerns. The US Army Public Health Command (USAPHC) has identified a standard model for community health promotion councils (CHPCs) as an effective framework for synchronizing and integrating these overlapping systems to ensure a coordinated approach to managing the public health process. The purpose of this study is to test a foundational assumption of the CHPC effectiveness theory: the 3 features of a standard CHPC model - a CHPC chaired by a strong leader, ie, the senior commander; a full time health promotion team dedicated to the process; and centralized management through the USAPHC - will lead to high quality health promotion councils capable of providing a coordinated approach to addressing public health on Army installations. The study employed 2 evaluation questions: (1) Do CHPCs with centralized management through the USAPHC, alignment with the senior commander, and a health promotion operations team adhere more closely to the evidence-based CHPC program framework than CHPCs without these 3 features? (2) Do members of standard CHPCs report that participation in the CHPC leads to a well-coordinated approach to public health at the installation? The results revealed that both time (F(5,76)=25.02, P<.0001) and the 3 critical features of the standard CHPC model (F(1,76)=28.40, P<.0001) independently predicted program adherence. Evaluation evidence supports the USAPHC's approach to CHPC implementation as part of public health management on Army installations. Preliminary evidence suggests that the standard CHPC model may lead to a more coordinated approach to public health and may assure that CHPCs follow an evidence-informed design. This is consistent with past research demonstrating that community coalitions and public health systems that have strong leadership; dedicated staff time and expertise; influence over policy, governance and oversight; and formalized rules and regulations function more effectively than those without. It also demonstrates the feasibility of implementing an evidence-informed approach to community coalitions in an Army environment.

  1. Networked sensors for the combat forces

    NASA Astrophysics Data System (ADS)

    Klager, Gene

    2004-11-01

    Real-time and detailed information is critical to the success of ground combat forces. Current manned reconnaissance, surveillance, and target acquisition (RSTA) capabilities are not sufficient to cover battlefield intelligence gaps, provide Beyond-Line-of-Sight (BLOS) targeting, and the ambush avoidance information necessary for combat forces operating in hostile situations, complex terrain, and conducting military operations in urban terrain. This paper describes a current US Army program developing advanced networked unmanned/unattended sensor systems to survey these gaps and provide the Commander with real-time, pertinent information. Networked Sensors for the Combat Forces plans to develop and demonstrate a new generation of low cost distributed unmanned sensor systems organic to the RSTA Element. Networked unmanned sensors will provide remote monitoring of gaps, will increase a unit"s area of coverage, and will provide the commander organic assets to complete his Battlefield Situational Awareness (BSA) picture for direct and indirect fire weapons, early warning, and threat avoidance. Current efforts include developing sensor packages for unmanned ground vehicles, small unmanned aerial vehicles, and unattended ground sensors using advanced sensor technologies. These sensors will be integrated with robust networked communications and Battle Command tools for mission planning, intelligence "reachback", and sensor data management. The network architecture design is based on a model that identifies a three-part modular design: 1) standardized sensor message protocols, 2) Sensor Data Management, and 3) Service Oriented Architecture. This simple model provides maximum flexibility for data exchange, information management and distribution. Products include: Sensor suites optimized for unmanned platforms, stationary and mobile versions of the Sensor Data Management Center, Battle Command planning tools, networked communications, and sensor management software. Details of these products and recent test results will be presented.

  2. Harbors.

    DTIC Science & Technology

    1981-07-01

    CONTRACT OR GRANT NUMBER(e) Naval Facilities Engineering Command 200 Stovall Street r Alexandria, VA 22332 (Code 0453) s. PERFORMING ORGANIZATION NAME...AND ADDRESS 10. PROGRAM ELEMENT. PROJECT. TASK • Naval Facilities Engineering Command AREA & WORK UNIT NUMBERS < 200 Stovall Street Engineering and...Design Alexandria, VA 22332 It. CONTROLLING OFFICE NAME AND ADDRESS 12. REPORT DATE ~ Naval Facilities Engineering Command (Code10432) July 1981 200

  3. VAGUE: a graphical user interface for the Velvet assembler.

    PubMed

    Powell, David R; Seemann, Torsten

    2013-01-15

    Velvet is a popular open-source de novo genome assembly software tool, which is run from the Unix command line. Most of the problems experienced by new users of Velvet revolve around constructing syntactically and semantically correct command lines, getting input files into acceptable formats and assessing the output. Here, we present Velvet Assembler Graphical User Environment (VAGUE), a multi-platform graphical front-end for Velvet. VAGUE aims to make sequence assembly accessible to a wider audience and to facilitate better usage amongst existing users of Velvet. VAGUE is implemented in JRuby and targets the Java Virtual Machine. It is available under an open-source GPLv2 licence from http://www.vicbioinformatics.com/. torsten.seemann@monash.edu.

  4. Six Apollo astronauts in front of Saturn V at ASVC prior to grand opening

    NASA Technical Reports Server (NTRS)

    1997-01-01

    Some of the former Apollo program astronauts pose in front of an Apollo Command and Service Module during a tour the new Apollo/Saturn V Center (ASVC) at KSC prior to the gala grand opening ceremony for the facility that was held Jan. 8, 1997. The astronauts were invited to participate in the event, which also featured NASA Administrator Dan Goldin and KSC Director Jay Honeycutt. The astronauts are (from left): Apollo 14 Lunar Module Pilot Edgar D. Mitchell; Apollo 10 Command Module Pilot and Apollo 16 Commander John W. Young; Apollo 11 Lunar Module Pilot Edwin E. 'Buzz' Aldrin, Jr.; Apollo 10 Commander Thomas P. Stafford; Apollo 10 Lunar Module Pilot and Apollo 17 Commander Eugene A. Cernan; and Apollo 9 Lunar Module Pilot Russell L. Schweikart. The ASVC also features several other Apollo program spacecraft components, multimedia presentations and a simulated Apollo/Saturn V liftoff. The facility will be a part of the KSC bus tour that embarks from the KSC Visitor Center.

  5. Software for Better Documentation of Other Software

    NASA Technical Reports Server (NTRS)

    Pinedo, John

    2003-01-01

    The Literate Programming Extraction Engine is a Practical Extraction and Reporting Language- (PERL-)based computer program that facilitates and simplifies the implementation of a concept of self-documented literate programming in a fashion tailored to the typical needs of scientists. The advantage for the programmer is that documentation and source code are written side-by-side in the same file, reducing the likelihood that the documentation will be inconsistent with the code and improving the verification that the code performs its intended functions. The advantage for the user is the knowledge that the documentation matches the software because they come from the same file. This program unifies the documentation process for a variety of programming languages, including C, C++, and several versions of FORTRAN. This program can process the documentation in any markup language, and incorporates the LaTeX typesetting software. The program includes sample Makefile scripts for automating both the code-compilation (when appropriate) and documentation-generation processes into a single command-line statement. Also included are macro instructions for the Emacs display-editor software, making it easy for a programmer to toggle between editing in a code or a documentation mode.

  6. 46 CFR 171.010 - Definitions.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... vessel operates. (k) Passenger space means a space which is provided for the accommodation and use of... this chapter. (i) Machinery space means, unless otherwise prescribed by the Commandant for unusual arrangements, the space extending from the molded base line to the margin line and between the main transverse...

  7. 46 CFR 171.010 - Definitions.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... vessel operates. (k) Passenger space means a space which is provided for the accommodation and use of... this chapter. (i) Machinery space means, unless otherwise prescribed by the Commandant for unusual arrangements, the space extending from the molded base line to the margin line and between the main transverse...

  8. 46 CFR 171.010 - Definitions.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... vessel operates. (k) Passenger space means a space which is provided for the accommodation and use of... this chapter. (i) Machinery space means, unless otherwise prescribed by the Commandant for unusual arrangements, the space extending from the molded base line to the margin line and between the main transverse...

  9. Language workbench user interfaces for data analysis

    PubMed Central

    Benson, Victoria M.

    2015-01-01

    Biological data analysis is frequently performed with command line software. While this practice provides considerable flexibility for computationally savy individuals, such as investigators trained in bioinformatics, this also creates a barrier to the widespread use of data analysis software by investigators trained as biologists and/or clinicians. Workflow systems such as Galaxy and Taverna have been developed to try and provide generic user interfaces that can wrap command line analysis software. These solutions are useful for problems that can be solved with workflows, and that do not require specialized user interfaces. However, some types of analyses can benefit from custom user interfaces. For instance, developing biomarker models from high-throughput data is a type of analysis that can be expressed more succinctly with specialized user interfaces. Here, we show how Language Workbench (LW) technology can be used to model the biomarker development and validation process. We developed a language that models the concepts of Dataset, Endpoint, Feature Selection Method and Classifier. These high-level language concepts map directly to abstractions that analysts who develop biomarker models are familiar with. We found that user interfaces developed in the Meta-Programming System (MPS) LW provide convenient means to configure a biomarker development project, to train models and view the validation statistics. We discuss several advantages of developing user interfaces for data analysis with a LW, including increased interface consistency, portability and extension by language composition. The language developed during this experiment is distributed as an MPS plugin (available at http://campagnelab.org/software/bdval-for-mps/). PMID:25755929

  10. The Joint Master Operational Planner

    DTIC Science & Technology

    2016-04-04

    Operational Planner Program, that will produce planners that are able to understand the strategic- operational environment, properly advise commanders, and...Planner Program, that will produce planners that are able to understand the strategic-operational environment, properly advise commanders, and devise...states struggle to exercise even nominal power within their borders, and the people see the government as an entity that seeks only to keep itself in

  11. ROMPS critical design review. Volume 3: Furnace module design documentation

    NASA Technical Reports Server (NTRS)

    Dobbs, M. E.

    1992-01-01

    As part of the furnace module design documentation, the furnace module Easylab programs definitions and command variables are described. Also included are Easylab commands flow charts and fault conditions.

  12. System-wide power management control via clock distribution network

    DOEpatents

    Coteus, Paul W.; Gara, Alan; Gooding, Thomas M.; Haring, Rudolf A.; Kopcsay, Gerard V.; Liebsch, Thomas A.; Reed, Don D.

    2015-05-19

    An apparatus, method and computer program product for automatically controlling power dissipation of a parallel computing system that includes a plurality of processors. A computing device issues a command to the parallel computing system. A clock pulse-width modulator encodes the command in a system clock signal to be distributed to the plurality of processors. The plurality of processors in the parallel computing system receive the system clock signal including the encoded command, and adjusts power dissipation according to the encoded command.

  13. Review of the Increased Participation of the Commanders-in-Chief (CINCS) in the Planning, Programing, and Budgeting System (PPBS)

    DTIC Science & Technology

    1988-06-01

    NOVEMBER 1984, SUBJECT: ENHANCEMENT OF THE CINCS ROLE IN PPBS......152 APPENDIX C: EXTRACTS FROM THE GOLDWATER-NICHOLS ACT RELATING TO THE CINCS...18 The law refers to combatant commands and later combatant commanders who are more commonly referred to as CINCs or Commanders-in-Chief. 19 Boldin ...Appendix D for extracts from the Goldwater-Nichols Act .-- and other documents relating to the CINCs.) For the first time, and because of the Act

  14. Robust Inversion and Data Compression in Control Allocation

    NASA Technical Reports Server (NTRS)

    Hodel, A. Scottedward

    2000-01-01

    We present an off-line computational method for control allocation design. The control allocation function delta = F(z)tau = delta (sub 0) (z) mapping commanded body-frame torques to actuator commands is implicitly specified by trim condition delta (sub 0) (z) and by a robust pseudo-inverse problem double vertical line I - G(z) F(z) double vertical line less than epsilon (z) where G(z) is a system Jacobian evaluated at operating point z, z circumflex is an estimate of z, and epsilon (z) less than 1 is a specified error tolerance. The allocation function F(z) = sigma (sub i) psi (z) F (sub i) is computed using a heuristic technique for selecting wavelet basis functions psi and a constrained least-squares criterion for selecting the allocation matrices F (sub i). The method is applied to entry trajectory control allocation for a reusable launch vehicle (X-33).

  15. Does the Fast Patrol Boat Have a Future in the Navy?

    DTIC Science & Technology

    2002-05-31

    Admiral Dennis Blair (Commander and Chief, United States Pacific Command) testified to Congress “countering terrorism, weapons proliferation...United States Navy. Blair, Dennis C., Admiral, USN. 2001a. Interview by Maria Ressa, CNN Jakarta Bureau, December 1. Interview transcript on-line...Available from http://www. pacom.mil/speeches/sst2001/011201blairCNN.htm. Internet accessed 3 March 2002. Blair, Dennis C., Admiral, USN. 2001b

  16. Defending Air Bases in an Age of Insurgency

    DTIC Science & Technology

    2014-05-01

    2007, http://www.defence.gov.au/raaf/adg/; WGCDR John Leo , RAAF, commanding officer, 2AFDS, e-mail correspondence with the author, 1 March–9 April...2007; and WGCDR John Leo , RAAF, commanding offi- cer, 2AFDS, “Airfield Defence Squadron Operations & Support” [Power- Point presentation, 22 February...in- stallations throughout the country: The initial mission of these forces is to secure the base and its internal LOCs [lines of communication

  17. BioSigPlot: an opensource tool for the visualization of multi-channel biomedical signals with Matlab.

    PubMed

    Boudet, Samuel; Peyrodie, Laurent; Gallois, Philippe; de l'Aulnoit, Denis Houzé; Cao, Hua; Forzy, Gérard

    2013-01-01

    This paper presents a Matlab-based software (MathWorks inc.) called BioSigPlot for the visualization of multi-channel biomedical signals, particularly for the EEG. This tool is designed for researchers on both engineering and medicine who have to collaborate to visualize and analyze signals. It aims to provide a highly customizable interface for signal processing experimentation in order to plot several kinds of signals while integrating the common tools for physician. The main advantages compared to other existing programs are the multi-dataset displaying, the synchronization with video and the online processing. On top of that, this program uses object oriented programming, so that the interface can be controlled by both graphic controls and command lines. It can be used as EEGlab plug-in but, since it is not limited to EEG, it would be distributed separately. BioSigPlot is distributed free of charge (http://biosigplot.sourceforge.net), under the terms of GNU Public License for non-commercial use and open source development.

  18. Open source clustering software.

    PubMed

    de Hoon, M J L; Imoto, S; Nolan, J; Miyano, S

    2004-06-12

    We have implemented k-means clustering, hierarchical clustering and self-organizing maps in a single multipurpose open-source library of C routines, callable from other C and C++ programs. Using this library, we have created an improved version of Michael Eisen's well-known Cluster program for Windows, Mac OS X and Linux/Unix. In addition, we generated a Python and a Perl interface to the C Clustering Library, thereby combining the flexibility of a scripting language with the speed of C. The C Clustering Library and the corresponding Python C extension module Pycluster were released under the Python License, while the Perl module Algorithm::Cluster was released under the Artistic License. The GUI code Cluster 3.0 for Windows, Macintosh and Linux/Unix, as well as the corresponding command-line program, were released under the same license as the original Cluster code. The complete source code is available at http://bonsai.ims.u-tokyo.ac.jp/mdehoon/software/cluster. Alternatively, Algorithm::Cluster can be downloaded from CPAN, while Pycluster is also available as part of the Biopython distribution.

  19. D-peaks: a visual tool to display ChIP-seq peaks along the genome.

    PubMed

    Brohée, Sylvain; Bontempi, Gianluca

    2012-01-01

    ChIP-sequencing is a method of choice to localize the positions of protein binding sites on DNA on a whole genomic scale. The deciphering of the sequencing data produced by this novel technique is challenging and it is achieved by their rigorous interpretation using dedicated tools and adapted visualization programs. Here, we present a bioinformatics tool (D-peaks) that adds several possibilities (including, user-friendliness, high-quality, relative position with respect to the genomic features) to the well-known visualization browsers or databases already existing. D-peaks is directly available through its web interface http://rsat.ulb.ac.be/dpeaks/ as well as a command line tool.

  20. Sequence Segmentation with changeptGUI.

    PubMed

    Tasker, Edward; Keith, Jonathan M

    2017-01-01

    Many biological sequences have a segmental structure that can provide valuable clues to their content, structure, and function. The program changept is a tool for investigating the segmental structure of a sequence, and can also be applied to multiple sequences in parallel to identify a common segmental structure, thus providing a method for integrating multiple data types to identify functional elements in genomes. In the previous edition of this book, a command line interface for changept is described. Here we present a graphical user interface for this package, called changeptGUI. This interface also includes tools for pre- and post-processing of data and results to facilitate investigation of the number and characteristics of segment classes.

  1. The Newick utilities: high-throughput phylogenetic tree processing in the UNIX shell.

    PubMed

    Junier, Thomas; Zdobnov, Evgeny M

    2010-07-01

    We present a suite of Unix shell programs for processing any number of phylogenetic trees of any size. They perform frequently-used tree operations without requiring user interaction. They also allow tree drawing as scalable vector graphics (SVG), suitable for high-quality presentations and further editing, and as ASCII graphics for command-line inspection. As an example we include an implementation of bootscanning, a procedure for finding recombination breakpoints in viral genomes. C source code, Python bindings and executables for various platforms are available from http://cegg.unige.ch/newick_utils. The distribution includes a manual and example data. The package is distributed under the BSD License. thomas.junier@unige.ch

  2. MX: A beamline control system toolkit

    NASA Astrophysics Data System (ADS)

    Lavender, William M.

    2000-06-01

    The development of experimental and beamline control systems for two Collaborative Access Teams at the Advanced Photon Source has resulted in the creation of a portable data acquisition and control toolkit called MX. MX consists of a set of servers, application programs and libraries that enable the creation of command line and graphical user interface applications that may be easily retargeted to new and different kinds of motor and device controllers. The source code for MX is written in ANSI C and Tcl/Tk with interprocess communication via TCP/IP. MX is available for several versions of Unix, Windows 95/98/NT and DOS. It may be downloaded from the web site http://www.imca.aps.anl.gov/mx/.

  3. XTALOPT version r11: An open-source evolutionary algorithm for crystal structure prediction

    NASA Astrophysics Data System (ADS)

    Avery, Patrick; Falls, Zackary; Zurek, Eva

    2018-01-01

    Version 11 of XTALOPT, an evolutionary algorithm for crystal structure prediction, has now been made available for download from the CPC library or the XTALOPT website, http://xtalopt.github.io. Whereas the previous versions of XTALOPT were published under the Gnu Public License (GPL), the current version is made available under the 3-Clause BSD License, which is an open source license that is recognized by the Open Source Initiative. Importantly, the new version can be executed via a command line interface (i.e., it does not require the use of a Graphical User Interface). Moreover, the new version is written as a stand-alone program, rather than an extension to AVOGADRO.

  4. Simplifying and enhancing the use of PyMOL with horizontal scripts

    PubMed Central

    2016-01-01

    Abstract Scripts are used in PyMOL to exert precise control over the appearance of the output and to ease remaking similar images at a later time. We developed horizontal scripts to ease script development. A horizontal script makes a complete scene in PyMOL like a traditional vertical script. The commands in a horizontal script are separated by semicolons. These scripts are edited interactively on the command line with no need for an external text editor. This simpler workflow accelerates script development. In using PyMOL, the illustration of a molecular scene requires an 18‐element matrix of view port settings. The default format spans several lines and is laborious to manually reformat for one line. This default format prevents the fast assembly of horizontal scripts that can reproduce a molecular scene. We solved this problem by writing a function that displays the settings on one line in a compact format suitable for horizontal scripts. We also demonstrate the mapping of aliases to horizontal scripts. Many aliases can be defined in a single script file, which can be useful for applying costume molecular representations to any structure. We also redefined horizontal scripts as Python functions to enable the use of the help function to print documentation about an alias to the command history window. We discuss how these methods of using horizontal scripts both simplify and enhance the use of PyMOL in research and education. PMID:27488983

  5. DOS.

    ERIC Educational Resources Information Center

    Traven, Bill

    1988-01-01

    Discusses using the DOS PATH command (for MS-DOS) to enable the microcomputer user to move from directory to directory on a hard drive. Lists the commands to be programed, gives examples, and explains the use of each. (MVL)

  6. The instant sequencing task: Toward constraint-checking a complex spacecraft command sequence interactively

    NASA Technical Reports Server (NTRS)

    Horvath, Joan C.; Alkalaj, Leon J.; Schneider, Karl M.; Amador, Arthur V.; Spitale, Joseph N.

    1993-01-01

    Robotic spacecraft are controlled by sets of commands called 'sequences.' These sequences must be checked against mission constraints. Making our existing constraint checking program faster would enable new capabilities in our uplink process. Therefore, we are rewriting this program to run on a parallel computer. To do so, we had to determine how to run constraint-checking algorithms in parallel and create a new method of specifying spacecraft models and constraints. This new specification gives us a means of representing flight systems and their predicted response to commands which could be used in a variety of applications throughout the command process, particularly during anomaly or high-activity operations. This commonality could reduce operations cost and risk for future complex missions. Lessons learned in applying some parts of this system to the TOPEX/Poseidon mission will be described.

  7. The Next Generation of Ground Operations Command and Control; Scripting in C no. and Visual Basic

    NASA Technical Reports Server (NTRS)

    Ritter, George; Pedoto, Ramon

    2010-01-01

    Scripting languages have become a common method for implementing command and control solutions in space ground operations. The Systems Test and Operations Language (STOL), the Huntsville Operations Support Center (HOSC) Scripting Language Processor (SLP), and the Spacecraft Control Language (SCL) offer script-commands that wrap tedious operations tasks into single calls. Since script-commands are interpreted, they also offer a certain amount of hands-on control that is highly valued in space ground operations. Although compiled programs seem to be unsuited for interactive user control and are more complex to develop, Marshall Space flight Center (MSFC) has developed a product called the Enhanced and Redesign Scripting (ERS) that makes use of the graphical and logical richness of a programming language while offering the hands-on and ease of control of a scripting language. ERS is currently used by the International Space Station (ISS) Payload Operations Integration Center (POIC) Cadre team members. ERS integrates spacecraft command mnemonics, telemetry measurements, and command and telemetry control procedures into a standard programming language, while making use of Microsoft's Visual Studio for developing Visual Basic (VB) or C# ground operations procedures. ERS also allows for script-style user control during procedure execution using a robust graphical user input and output feature. The availability of VB and C# programmers, and the richness of the languages and their development environment, has allowed ERS to lower our "script" development time and maintenance costs at the Marshall POIC.

  8. Blue Guardian: open architecture intelligence, surveillance, and reconnaissance (ISR) demonstrations

    NASA Astrophysics Data System (ADS)

    Shirey, Russell G.; Borntrager, Luke A.; Soine, Andrew T.; Green, David M.

    2017-04-01

    The Air Force Research Laboratory (AFRL) - Sensors Directorate has developed the Blue Guardian program to demonstrate advanced sensing technology utilizing open architectures in operationally relevant environments. Blue Guardian has adopted the core concepts and principles of the Air Force Rapid Capabilities Office (AFRCO) Open Mission Systems (OMS) initiative to implement an open Intelligence, Surveillance and Reconnaissance (ISR) platform architecture. Using this new OMS standard provides a business case to reduce cost and program schedules for industry and the Department of Defense (DoD). Blue Guardian is an early adopting program of OMS and provides much needed science and technology improvements, development, testing, and implementation of OMS for ISR purposes. This paper presents results and lessons learned under the Blue Guardian Project Shepherd program which conducted Multi-INT operational demonstrations in the Joint Interagency Task Force - South (JIATF-S) and USSOUTHCOM area of operations in early 2016. Further, on-going research is discussed to enhance Blue Guardian Multi-INT ISR capabilities to support additional mission sets and platforms, including unmanned operations over line of sight (LOS) and beyond line of sight (BLOS) datalinks. An implementation of additional OMS message sets and services to support off-platform sensor command and control using OMS/UCI data structures and dissemination of sensor product data/metadata is explored. Lastly, the Blue Guardian team is working with the AgilePod program to use OMS in a full Government Data Rights Pod to rapidly swap these sensors to different aircraft. The union of the AgilePod (which uses SOSA compliant standards) and OMS technologies under Blue Guardian programs is discussed.

  9. KSC-04PD-1013

    NASA Technical Reports Server (NTRS)

    2004-01-01

    KENNEDY SPACE CENTER, FLA. -- Former astronaut Vance Brand is introduced as a previous inductee into the U.S. Astronaut Hall of Fame. He and other Hall of Fame members were present for the induction of five new space program heroes into the U.S. Astronaut Hall of Fame: Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russias Mir space station; the late Francis R. 'Dick' Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. Brand was Command Module Pilot on the 1975 Apollo- Soyuz Test Project, the first linkup in orbit between spaceships of the United States and Soviet Union, and he later commanded three Space Shuttle missions. The induction ceremony was held at the Apollo/Saturn V Center at KSC. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  10. KSC-04pd1013

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- Former astronaut Vance Brand is introduced as a previous inductee into the U.S. Astronaut Hall of Fame. He and other Hall of Fame members were present for the induction of five new space program heroes into the U.S. Astronaut Hall of Fame: Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. Brand was Command Module Pilot on the 1975 Apollo-Soyuz Test Project, the first linkup in orbit between spaceships of the United States and Soviet Union, and he later commanded three Space Shuttle missions. The induction ceremony was held at the Apollo/Saturn V Center at KSC. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  11. The Army Public Affairs Program

    DTIC Science & Technology

    2000-09-15

    charge levied to defray expenses for food , beverages , and other incidentals. (2) Using bands and other ceremonial unit support at military-sponsored...command channels by the authorized cable television (CATV) franchise . g. Advise the commander on audience attitudes about and perceptions of policies...support events and activities of common interest and benefit to local, state, regional, national, or broadly represented audiences. Commanders must be

  12. Command/response protocols and concurrent software

    NASA Technical Reports Server (NTRS)

    Bynum, W. L.

    1987-01-01

    A version of the program to control the parallel jaw gripper is documented. The parallel jaw end-effector hardware and the Intel 8031 processor that is used to control the end-effector are briefly described. A general overview of the controller program is given and a complete description of the program's structure and design are contained. There are three appendices: a memory map of the on-chip RAM, a cross-reference listing of the self-scheduling routines, and a summary of the top-level and monitor commands.

  13. 46 CFR 46.10-60 - Control.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 46 Shipping 2 2011-10-01 2011-10-01 false Control. 46.10-60 Section 46.10-60 Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) LOAD LINES SUBDIVISION LOAD LINES FOR PASSENGER VESSELS Administration § 46.10-60 Control. (a) The District Director of Customs or the Coast Guard District Commander may...

  14. 46 CFR 46.10-60 - Control.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 46 Shipping 2 2010-10-01 2010-10-01 false Control. 46.10-60 Section 46.10-60 Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) LOAD LINES SUBDIVISION LOAD LINES FOR PASSENGER VESSELS Administration § 46.10-60 Control. (a) The District Director of Customs or the Coast Guard District Commander may...

  15. 46 CFR 46.10-60 - Control.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 46 Shipping 2 2013-10-01 2013-10-01 false Control. 46.10-60 Section 46.10-60 Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) LOAD LINES SUBDIVISION LOAD LINES FOR PASSENGER VESSELS Administration § 46.10-60 Control. The Director, Field Operations (DFO) or the Coast Guard District Commander may...

  16. 46 CFR 46.10-60 - Control.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 46 Shipping 2 2014-10-01 2014-10-01 false Control. 46.10-60 Section 46.10-60 Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) LOAD LINES SUBDIVISION LOAD LINES FOR PASSENGER VESSELS Administration § 46.10-60 Control. The Director, Field Operations (DFO) or the Coast Guard District Commander may...

  17. 46 CFR 46.10-60 - Control.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 46 Shipping 2 2012-10-01 2012-10-01 false Control. 46.10-60 Section 46.10-60 Shipping COAST GUARD, DEPARTMENT OF HOMELAND SECURITY (CONTINUED) LOAD LINES SUBDIVISION LOAD LINES FOR PASSENGER VESSELS Administration § 46.10-60 Control. The Director, Field Operations (DFO) or the Coast Guard District Commander may...

  18. GSFC Systems Test and Operation Language (STOL) functional requirements and language description

    NASA Technical Reports Server (NTRS)

    Desjardins, R.; Hall, G.; Mcguire, J.; Merwarth, P.; Mocarsky, W.; Truszkowski, W.; Villasenor, A.; Brosi, F.; Burch, P.; Carey, D.

    1978-01-01

    The Systems Tests and Operation Language (STOL) provides the means for user communication with payloads, applications programs, and other ground system elements. It is a systems operation language that enables an operator or user to communicate a command to a computer system. The system interprets each high level language directive from the user and performs the indicated action, such as executing a program, printing out a snapshot, or sending a payload command. This document presents the following: (1) required language features and implementation considerations; (2) basic capabilities; (3) telemetry, command, and input/output directives; (4) procedure definition and control; (5) listing, extension, and STOL nucleus capabilities.

  19. Pressure Ratio to Thermal Environments

    NASA Technical Reports Server (NTRS)

    Lopez, Pedro; Wang, Winston

    2012-01-01

    A pressure ratio to thermal environments (PRatTlE.pl) program is a Perl language code that estimates heating at requested body point locations by scaling the heating at a reference location times a pressure ratio factor. The pressure ratio factor is the ratio of the local pressure at the reference point and the requested point from CFD (computational fluid dynamics) solutions. This innovation provides pressure ratio-based thermal environments in an automated and traceable method. Previously, the pressure ratio methodology was implemented via a Microsoft Excel spreadsheet and macro scripts. PRatTlE is able to calculate heating environments for 150 body points in less than two minutes. PRatTlE is coded in Perl programming language, is command-line-driven, and has been successfully executed on both the HP and Linux platforms. It supports multiple concurrent runs. PRatTlE contains error trapping and input file format verification, which allows clear visibility into the input data structure and intermediate calculations.

  20. LANDSAT technology transfer to the private and public sectors through community colleges and other locally available institutions, phase 2 program

    NASA Technical Reports Server (NTRS)

    Rogers, R. H. (Principal Investigator)

    1982-01-01

    A program established by NASA with the Environmental Research Institute of Michigan (ERIM) applies a network where the major participants are NASA, universities or research institutes, community colleges, and local private and public organizations. Local users are given an opportunity to obtain "hands on" training in LANDSAT data analysis and Geographic Information System (GIS) techniques using a desk top, interactive remote analysis station (RAS). The RAS communicates with a central computing facility via telephone line, and provides for generation of land use and land suitability maps and other data products via remote command. During the period from 22 September 1980 - 6 March 1982, 15 workshops and other training activities were successfully conducted throughout Michigan providing hands on training on the RAS terminals for 250 or more people and user awareness activities such as exhibits and demonstrations for 2,000 or more participants.

  1. 77 FR 73455 - Change to the Military Freight Carrier Registration Program (FCRP)

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-12-10

    ... Deployment and Distribution Command (SDDC) is providing notice that it will, effective 1 December 2012, only...: Submit comments to Military Surface Deployment and Distribution Command, ATTN: AMSSD-SBD-QA, 1 Soldier...

  2. Putting FLEXPART to REST: The Provision of Atmospheric Transport Modeling Services

    NASA Astrophysics Data System (ADS)

    Morton, Don; Arnold, Dèlia

    2015-04-01

    We are developing a RESTful set of modeling services for the FLEXPART modeling system. FLEXPART (FLEXible PARTicle dispersion model) is a Lagrangian transport and dispersion model used by a growing international community. It has been used to simulate and forecast the atmospheric transport of wildfire smoke, volcanic ash and radionuclides and may be run in backwards mode to provide information for the determination of emission sources such as nuclear emissions and greenhouse gases. This open source software is distributed in source code form, and has several compiler and library dependencies that users need to address. Although well-documented, getting it compiled, set up, running, and post-processed is often tedious, making it difficult for the inexperienced or casual user. Well-designed modeling services lower the entry barrier for scientists to perform simulations, allowing them to create and execute their models from a variety of devices and programming environments. This world of Service Oriented Architectures (SOA) has progressed to a REpresentational State Transfer (REST) paradigm, in which the pervasive and mature HTTP environment is used as a foundation for providing access to model services. With such an approach, sound software engineering practises are adhered to in order to deploy service modules exhibiting very loose coupling with the clients. In short, services are accessed and controlled through the formation of properly-constructed Uniform Resource Identifiers (URI's), processed in an HTTP environment. In this way, any client or combination of clients - whether a bash script, Python program, web GUI, or even Unix command line - that can interact with an HTTP server, can run the modeling environment. This loose coupling allows for the deployment of a variety of front ends, all accessing a common modeling backend system. Furthermore, it is generally accepted in the cloud computing community that RESTful approaches constitute a sound approach towards successful deployment of services. Through the design of a RESTful, cloud-based modeling system, we provide the ubiquitous access to FLEXPART that allows scientists to focus on modeling processes instead of tedious computational details. In this work, we describe the modeling services environment, and provide examples of access via command-line, Python programs, and web GUI interfaces.

  3. KSC-04pd1008

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- Before the induction ceremony of five space program heroes into the U.S. Astronaut Hall of Fame, former astronaut Gene Cernan waves to guests as he is introduced as a previous inductee. He walked in space on Gemini 9, orbited the Moon on Apollo 10 and walked on the Moon as commander of Apollo 17. The ceremony was held at the Apollo/Saturn V Center at KSC. New inductees are Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  4. MDTRA: a molecular dynamics trajectory analyzer with a graphical user interface.

    PubMed

    Popov, Alexander V; Vorobjev, Yury N; Zharkov, Dmitry O

    2013-02-05

    Most of existing software for analysis of molecular dynamics (MD) simulation results is based on command-line, script-guided processes that require the researchers to have an idea about programming language constructions used, often applied to the one and only product. Here, we describe an open-source cross-platform program, MD Trajectory Reader and Analyzer (MDTRA), that performs a large number of MD analysis tasks assisted with a graphical user interface. The program has been developed to facilitate the process of search and visualization of results. MDTRA can handle trajectories as sets of protein data bank files and presents tools and guidelines to convert some other trajectory formats into such sets. The parameters analyzed by MDTRA include interatomic distances, angles, dihedral angles, angles between planes, one-dimensional and two-dimensional root-mean-square deviation, solvent-accessible area, and so on. As an example of using the program, we describe the application of MDTRA to analyze the MD of formamidopyrimidine-DNA glycosylase, a DNA repair enzyme from Escherichia coli. Copyright © 2012 Wiley Periodicals, Inc.

  5. ACTOG - AUTOCAD TO GIFTS TRANSLATOR

    NASA Technical Reports Server (NTRS)

    Jones, A.

    1994-01-01

    The AutoCad TO Gifts Translator program, ACTOG, was developed to facilitate quick generation of small finite element models using the CASA/Gifts finite element modeling program. ACTOG reads the geometric data of a drawing from the Data Exchange File (DXF) used in AutoCAD and other PC based drafting programs. The geometric entities recognized by ACTOG include POINTs, LINEs, ARCs, SOLIDs, 3DLINEs and 3DFACEs. From this information ACTOG creates a GIFTS SRC file which can then be read into the GIFTS preprocessor BULKM or can be modified and read into EDITM to create a finite element model. The GIFTS commands created include KPOINTs, SLINEs, CARCs, GRID3s and GRID4s. The SRC file can be used as is (using the default parameters) or edited for any number of uses. It is assumed that the user has at least a working knowledge of AutoCAD and GIFTS. ACTOG was written in Microsoft QuickBasic (Version 2.0). The program was developed for the IBM PC and has been implemented on an IBM PC compatible under DOS 3.21. ACTOG was developed in 1988.

  6. QDENSITY—A Mathematica quantum computer simulation

    NASA Astrophysics Data System (ADS)

    Juliá-Díaz, Bruno; Burdis, Joseph M.; Tabakin, Frank

    2009-03-01

    This Mathematica 6.0 package is a simulation of a Quantum Computer. The program provides a modular, instructive approach for generating the basic elements that make up a quantum circuit. The main emphasis is on using the density matrix, although an approach using state vectors is also implemented in the package. The package commands are defined in Qdensity.m which contains the tools needed in quantum circuits, e.g., multiqubit kets, projectors, gates, etc. New version program summaryProgram title: QDENSITY 2.0 Catalogue identifier: ADXH_v2_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADXH_v2_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 26 055 No. of bytes in distributed program, including test data, etc.: 227 540 Distribution format: tar.gz Programming language: Mathematica 6.0 Operating system: Any which supports Mathematica; tested under Microsoft Windows XP, Macintosh OS X, and Linux FC4 Catalogue identifier of previous version: ADXH_v1_0 Journal reference of previous version: Comput. Phys. Comm. 174 (2006) 914 Classification: 4.15 Does the new version supersede the previous version?: Offers an alternative, more up to date, implementation Nature of problem: Analysis and design of quantum circuits, quantum algorithms and quantum clusters. Solution method: A Mathematica package is provided which contains commands to create and analyze quantum circuits. Several Mathematica notebooks containing relevant examples: Teleportation, Shor's Algorithm and Grover's search are explained in detail. A tutorial, Tutorial.nb is also enclosed. Reasons for new version: The package has been updated to make it fully compatible with Mathematica 6.0 Summary of revisions: The package has been updated to make it fully compatible with Mathematica 6.0 Running time: Most examples included in the package, e.g., the tutorial, Shor's examples, Teleportation examples and Grover's search, run in less than a minute on a Pentium 4 processor (2.6 GHz). The running time for a quantum computation depends crucially on the number of qubits employed.

  7. A new programming metaphor for image processing procedures

    NASA Technical Reports Server (NTRS)

    Smirnov, O. M.; Piskunov, N. E.

    1992-01-01

    Most image processing systems, besides an Application Program Interface (API) which lets users write their own image processing programs, also feature a higher level of programmability. Traditionally, this is a command or macro language, which can be used to build large procedures (scripts) out of simple programs or commands. This approach, a legacy of the teletypewriter has serious drawbacks. A command language is clumsy when (and if! it attempts to utilize the capabilities of a multitasking or multiprocessor environment, it is but adequate for real-time data acquisition and processing, it has a fairly steep learning curve, and the user interface is very inefficient,. especially when compared to a graphical user interface (GUI) that systems running under Xll or Windows should otherwise be able to provide. ll these difficulties stem from one basic problem: a command language is not a natural metaphor for an image processing procedure. A more natural metaphor - an image processing factory is described in detail. A factory is a set of programs (applications) that execute separate operations on images, connected by pipes that carry data (images and parameters) between them. The programs function concurrently, processing images as they arrive along pipes, and querying the user for whatever other input they need. From the user's point of view, programming (constructing) factories is a lot like playing with LEGO blocks - much more intuitive than writing scripts. Focus is on some of the difficulties of implementing factory support, most notably the design of an appropriate API. It also shows that factories retain all the functionality of a command language (including loops and conditional branches), while suffering from none of the drawbacks outlined above. Other benefits of factory programming include self-tuning factories and the process of encapsulation, which lets a factory take the shape of a standard application both from the system and the user's point of view, and thus be used as a component of other factories. A bare-bones prototype of factory programming was implemented under the PcIPS image processing system, and a complete version (on a multitasking platform) is under development.

  8. Army Networks: Opportunities Exist to Better Utilize Results from Network Integration Evaluations

    DTIC Science & Technology

    2013-08-01

    monitor operations; a touch screen-based mission command planning tool; and an antenna mast . The Army will field only one of these systems in capability...Office JTRS Joint Tactical Radio System NIE Network Integration Evaluation OSD Office of the Secretary of Defense SUE System under Evaluation...command systems . A robust transport layer capable of delivering voice, data, imagery, and video to the tactical edge (i.e., the forward battle lines

  9. A case study in R and D productivity: Helping the program manager cope with job stress and improve communication effectiveness

    NASA Technical Reports Server (NTRS)

    Bodensteiner, W. D.; Gerloff, E. A.

    1985-01-01

    Certain structural changes in the Naval Material Command which resulted from a comparison of its operations to those of selected large-scale private sector companies are described. Central to the change was a reduction in the number of formal reports from systems commands to headquarters, and the provision of Program Management Assistance Teams (at the request of the program manager) to help resolve project problems. It is believed that these changes improved communication and information-processing, reduced program manager stress, and resulted in improved productivity.

  10. In Situ Wetland Restoration Demonstration

    DTIC Science & Technology

    2014-07-01

    Program (ESTCP) has funded the Naval Facilities Engineering and Expeditionary Warfare Center (NAVFAC EXWC) and its DoD partners: U.S. Army Public Health ...Command Engineering Service Center [NAVFAC ESC]) and its DoD partners U.S. Army Public Health Command, Naval Facilities Engineering Command Atlantic...made that unacceptable risks to human health or the environment may be present in portions of the Canal Creek system. Innovative technologies

  11. Center of Gravity within the Ill-Structured Problem

    DTIC Science & Technology

    2012-05-04

    NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S) 5d. PROJECT NUMBER Chad Livingston...Simon, Decision Making and Problem Solving 28 Cardon and Leonard, Unleashing Design, Planning and the Art of Battle Command, 2 11 complex, ill...Command. "Commander’s Appreciation and Campaign Design." Fort Monroe, VA, January 2008. Edward Cardon and Steve Leonard. "Unleashing Design, Planning

  12. MT's algorithm: A new algorithm to search for the optimum set of modulation indices for simultaneous range, command, and telemetry

    NASA Technical Reports Server (NTRS)

    Nguyen, Tien Manh

    1989-01-01

    MT's algorithm was developed as an aid in the design of space telecommunications systems when utilized with simultaneous range/command/telemetry operations. This algorithm provides selection of modulation indices for: (1) suppression of undesired signals to achieve desired link performance margins and/or to allow for a specified performance degradation in the data channel (command/telemetry) due to the presence of undesired signals (interferers); and (2) optimum power division between the carrier, the range, and the data channel. A software program using this algorithm was developed for use with MathCAD software. This software program, called the MT program, provides the computation of optimum modulation indices for all possible cases that are recommended by the Consultative Committee on Space Data System (CCSDS) (with emphasis on the squarewave, NASA/JPL ranging system).

  13. VSHC -- VAXstation VWS hardcopy

    NASA Astrophysics Data System (ADS)

    Huckle, H. E.; Clayton, C. A.

    VSHC works when a detached process is run at boot time which runs a .EXE file that creates a permanent mailbox and redefines UISPRINT_DESTINATION to that mailbox. The program then goes into an infinite loop which includes a read to that mailbox. When a hardcopy is initiated, sixel graphics commands are sent to UISPRINT_DESTINATION and thus go to the mailbox. The program then reads those graphics commands from the mailbox and interprets them into equivalent Canon commands, using a `State Machine' technique to determine how far it's got, i.e. is it a start of a plot, end of plot, middle of plot, next plot etc. It spools the file of Canon graphics commands thus created (in VSHC_SCRATCH:), to a queue pointed at by the logical name VSHC_QUEUE. UISPRINT_DESTINATION can be mysteriously reset to its default value of CSA0: and so every few minutes an AST timeout occurs to reset UISPRINT_DESTINATION.

  14. Engle, Cernan, Young, and Stafford under Saturn V at ASVC prior to grand opening

    NASA Technical Reports Server (NTRS)

    1997-01-01

    Some of the former Apollo program astronauts recall the past as they tour the new Apollo/Saturn V Center (ASVC) at KSC prior to the gala grand opening ceremony for the facility that was held Jan. 8, 1997. The astronauts were invited to participate in the event, which also featured NASA Administrator Dan Goldin and KSC Director Jay Honeycutt. Standing underneath the KSC Apollo/Saturn V inside the building are (from left): Apollo 14 Back-up Lunar Module Pilot Joe H. Engle; Apollo 10 Lunar Module Pilot and Apollo 17 Commander Eugene A. Cernan; Apollo 10 Command Module Pilot and Apollo 16 Commander John W. Young; and Apollo 10 Commander Thomas P. Stafford. The ASVC also features several other Apollo program spacecraft components, multimedia presentations and a simulated Apollo/Saturn V liftoff. The facility will be a part of the KSC bus tour that embarks from the KSC Visitor Center.

  15. Simplifying structure analysis projects with customizable chime-based templates*.

    PubMed

    Thompson, Scott E; Sears, Duane W

    2005-09-01

    Structure/function relationships are fundamental to understanding the properties of biological molecules, and thus it is imperative that biochemistry students learn how to analyze such relationships. Here we describe Chime-based web page templates and tutorials designed to help students develop their own strategies for exploring macromolecular three-dimensional structures like those on our course website. The templates can easily be customized for any structure of interest, and some templates include a Command Entry Line and a Message Recall Box for more refined macromolecular exploration using RasMol/Chime image modification commands. The tutorials present students with an integrated overview of the image modification capabilities of the Chime plug-in and its underlying RasMol-based command structure as accessed through the Command Entry Line. The tutorial also illustrates how RasMol/Chime command syntax addresses specific formatted structural information in a standard Protein Data Bank file. Judging by the high quality of structure-based presentations given by students who have used these templates and tutorials, it appears that these resources can help students learn to analyze complex macromolecular structures while also providing them with convenient tools for creating scientifically meaningful and visually effective molecular images to share with others. (The templates, tutorials, and our course website can be viewed at the following URLs, respectively: tutor.lscf.ucsb.edu/instdev/sears/biochemistry/presentations/demos-downloads.htm, tutor.lscf.ucsb.edu/instdev/sears/biochemistry/tutorials/pdbtutorial/frontwindow.html, and tutor.lscf.ucsb.edu/instdev/sears/biochemistry/.). Copyright © 2005 International Union of Biochemistry and Molecular Biology, Inc.

  16. Does the United States’ Strategic Mobility Program Support the Needs of Operational Commanders

    DTIC Science & Technology

    2010-10-01

    Does the United States’ Strategic Mobility Program Support the Needs of Operational Commanders? A Monograph by MAJ Erik E. Hilberg United...inability to project certain capabilities? This monograph argues that the Department of Defense’s shortfalls in strategic sealift will limit a ground...quantitative research associated with this study goes through a qualitative analysis. The research results of this study then undergo an examination

  17. Guidance system operations plan for manned CM earth orbital missions using program Skylark 1. Section 2: Data links

    NASA Technical Reports Server (NTRS)

    Hamilton, M. H.

    1972-01-01

    A computer program to define the digital uplink and downlink for use in manned command module orbital missions is presented. The subjects discussed are: (1) digital uplink to command module, (2) CMC digital downlink, (3) downlist formats, (4) description of telemetered qualities, (5) flagbits, and (6) effects of Fresh Start (V36) and Hardware Restart on flagword and channel bits.

  18. Guidance system operations plan for manned cm earth orbital and lunar missions using program Colossus 3. Section 2: Data links

    NASA Technical Reports Server (NTRS)

    Hamilton, M. H.

    1971-01-01

    The data links for use with the guidance system operations plan for manned command module earth orbital and lunar missions using program Colossus 3 are presented. The subjects discussed are: (1) digital uplink to CMC, (2) command module contiguous block update, (3) CMC retrofire external data update, (4) CMC digital downlink, and (5) CMC entry update.

  19. South Carolina Cancer Health Equity Consortium: HBCU Student Summer Training Program

    DTIC Science & Technology

    2017-08-01

    TYPE OF REPORT: Annual PREPARED FOR: U.S. Army Medical Research and Materiel Command Fort Detrick, Maryland 21702-5012 DISTRIBUTION STATEMENT...SPONSORING / MONITORING AGENCY NAME(S) AND ADDRESS(ES) 10. SPONSOR/MONITOR’S ACRONYM(S) U.S. Army Medical Research and Materiel Command Fort Detrick...Carolina. The goal of the South Carolina Cancer Health Equity Consortium: HBCU Student Summer Training Program is to provide a biomedical research

  20. A Comparative Assessment of Knowledge Management Education Across the United States Department of Defense

    DTIC Science & Technology

    2007-03-01

    portal, AKO. The Army is also creating Battle Command Knowledge Cells staffed with Knowledge Management Officers ( KMO ) to facilitate KM within...battle commands. To increase their effectiveness, the Army has a draft Standard Operation Procedures (SOP) document to assist KMOs in establishing and...cultivating KM programs. This draft document includes instruction on implementing a KM program in a unit, worksheets to assist KMOs with knowledge

  1. Command History. United States Military Assistance Command, Vietnam 1968. Volume 2

    DTIC Science & Technology

    1968-01-01

    phase of the 1968 plan was put through ae scheduled. The opening of the Tte Offensive. however, temporarily scuttled the program. Temporarily, local...decrease slightly. Completed construction of an additional 1, 200 km oalhighways and tte restoration of more of the VNRS was expected to materialize in...Assistance Program MINRON Mine Squadron \\05 Military Intelligence Service MISC Mobile Infiltration Surveillance Center MIUWG Mobile Inshore Undersea

  2. Department of Defense HIV/AIDS Prevention Program (DHAPP), 2012

    DTIC Science & Technology

    2013-06-04

    reflect the official policy or position of the Department of the Navy, Department of Defense, nor the U. S. Government . Approved for public release...157 Bahamas, The 159 Barbados 161 Belize 163 Bolivia 166 Colombia 168 Dominican Republic 171 Ecuador 174 El Salvador 176 Guatemala 179... Government USMHRP – US Military HIV Research Program USPACOM – US Pacific Command USSOUTHCOM – US Southern Command VMMC - voluntary medical male

  3. Robot Sequencing and Visualization Program (RSVP)

    NASA Technical Reports Server (NTRS)

    Cooper, Brian K.; Maxwell,Scott A.; Hartman, Frank R.; Wright, John R.; Yen, Jeng; Toole, Nicholas T.; Gorjian, Zareh; Morrison, Jack C

    2013-01-01

    The Robot Sequencing and Visualization Program (RSVP) is being used in the Mars Science Laboratory (MSL) mission for downlink data visualization and command sequence generation. RSVP reads and writes downlink data products from the operations data server (ODS) and writes uplink data products to the ODS. The primary users of RSVP are members of the Rover Planner team (part of the Integrated Planning and Execution Team (IPE)), who use it to perform traversability/articulation analyses, take activity plan input from the Science and Mission Planning teams, and create a set of rover sequences to be sent to the rover every sol. The primary inputs to RSVP are downlink data products and activity plans in the ODS database. The primary outputs are command sequences to be placed in the ODS for further processing prior to uplink to each rover. RSVP is composed of two main subsystems. The first, called the Robot Sequence Editor (RoSE), understands the MSL activity and command dictionaries and takes care of converting incoming activity level inputs into command sequences. The Rover Planners use the RoSE component of RSVP to put together command sequences and to view and manage command level resources like time, power, temperature, etc. (via a transparent realtime connection to SEQGEN). The second component of RSVP is called HyperDrive, a set of high-fidelity computer graphics displays of the Martian surface in 3D and in stereo. The Rover Planners can explore the environment around the rover, create commands related to motion of all kinds, and see the simulated result of those commands via its underlying tight coupling with flight navigation, motor, and arm software. This software is the evolutionary replacement for the Rover Sequencing and Visualization software used to create command sequences (and visualize the Martian surface) for the Mars Exploration Rover mission.

  4. 46 CFR 153.558 - Special requirements for phosphoric acid.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... CARGOES SHIPS CARRYING BULK LIQUID, LIQUEFIED GAS, OR COMPRESSED GAS HAZARDOUS MATERIALS Design and... containment system must be: (a) Lined with natural rubber or neoprene; (b) Lined with a material approved for phosphoric acid tanks by the Commandant (CG-522); or (c) Made of a stainless steel that resists corrosion by...

  5. English Collocation Learning through Corpus Data: On-Line Concordance and Statistical Information

    ERIC Educational Resources Information Center

    Ohtake, Hiroshi; Fujita, Nobuyuki; Kawamoto, Takeshi; Morren, Brian; Ugawa, Yoshihiro; Kaneko, Shuji

    2012-01-01

    We developed an English Collocations On Demand system offering on-line corpus and concordance information to help Japanese researchers acquire a better command of English collocation patterns. The Life Science Dictionary Corpus consists of approximately 90,000,000 words collected from life science related research papers published in academic…

  6. TreeRipper web application: towards a fully automated optical tree recognition software.

    PubMed

    Hughes, Joseph

    2011-05-20

    Relationships between species, genes and genomes have been printed as trees for over a century. Whilst this may have been the best format for exchanging and sharing phylogenetic hypotheses during the 20th century, the worldwide web now provides faster and automated ways of transferring and sharing phylogenetic knowledge. However, novel software is needed to defrost these published phylogenies for the 21st century. TreeRipper is a simple website for the fully-automated recognition of multifurcating phylogenetic trees (http://linnaeus.zoology.gla.ac.uk/~jhughes/treeripper/). The program accepts a range of input image formats (PNG, JPG/JPEG or GIF). The underlying command line c++ program follows a number of cleaning steps to detect lines, remove node labels, patch-up broken lines and corners and detect line edges. The edge contour is then determined to detect the branch length, tip label positions and the topology of the tree. Optical Character Recognition (OCR) is used to convert the tip labels into text with the freely available tesseract-ocr software. 32% of images meeting the prerequisites for TreeRipper were successfully recognised, the largest tree had 115 leaves. Despite the diversity of ways phylogenies have been illustrated making the design of a fully automated tree recognition software difficult, TreeRipper is a step towards automating the digitization of past phylogenies. We also provide a dataset of 100 tree images and associated tree files for training and/or benchmarking future software. TreeRipper is an open source project licensed under the GNU General Public Licence v3.

  7. The Next Generation of Ground Operations Command and Control; Scripting in C Sharp and Visual Basic

    NASA Technical Reports Server (NTRS)

    Ritter, George; Pedoto, Ramon

    2010-01-01

    This slide presentation reviews the use of scripting languages in Ground Operations Command and Control. It describes the use of scripting languages in a historical context, the advantages and disadvantages of scripts. It describes the Enhanced and Redesigned Scripting (ERS) language, that was designed to combine the features of a scripting language and the graphical and IDE richness of a programming language with the utility of scripting languages. ERS uses the Microsoft Visual Studio programming environment and offers custom controls that enable an ERS developer to extend the Visual Basic and C sharp language interface with the Payload Operations Integration Center (POIC) telemetry and command system.

  8. 32 CFR 154.31 - Authorized requesters.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... and Security, Washington Headquarters Services. (e) Commanders of Unified and Specified Commands or... National Defense Department of Defense OFFICE OF THE SECRETARY OF DEFENSE SECURITY DEPARTMENT OF DEFENSE PERSONNEL SECURITY PROGRAM REGULATION Requesting Personnel Security Investigations § 154.31 Authorized...

  9. The Army’s Construction Program How it Runs

    DTIC Science & Technology

    2010-06-01

    Army Commands ASCC DRU Guard Reserve USA/VCSA Co-Chair SSRG Approve MILCON Requirements & Priorities GDPR /GTA Transformation (Barracks Buy Out...to Commands/Components - Disseminated approved MILCON initiatives and priorities ( GDPR /GTA, Transformation… worst first) - Provided specific

  10. Patriot Express Program Could Be More Cost-Effective for Overseas Permanent Change of Station and Temporary Duty Travel

    DTIC Science & Technology

    2015-07-06

    Department of Defense F r a u d , W a s t e & A b u s e Results in Brief Patriot Express Program Could Be More Cost-Effective for Overseas...availability for passengers traveling overseas. July 6, 2015 As a result , DoD did not maximize its return on investment in the Patriot Express Program and...comments from the Commander, Naval Supply Systems Command, partially addressed Recommendation 3.b. As a result of management comments, we redirected

  11. SIG: a general-purpose signal processing program. User's manual. Revision 1

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Lager, D.; Azevedo, S.

    1985-05-09

    SIG is a general-purpose signal processing, analysis, and display program. Its main purpose is to perform manipulations on time-domain and frequenccy-domain signals. The manual contains a complete description of the SIG program from the user's stand-point. A brief exercise in using SIG is shown. Complete descriptions are given of each command in the SIG core. General information about the SIG structure, command processor, and graphics options are provided. An example usage of SIG for solving a problem is developed, and error message formats are briefly discussed. (LEW)

  12. Mission Command During The Falklands War: Opportunities And Limitations

    DTIC Science & Technology

    2016-05-26

    Monograph by MAJ Brice Roberts United States Army School of Advanced Military Studies United States Army Command and General Staff College Fort...SPONSORING/MONITORING AGENCY NAME(S) AND ADDRESS(ES) 10. SPONSOR/MONITOR’S ACRONYM(S) Advanced Military Studies Program CGSC 11. SPONSOR...This study examines the six principles of mission command, as defined by ADP 6-0, as a lens to evaluate operations conducted by the Landing Force

  13. Productivity Enhancement Program (PEP) for the Power Plant Division, Naval Air Rework Facility, North Island, San Diego. Preliminary Data Required.

    DTIC Science & Technology

    1984-02-01

    97322 C9 571H0 NOTE 1--Ht» 360214-77 M.ORKID MDRA i D - \\—r— .ofjTxx .05r51-8* 62 ZBJA 0 ZANA D YBFA 0 : : 1.S508-P81 2F-SEE...Navy Recruiting Command (Code 20) Commanding Officer, Naval Aerospace Medical Institute (Library Code 12) (2) Commanding Officer Naval Technical

  14. Systems Engineering Approach and Metrics for Evaluating Network-Centric Operations for U.S. Army Battle Command

    DTIC Science & Technology

    2013-07-01

    Systems Engineering Approach and Metrics for Evaluating Network-Centric Operations for U.S. Army Battle Command by Jock O. Grynovicki and...Battle Command Jock O. Grynovicki and Teresa A. Branscome Human Research and Engineering Directorate, ARL...NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S) Jock O. Grynovicki and Teresa A. Branscome 5d. PROJECT NUMBER 622716H70 5e. TASK NUMBER

  15. Step 1: Human System Integration Simulation and Flight Test Progress Report

    NASA Technical Reports Server (NTRS)

    2005-01-01

    The Access 5 Human Systems Integration Work Package produced simulation and flight demonstration planning products for use throughout the program. These included: Test Objectives for Command, Control, Communications; Pilot Questionnaire for Command, Control, Communications; Air Traffic Controller Questionnaire for Command, Control, Communications; Test Objectives for Collision Avoidance; Pilot Questionnaire for Collision Avoidance; Plans for Unmanned Aircraft Systems Control Station Simulations Flight Requirements for the Airspace Operations Demonstration

  16. Irresistable: Service Masks, Goldwater-Nichols, and Overcoming Service Barriers to JFACC

    DTIC Science & Technology

    2016-06-10

    Air Forces IFR In Flight Refueling JCS Joint Chiefs of Staff JFACC Joint Force Air Component Commander JFC Joint Force Commander LOC Lines of...culture, diplomacy, and beyond.7 The focus is on the personalities that build and develop the technology and thus their impact on history. This broad...embarked Air Group 5 contained propeller and first-generation jets. In the days before in- flight-refueling ( IFR ), these aircraft could only manage a

  17. On-command on/off switching of progenitor cell and cancer cell polarized motility and aligned morphology via a cytocompatible shape memory polymer scaffold.

    PubMed

    Wang, Jing; Quach, Andy; Brasch, Megan E; Turner, Christopher E; Henderson, James H

    2017-09-01

    In vitro biomaterial models have enabled advances in understanding the role of extracellular matrix (ECM) architecture in the control of cell motility and polarity. Most models are, however, static and cannot mimic dynamic aspects of in vivo ECM remodeling and function. To address this limitation, we present an electrospun shape memory polymer scaffold that can change fiber alignment on command under cytocompatible conditions. Cellular response was studied using the human fibrosarcoma cell line HT-1080 and the murine mesenchymal stem cell line C3H/10T1/2. The results demonstrate successful on-command on/off switching of cell polarized motility and alignment. Decrease in fiber alignment causes a change from polarized motility along the direction of fiber alignment to non-polarized motility and from aligned to unaligned morphology, while increase in fiber alignment causes a change from non-polarized to polarized motility along the direction of fiber alignment and from unaligned to aligned morphology. In addition, the findings are consistent with the hypothesis that increased fiber alignment causes increased cell velocity, while decreased fiber alignment causes decreased cell velocity. On-command on/off switching of cell polarized motility and alignment is anticipated to enable new study of directed cell motility in tumor metastasis, in cell homing, and in tissue engineering. Copyright © 2017 Elsevier Ltd. All rights reserved.

  18. Nuclear data made easily accessible through the Notre Dame Nuclear Database

    NASA Astrophysics Data System (ADS)

    Khouw, Timothy; Lee, Kevin; Fasano, Patrick; Mumpower, Matthew; Aprahamian, Ani

    2014-09-01

    In 1994, the NNDC revolutionized nuclear research by providing a colorful, clickable, searchable database over the internet. Over the last twenty years, web technology has evolved dramatically. Our project, the Notre Dame Nuclear Database, aims to provide a more comprehensive and broadly searchable interactive body of data. The database can be searched by an array of filters which includes metadata such as the facility where a measurement is made, the author(s), or date of publication for the datum of interest. The user interface takes full advantage of HTML, a web markup language, CSS (cascading style sheets to define the aesthetics of the website), and JavaScript, a language that can process complex data. A command-line interface is supported that interacts with the database directly on a user's local machine which provides single command access to data. This is possible through the use of a standardized API (application programming interface) that relies upon well-defined filtering variables to produce customized search results. We offer an innovative chart of nuclides utilizing scalable vector graphics (SVG) to deliver users an unsurpassed level of interactivity supported on all computers and mobile devices. We will present a functional demo of our database at the conference.

  19. 2006 NASA Range Safety Annual Report

    NASA Technical Reports Server (NTRS)

    TenHaken, Ron; Daniels, B.; Becker, M.; Barnes, Zack; Donovan, Shawn; Manley, Brenda

    2007-01-01

    Throughout 2006, Range Safety was involved in a number of exciting and challenging activities and events, from developing, implementing, and supporting Range Safety policies and procedures-such as the Space Shuttle Launch and Landing Plans, the Range Safety Variance Process, and the Expendable Launch Vehicle Safety Program procedures-to evaluating new technologies. Range Safety training development is almost complete with the last course scheduled to go on line in mid-2007. Range Safety representatives took part in a number of panels and councils, including the newly formed Launch Constellation Range Safety Panel, the Range Commanders Council and its subgroups, the Space Shuttle Range Safety Panel, and the unmanned aircraft systems working group. Space based range safety demonstration and certification (formerly STARS) and the autonomous flight safety system were successfully tested. The enhanced flight termination system will be tested in early 2007 and the joint advanced range safety system mission analysis software tool is nearing operational status. New technologies being evaluated included a processor for real-time compensation in long range imaging, automated range surveillance using radio interferometry, and a space based range command and telemetry processor. Next year holds great promise as we continue ensuring safety while pursuing our quest beyond the Moon to Mars.

  20. Controlling Laboratory Processes From A Personal Computer

    NASA Technical Reports Server (NTRS)

    Will, H.; Mackin, M. A.

    1991-01-01

    Computer program provides natural-language process control from IBM PC or compatible computer. Sets up process-control system that either runs without operator or run by workers who have limited programming skills. Includes three smaller programs. Two of them, written in FORTRAN 77, record data and control research processes. Third program, written in Pascal, generates FORTRAN subroutines used by other two programs to identify user commands with device-driving routines written by user. Also includes set of input data allowing user to define user commands to be executed by computer. Requires personal computer operating under MS-DOS with suitable hardware interfaces to all controlled devices. Also requires FORTRAN 77 compiler and device drivers written by user.

  1. Evolutionary Telemetry and Command Processor (TCP) architecture

    NASA Technical Reports Server (NTRS)

    Schneider, John R.

    1992-01-01

    A low cost, modular, high performance, and compact Telemetry and Command Processor (TCP) is being built as the foundation of command and data handling subsystems for the next generation of satellites. The TCP product line will support command and telemetry requirements for small to large spacecraft and from low to high rate data transmission. It is compatible with the latest TDRSS, STDN and SGLS transponders and provides CCSDS protocol communications in addition to standard TDM formats. Its high performance computer provides computing resources for hosted flight software. Layered and modular software provides common services using standardized interfaces to applications thereby enhancing software re-use, transportability, and interoperability. The TCP architecture is based on existing standards, distributed networking, distributed and open system computing, and packet technology. The first TCP application is planned for the 94 SDIO SPAS 3 mission. The architecture enhances rapid tailoring of functions thereby reducing costs and schedules developed for individual spacecraft missions.

  2. Unit Home

    Science.gov Websites

    Commanding Officer Sergeant Major Sections S1 - Administration S3 - Training S4 - Logistics Career Planner Operation Command, Pacific Hawaii Judicial Circuit Consolidated Storage Program DLA Customer Support Warrior Detachment College of Distance Education & Training Patrol and Reconnaissance Wing TWO Patrol

  3. Financial Management Training for Navy Ashore Commands

    DTIC Science & Technology

    1990-06-01

    ashore command financial management accounting and budgeting personnel. It examines and analyzes the importance of training programs which are neded to...meet the job responsibilities of financial management accounting and budgeting personnel. In addition, the thesis reviews the current working environment

  4. 32 CFR 239.13 - Program Performance Reviews.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... will prepare monthly program performance reviews using the Homeowners Assistance Program Management Information System; HQUSACE Annual Management Command Plan and Management Control Checklist. In addition...

  5. Exercise Patterns in the U.S. Navy.

    DTIC Science & Technology

    1988-01-11

    decisions are more likely to continue exercise programs in clinical, corporate, and community settings (23,27,28). Environmental factors, including barriors...longitudinal evaluation of the Navy’s Health and Physical Readiness Program . Their average age was 28.3 years (S.D. = 7.0) with a range from 17-59 years...each of the 119 command units. To select individuals within the 119 command units, March 1985 computerized personnel tapes from the Naval military

  6. Installation Restoration Program. Confirmation/Quantification Stage 1. Phase 2

    DTIC Science & Technology

    1985-03-07

    INSTALLATION RESTORATION PROGRAM i0 PHASE II - CONFIRMATION/QUANTIFICATION 0STAGE 1 KIRTLAND AFB KIRTLAND AFB, NEW MEXICO 87117 IIl PREPARED BY SCIENCE...APPLICATIONS INTERNATIONAL CORPORATION 505 MARQUETTE NW, SUITE 1200 ALBUQUERQUE, NEW MEXICO 871021 5MARCH 1985 FINAL REPORT FROM FEB 1983 TO MAR 1985...QUANTIFICATION STAGE 1 i FINAL REPORT FOR IKIRTLAND AFB KIRTLAND AFB, NEW MEXICO 87117U HEADQUARTERS MILITARY AIRLIFT COMMAND COMMAND SURGEON’S OFFICE (HQ MAC

  7. THESEUS: maximum likelihood superpositioning and analysis of macromolecular structures

    PubMed Central

    Theobald, Douglas L.; Wuttke, Deborah S.

    2008-01-01

    Summary THESEUS is a command line program for performing maximum likelihood (ML) superpositions and analysis of macromolecular structures. While conventional superpositioning methods use ordinary least-squares (LS) as the optimization criterion, ML superpositions provide substantially improved accuracy by down-weighting variable structural regions and by correcting for correlations among atoms. ML superpositioning is robust and insensitive to the specific atoms included in the analysis, and thus it does not require subjective pruning of selected variable atomic coordinates. Output includes both likelihood-based and frequentist statistics for accurate evaluation of the adequacy of a superposition and for reliable analysis of structural similarities and differences. THESEUS performs principal components analysis for analyzing the complex correlations found among atoms within a structural ensemble. PMID:16777907

  8. Service-Oriented Architecture for NVO and TeraGrid Computing

    NASA Technical Reports Server (NTRS)

    Jacob, Joseph; Miller, Craig; Williams, Roy; Steenberg, Conrad; Graham, Matthew

    2008-01-01

    The National Virtual Observatory (NVO) Extensible Secure Scalable Service Infrastructure (NESSSI) is a Web service architecture and software framework that enables Web-based astronomical data publishing and processing on grid computers such as the National Science Foundation's TeraGrid. Characteristics of this architecture include the following: (1) Services are created, managed, and upgraded by their developers, who are trusted users of computing platforms on which the services are deployed. (2) Service jobs can be initiated by means of Java or Python client programs run on a command line or with Web portals. (3) Access is granted within a graduated security scheme in which the size of a job that can be initiated depends on the level of authentication of the user.

  9. The Newick utilities: high-throughput phylogenetic tree processing in the Unix shell

    PubMed Central

    Junier, Thomas; Zdobnov, Evgeny M.

    2010-01-01

    Summary: We present a suite of Unix shell programs for processing any number of phylogenetic trees of any size. They perform frequently-used tree operations without requiring user interaction. They also allow tree drawing as scalable vector graphics (SVG), suitable for high-quality presentations and further editing, and as ASCII graphics for command-line inspection. As an example we include an implementation of bootscanning, a procedure for finding recombination breakpoints in viral genomes. Availability: C source code, Python bindings and executables for various platforms are available from http://cegg.unige.ch/newick_utils. The distribution includes a manual and example data. The package is distributed under the BSD License. Contact: thomas.junier@unige.ch PMID:20472542

  10. MySQL/PHP web database applications for IPAC proposal submission

    NASA Astrophysics Data System (ADS)

    Crane, Megan K.; Storrie-Lombardi, Lisa J.; Silbermann, Nancy A.; Rebull, Luisa M.

    2008-07-01

    The Infrared Processing and Analysis Center (IPAC) is NASA's multi-mission center of expertise for long-wavelength astrophysics. Proposals for various IPAC missions and programs are ingested via MySQL/PHP web database applications. Proposers use web forms to enter coversheet information and upload PDF files related to the proposal. Upon proposal submission, a unique directory is created on the webserver into which all of the uploaded files are placed. The coversheet information is converted into a PDF file using a PHP extension called FPDF. The files are concatenated into one PDF file using the command-line tool pdftk and then forwarded to the review committee. This work was performed at the California Institute of Technology under contract to the National Aeronautics and Space Administration.

  11. CellSegm - a MATLAB toolbox for high-throughput 3D cell segmentation

    PubMed Central

    2013-01-01

    The application of fluorescence microscopy in cell biology often generates a huge amount of imaging data. Automated whole cell segmentation of such data enables the detection and analysis of individual cells, where a manual delineation is often time consuming, or practically not feasible. Furthermore, compared to manual analysis, automation normally has a higher degree of reproducibility. CellSegm, the software presented in this work, is a Matlab based command line software toolbox providing an automated whole cell segmentation of images showing surface stained cells, acquired by fluorescence microscopy. It has options for both fully automated and semi-automated cell segmentation. Major algorithmic steps are: (i) smoothing, (ii) Hessian-based ridge enhancement, (iii) marker-controlled watershed segmentation, and (iv) feature-based classfication of cell candidates. Using a wide selection of image recordings and code snippets, we demonstrate that CellSegm has the ability to detect various types of surface stained cells in 3D. After detection and outlining of individual cells, the cell candidates can be subject to software based analysis, specified and programmed by the end-user, or they can be analyzed by other software tools. A segmentation of tissue samples with appropriate characteristics is also shown to be resolvable in CellSegm. The command-line interface of CellSegm facilitates scripting of the separate tools, all implemented in Matlab, offering a high degree of flexibility and tailored workflows for the end-user. The modularity and scripting capabilities of CellSegm enable automated workflows and quantitative analysis of microscopic data, suited for high-throughput image based screening. PMID:23938087

  12. CellSegm - a MATLAB toolbox for high-throughput 3D cell segmentation.

    PubMed

    Hodneland, Erlend; Kögel, Tanja; Frei, Dominik Michael; Gerdes, Hans-Hermann; Lundervold, Arvid

    2013-08-09

    : The application of fluorescence microscopy in cell biology often generates a huge amount of imaging data. Automated whole cell segmentation of such data enables the detection and analysis of individual cells, where a manual delineation is often time consuming, or practically not feasible. Furthermore, compared to manual analysis, automation normally has a higher degree of reproducibility. CellSegm, the software presented in this work, is a Matlab based command line software toolbox providing an automated whole cell segmentation of images showing surface stained cells, acquired by fluorescence microscopy. It has options for both fully automated and semi-automated cell segmentation. Major algorithmic steps are: (i) smoothing, (ii) Hessian-based ridge enhancement, (iii) marker-controlled watershed segmentation, and (iv) feature-based classfication of cell candidates. Using a wide selection of image recordings and code snippets, we demonstrate that CellSegm has the ability to detect various types of surface stained cells in 3D. After detection and outlining of individual cells, the cell candidates can be subject to software based analysis, specified and programmed by the end-user, or they can be analyzed by other software tools. A segmentation of tissue samples with appropriate characteristics is also shown to be resolvable in CellSegm. The command-line interface of CellSegm facilitates scripting of the separate tools, all implemented in Matlab, offering a high degree of flexibility and tailored workflows for the end-user. The modularity and scripting capabilities of CellSegm enable automated workflows and quantitative analysis of microscopic data, suited for high-throughput image based screening.

  13. TRIGRS - A Fortran Program for Transient Rainfall Infiltration and Grid-Based Regional Slope-Stability Analysis, Version 2.0

    USGS Publications Warehouse

    Baum, Rex L.; Savage, William Z.; Godt, Jonathan W.

    2008-01-01

    The Transient Rainfall Infiltration and Grid-Based Regional Slope-Stability Model (TRIGRS) is a Fortran program designed for modeling the timing and distribution of shallow, rainfall-induced landslides. The program computes transient pore-pressure changes, and attendant changes in the factor of safety, due to rainfall infiltration. The program models rainfall infiltration, resulting from storms that have durations ranging from hours to a few days, using analytical solutions for partial differential equations that represent one-dimensional, vertical flow in isotropic, homogeneous materials for either saturated or unsaturated conditions. Use of step-function series allows the program to represent variable rainfall input, and a simple runoff routing model allows the user to divert excess water from impervious areas onto more permeable downslope areas. The TRIGRS program uses a simple infinite-slope model to compute factor of safety on a cell-by-cell basis. An approximate formula for effective stress in unsaturated materials aids computation of the factor of safety in unsaturated soils. Horizontal heterogeneity is accounted for by allowing material properties, rainfall, and other input values to vary from cell to cell. This command-line program is used in conjunction with geographic information system (GIS) software to prepare input grids and visualize model results.

  14. STS-47 crew during JSC fire fighting exercises in the Fire Training Pit

    NASA Technical Reports Server (NTRS)

    1992-01-01

    STS-47 Endeavour, Orbiter Vehicle (OV) 105, crewmembers line up along water hoses during JSC fire fighting exercises held at JSC's Fire Training Pit. In the foreground are (left to right) Pilot Curtis L. Brown, Jr, holding the hose nozzle, Mission Specialist (MS) N. Jan Davis, MS and Payload Commander (PLC) Mark C. Lee, and backup Payload Specialist Stan Koszelak, partially visible at the end of the line. In the background, manning a second hose are backup Payload Specialist Takao Doi, MS Jerome Apt, and Commander Robert L. Gibson. A veteran fire fighter (behind Brown) stands between the two hoses giving instructions. The Fire Training Pit is located across from the Gilruth Center Bldg 207. Doi represents Japan's National Space Development Agency (NASDA).

  15. KSC-04PD-1016

    NASA Technical Reports Server (NTRS)

    2004-01-01

    KENNEDY SPACE CENTER, FLA. -- Former astronaut Frederick (Rick) Hauck acknowledges the warm response to his introduction as a previous inductee into the U.S. Astronaut Hall of Fame. He and other Hall of Fame members were present for the induction of five new space program heroes into the U.S. Astronaut Hall of Fame: Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russias Mir space station; the late Francis R. 'Dick' Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. Hauck flew on three Space Shuttle missions, including command of the redesigned spaceship on its critical first flight after the explosion of Challenger. The induction ceremony was held at the Apollo/Saturn V Center at KSC. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  16. KSC-04pd1016

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- Former astronaut Frederick (Rick) Hauck acknowledges the warm response to his introduction as a previous inductee into the U.S. Astronaut Hall of Fame. He and other Hall of Fame members were present for the induction of five new space program heroes into the U.S. Astronaut Hall of Fame: Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. Hauck flew on three Space Shuttle missions, including command of the redesigned spaceship on its critical first flight after the explosion of Challenger. The induction ceremony was held at the Apollo/Saturn V Center at KSC. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  17. 75 FR 1447 - Alaska Railroad Corporation-Construction and Operation Exemption-Rail Line Between North Pole and...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-01-11

    ... Railroad Corporation--Construction and Operation Exemption--Rail Line Between North Pole and Delta Junction... of North Pole (located just south of Fairbanks) to the southern side of the community of Delta... Railroad Administration, U.S. Air Force 354th Fighter Wing Command from Eielson Air Force Base, U.S. Army...

  18. Air Force KC-X Tanker Aircraft Program: Background and Issues for Congress

    DTIC Science & Technology

    2010-03-12

    obtained by CRS. 16 Gopal Ratnam and Alison Fitzgerald , “Northrop Declines Tanker Bid on...1-50. 19 Statement of General Duncan J. McNabb, USAF, Commander, United States Transportation Command, Before the House Armed Services Air & Land

  19. Automated Sequence Generation Process and Software

    NASA Technical Reports Server (NTRS)

    Gladden, Roy

    2007-01-01

    "Automated sequence generation" (autogen) signifies both a process and software used to automatically generate sequences of commands to operate various spacecraft. The autogen software comprises the autogen script plus the Activity Plan Generator (APGEN) program. APGEN can be used for planning missions and command sequences.

  20. Process-oriented Approach to Designing Immersion Assessments

    DTIC Science & Technology

    2014-02-01

    Command (USSOCOM) Command Language Program Manager (CLPM) Advanced Competencies Course in a presentation titled, The Language Needs Assessment Process and...Techniques can be very similar • Physical v. psychological fidelity • Johns (2006) Discrete Context—task, social and physical • 4Ps : Purpose

  1. PSsolver: A Maple implementation to solve first order ordinary differential equations with Liouvillian solutions

    NASA Astrophysics Data System (ADS)

    Avellar, J.; Duarte, L. G. S.; da Mota, L. A. C. P.

    2012-10-01

    We present a set of software routines in Maple 14 for solving first order ordinary differential equations (FOODEs). The package implements the Prelle-Singer method in its original form together with its extension to include integrating factors in terms of elementary functions. The package also presents a theoretical extension to deal with all FOODEs presenting Liouvillian solutions. Applications to ODEs taken from standard references show that it solves ODEs which remain unsolved using Maple's standard ODE solution routines. New version program summary Program title: PSsolver Catalogue identifier: ADPR_v2_0 Program summary URL: http://cpc.cs.qub.ac.uk/summaries/ADPR_v2_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 2302 No. of bytes in distributed program, including test data, etc.: 31962 Distribution format: tar.gz Programming language: Maple 14 (also tested using Maple 15 and 16). Computer: Intel Pentium Processor P6000, 1.86 GHz. Operating system: Windows 7. RAM: 4 GB DDR3 Memory Classification: 4.3. Catalogue identifier of previous version: ADPR_v1_0 Journal reference of previous version: Comput. Phys. Comm. 144 (2002) 46 Does the new version supersede the previous version?: Yes Nature of problem: Symbolic solution of first order differential equations via the Prelle-Singer method. Solution method: The method of solution is based on the standard Prelle-Singer method, with extensions for the cases when the FOODE contains elementary functions. Additionally, an extension of our own which solves FOODEs with Liouvillian solutions is included. Reasons for new version: The program was not running anymore due to changes in the latest versions of Maple. Additionally, we corrected/changed some bugs/details that were hampering the smoother functioning of the routines. Summary of revisions: • As time went by, many commands in Maple were deprecated. So, in order to make the program able to run with the newer versions, we have checked and changed some of those. For instance, the command sum had changed, and some program lines were substituted so that the package works properly. • In the old version we must supply the degree of the Darboux polynomials we want to determine. In the present version the user can set the degree by typing Deg = number in the command call (e.g., PSsolve(ode, Deg =3); telling the command PSsolve that it must use Darboux polynomials of degree up to three). If the user does not specify the degree, the routines use, as default, the degree 1. Restrictions: If the integrating factor for the FOODE under consideration has factors of high degree in the dependent and independent variables and in the elementary functions appearing in the FOODE, the package may spend a long time finding the solution. Also, when dealing with FOODEs containing elementary functions, it is essential that the algebraic dependency between them is recognized. If that does not happen, our program can miss some solutions. Unusual features: Our implementation of the Prelle-Singer approach not only solves FOODEs, but can also be used as a research tool that allows the user to follow all the steps of the procedure. For example, the Darboux polynomials (eigenpolynomials) of the D-operator associated with a FOODE (see Section 4) can be calculated. In addition, our package is successful in solving FOODEs that were not solved by some of the most commonly available solvers. Finally, our package implements a theoretical extension (for details, see [1,2]) to the original Prelle-Singer approach that enhances its scope, allowing it to tackle some FOODEs whose solutions involve non-elementary Liouvillian functions. Running time: This depends strongly on the FOODE, but usually under 2 seconds when running our 'arena' test file: The non linear FOODEs presented in the book by Kamke [3]. These times were obtained using an Intel Pentium Processor P6000, 1.86 GHz, with 4 GB RAM. References: [1] M. Singer, Liouvillian first integrals of differential equations, Trans. Amer. Math. Soc. 333 (1992) 673-688. [2] L.G.S. Duarte, S.E.S. Duarte, L.A.C.P. da Mota, J.E.F. Skea, A method to tackle first order ordinary differential equations with Liouvilian functions in the solution, J. Phys. A: Math. Gen. Inglaterra 35 (17) (2002) 3899-3910. [3] E. Kamke, Differentialgleichungen: Lösungsmethoden und Lösungen, Chelsea Publishing Co., New York, 1959.

  2. History of the Fifteenth United States Army. 21 August 1944 to 11 July 1945

    DTIC Science & Technology

    1946-12-13

    depots together with complete inventories . c. Complete rosters by unit, grade and organization of all members of his command. d. A roster of all...and wea’pons will b@ neatly stacked by front line troops so that rapid inventory is possible. Inventory will be made by the German Fortress Command...in centrally located warehouses or field dumps at battalion level, inventoried and located on overlays, copies of which will be delivered as directed

  3. Journal of Special Operations Medicine, Volume 8, Edition 2

    DTIC Science & Technology

    2008-01-01

    NUMBER 6. AUTHOR(S) 5d. PROJECT NUMBER 5e. TASK NUMBER 5f. WORK UNIT NUMBER 7. PERFORMING ORGANIZATION NAME(S) AND ADDRESS(ES) Joint Special...Order Desk — orders@gpo.gov. 4) The JSOM is on- line through the Joint Special Operations University’s new SOF Medical Gateway; it is available to all...From the Command Surgeon WARNER D. “Rocky” FARR COLONEL, U.S. ARMY Command Surgeon HQ USSOCOM • Recommended, and all concurred, that we need a Joint

  4. Crossing the Line of Departure. Battle Command on the Move A Historical Perspective

    DTIC Science & Technology

    2006-01-01

    controlled Alsace into Germany (French ally Württemberg) with an army of 200,000 organized into seven army corps and a cavalry corps, with corps varying...three to five days and daily horse-mounted messen­ gers to and from the corps commanders. After some delays because of a shortage of bridges , his...assembled his army in central Germany when the Prussians invaded the buffer state of Saxony and forcibly made it an ally. Figure 4. The Advance on

  5. Command and Control of Civilian Contract Manned Navy Fleet Support and Military Sealift Command Ships.

    DTIC Science & Technology

    1983-12-01

    58 APPENDIX B: COVER LEITERS RxErV FRC4 LABOR AND SHIPPING ORGANIZATINS ................................ 70 LIST CF...result of a merger between the Coast Seamen’ s Union and the Pacific Steamship Sailors’ Union. The SUP was under the leadership of Mr. Andrew Furuseth... leadership to emerge on the West Coast. As this emerging leadership tried to make new gains on the East Coast, it began to cme in conflict with the old-line

  6. The Supreme Allied Commander Mediterranean to the Combined Chiefs of Staff on the Operations in Southern France

    DTIC Science & Technology

    1944-08-01

    his temporary frustration of our plans ·and executed on 22 January, I944. At the Christmas was purchased at excessive cost, and left him at our...provision had been made for a ment, the Bataillon de Choc and a commando battalion. French Army Command to direct the two separate He also emphasized the...designed at the time of execution . Enemy sufficient to maintain the plausibility of a threat to that lines of communication received the heaviest

  7. Cernan, Stafford, and Young talk at ASVC prior to grand opening

    NASA Technical Reports Server (NTRS)

    1997-01-01

    Some of the former Apollo program astronauts tour the new Apollo/Saturn V Center (ASVC) at KSC prior to the gala grand opening ceremony for the facility that was held Jan. 8, 1997. The astronauts were invited to participate in the event, which also featured NASA Administrator Dan Goldin and KSC Director Jay Honeycutt. Discussing old times are (from left) Apollo 10 Lunar Module Pilot and Apollo 17 Commander Eugene A. Cernan; Apollo 10 Commander Thomas P. Stafford and Apollo 16 Commander John W. Young. The ASVC also features several other Apollo program spacecraft components, multimedia presentations and a simulated Apollo/ Saturn V liftoff. The facility will be a part of the KSC bus tour that embarks from the KSC Visitor Center.

  8. An XML-Based Mission Command Language for Autonomous Underwater Vehicles (AUVs)

    DTIC Science & Technology

    2003-06-01

    P. XML: How To Program . Prentice Hall, Inc. Upper Saddle River, New Jersey, 2001 Digital Signature Activity Statement, W3C www.w3.org/Signature...languages because it does not directly specify how information is to be presented, but rather defines the structure (and thus semantics) of the...command and control (C2) aspects of using XML to increase the utility of AUVs. XML programming will be addressed. Current mine warfare doctrine will be

  9. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hart, David; Klise, Katherine A.

    The PyEPANET package is a set of commands for the Python programming language that are built to wrap the EPANET toolkit library commands, without requiring the end user to program using the ctypes package. This package does not contain the EPANET code, nor does it implement the functions within the EPANET software, and it requires the separately downloaded or compiled EPANET2 toolkit dynamic library (epanet.dll, libepanent.so, or epanet.dylib) and/or the EPANET-MSX dynamic library in order to function.

  10. Water Waves Generated by a Slowly Moving Two-Dimensional Body. Part 2.

    DTIC Science & Technology

    1982-05-01

    Francis Ogilvie This research was carried out under the sPonsorship of the Naval Sea Systems Command General Hydromechanics Research (GHR) Program under...from Report) IS. SUPPLEMENTARY NOTES Sponsored by Naval Sea Systems Command General Hydromechanics Research Program, administered by the David W. Taylor...asymptotically ff 0 k . If the domain of x is - ’ x ’ + , tite only part of the d.;ymy ., t< expansion that represents waves comes fr m the iitemoqeneous

  11. Multi-community command and control systems in law enforcement: An introductory planning guide

    NASA Technical Reports Server (NTRS)

    Sohn, R. L.; Garcia, E. A.; Kennedy, R. D.

    1976-01-01

    A set of planning guidelines for multi-community command and control systems in law enforcement is presented. Essential characteristics and applications of these systems are outlined. Requirements analysis, system concept design, implementation planning, and performance and cost modeling are described and demonstrated with numerous examples. Program management techniques and joint powers agreements for multicommunity programs are discussed in detail. A description of a typical multi-community computer-aided dispatch system is appended.

  12. Secure Web-based Ground System User Interfaces over the Open Internet

    NASA Technical Reports Server (NTRS)

    Langston, James H.; Murray, Henry L.; Hunt, Gary R.

    1998-01-01

    A prototype has been developed which makes use of commercially available products in conjunction with the Java programming language to provide a secure user interface for command and control over the open Internet. This paper reports successful demonstration of: (1) Security over the Internet, including encryption and certification; (2) Integration of Java applets with a COTS command and control product; (3) Remote spacecraft commanding using the Internet. The Java-based Spacecraft Web Interface to Telemetry and Command Handling (Jswitch) ground system prototype provides these capabilities. This activity demonstrates the use and integration of current technologies to enable a spacecraft engineer or flight operator to monitor and control a spacecraft from a user interface communicating over the open Internet using standard World Wide Web (WWW) protocols and commercial off-the-shelf (COTS) products. The core command and control functions are provided by the COTS Epoch 2000 product. The standard WWW tools and browsers are used in conjunction with the Java programming technology. Security is provided with the current encryption and certification technology. This system prototype is a step in the direction of giving scientist and flight operators Web-based access to instrument, payload, and spacecraft data.

  13. Marshall Space Flight Center Telescience Resource Kit

    NASA Technical Reports Server (NTRS)

    Wade, Gina

    2016-01-01

    Telescience Resource Kit (TReK) is a suite of software applications that can be used to monitor and control assets in space or on the ground. The Telescience Resource Kit was originally developed for the International Space Station program. Since then it has been used to support a variety of NASA programs and projects including the WB-57 Ascent Vehicle Experiment (WAVE) project, the Fast Affordable Science and Technology Satellite (FASTSAT) project, and the Constellation Program. The Payloads Operations Center (POC), also known as the Payload Operations Integration Center (POIC), provides the capability for payload users to operate their payloads at their home sites. In this environment, TReK provides local ground support system services and an interface to utilize remote services provided by the POC. TReK provides ground system services for local and remote payload user sites including International Partner sites, Telescience Support Centers, and U.S. Investigator sites in over 40 locations worldwide. General Capabilities: Support for various data interfaces such as User Datagram Protocol, Transmission Control Protocol, and Serial interfaces. Data Services - retrieve, process, record, playback, forward, and display data (ground based data or telemetry data). Command - create, modify, send, and track commands. Command Management - Configure one TReK system to serve as a command server/filter for other TReK systems. Database - databases are used to store telemetry and command definition information. Application Programming Interface (API) - ANSI C interface compatible with commercial products such as Visual C++, Visual Basic, LabVIEW, Borland C++, etc. The TReK API provides a bridge for users to develop software to access and extend TReK services. Environments - development, test, simulations, training, and flight. Includes standalone training simulators.

  14. 46 CFR 1.01-10 - Organization.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... staff officers designated in this paragraph are assigned to the Commandant. The chain of military... officers at Headquarters act only on the basis of the Commandant's authority and direction. (1) The... administered by the Chief, Office of Vessel Activities (CG-543), and the Marine Environmental Response programs...

  15. Annual Industrial Capabilities Report to Congress

    DTIC Science & Technology

    2007-02-01

    65 5.1 Aircraft Sector Industrial Summary ................................................................. 65 5.2 Command...industry partners to encourage long-term contractor workforce improvements. Industry segment-level baseline assessments ( aircraft ; command, control...For instance, within aircraft major defense acquisition programs (MDAPs), research, development, test, and evaluation (RDT&E) funding is steadily

  16. Organization and Functions: Field Operating Agencies of The Judge Advocate General

    DTIC Science & Technology

    1989-03-20

    Criminal Investi- gation Command. (6) Army Military Command Contract Law Specialist Training Program, which trains officers in providing legal advice and...opera- tions in the functional areas of contract law . (7) Patents, Copyrights, and Trademarks Division, which— (a) Manages the administration, control

  17. Ada and the rapid development lifecycle

    NASA Technical Reports Server (NTRS)

    Deforrest, Lloyd; Gref, Lynn

    1991-01-01

    JPL is under contract, through NASA, with the US Army to develop a state-of-the-art Command Center System for the US European Command (USEUCOM). The Command Center System will receive, process, and integrate force status information from various sources and provide this integrated information to staff officers and decision makers in a format designed to enhance user comprehension and utility. The system is based on distributed workstation class microcomputers, VAX- and SUN-based data servers, and interfaces to existing military mainframe systems and communication networks. JPL is developing the Command Center System utilizing an incremental delivery methodology called the Rapid Development Methodology with adherence to government and industry standards including the UNIX operating system, X Windows, OSF/Motif, and the Ada programming language. Through a combination of software engineering techniques specific to the Ada programming language and the Rapid Development Approach, JPL was able to deliver capability to the military user incrementally, with comparable quality and improved economies of projects developed under more traditional software intensive system implementation methodologies.

  18. Five Apollo astronauts with Lunar Module at ASVC prior to grand opening

    NASA Technical Reports Server (NTRS)

    1997-01-01

    Some of the former Apollo program astronauts observe a Lunar Module and Moon mockup during a tour the new Apollo/Saturn V Center (ASVC) at KSC prior to the gala grand opening ceremony for the facility that was held Jan. 8, 1997. The astronauts were invited to participate in the event, which also featured NASA Administrator Dan Goldin and KSC Director Jay Honeycutt. Some of the visiting astonauts were (from left): Apollo 10 Lunar Module Pilot and Apollo 17 Commander Eugene A. Cernan; Apollo 9 Lunar Module Pilot Russell L. Schweikart; Apollo 10 Command Module Pilot and Apollo 16 Commander John W. Young; Apollo 10 Commander Thomas P. Stafford; and Apollo 11 Lunar Module Pilot Edwin E. 'Buzz' Aldrin, Jr. The ASVC also features several other Apollo program spacecraft components, multimedia presentations and a simulated Apollo/Saturn V liftoff. The facility will be a part of the KSC bus tour that embarks from the KSC Visitor Center.

  19. WASP Model Tutorials

    EPA Pesticide Factsheets

    Contains WASP tutorial videos. WASP Command Line, WASP, Modeling Dissolved Oxygen, Building a Steady State Example, Modeling Nutrients in Rivers, Nutrient Cycles, Interpreting Water Quality Models, Linking with LSPC, WRDB, BASINS, WCS, WASP Network Tool

  20. KSC-04pd1018

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- Former astronaut Joe Engle acknowledges the applause as he is introduced as a previous inductee into the U.S. Astronaut Hall of Fame. He and other Hall of Fame members were present for the induction of five new space program heroes into the U.S. Astronaut Hall of Fame: Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. Engle made 16 flights in the X-15 rocket plane before he became a NASA astronaut and flew two Space Shuttle missions. In 1981, he commanded the second flight of Columbia, the first manned spacecraft to be reflown in space, and in 1985 he commanded a five-man crew on the 20th shuttle flight, a satellite-deploy and repair mission. The induction ceremony was held at the Apollo/Saturn V Center at KSC. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  1. Displaying CFD Solution Parameters on Arbitrary Cut Planes

    NASA Technical Reports Server (NTRS)

    Pao, S. Paul

    2008-01-01

    USMC6 is a Fortran 90 computer program for post-processing in support of visualization of flows simulated by computational fluid dynamics (CFD). The name "USMC6" is partly an abbreviation of "TetrUSS - USM3D Solution Cutter," reflecting its origin as a post-processor for use with USM3D - a CFD program that is a component of the Tetrahedral Unstructured Software System and that solves the Navier-Stokes equations on tetrahedral unstructured grids. "Cutter" here refers to a capability to acquire and process solution data on (1) arbitrary planes that cut through grid volumes, or (2) user-selected spheroidal, conical, cylindrical, and/or prismatic domains cut from within grids. Cutting saves time by enabling concentration of post-processing and visualization efforts on smaller solution domains of interest. The user can select from among more than 40 flow functions. The cut planes can be trimmed to circular or rectangular shape. The user specifies cuts and functions in a free-format input file using simple and easy-to-remember keywords. The USMC6 command line is simple enough that the slicing process can readily be embedded in a shell script for assembly-line post-processing. The output of USMC6 is a data file ready for plotting.

  2. Urgent Reform Required: Army Expeditionary Contracting. Report of the Commission on Army Acquisition and Program Management in Expeditionary Operations

    DTIC Science & Technology

    2007-10-01

    Division Dave Mabee , Senior Procurement Analyst, Office of the Deputy Assistant Secretary of the Army, Policy and Procurement Jill Stiglich, Lieutenant...U.S. Army, Commanding General, U.S. Army Materiel Command Grazioplene, James , Vice President, KBR Grover, Jeffrey, Lieutenant Colonel, U.S. Army...Management and Chief Acquisition Officer, FEMA Loehrl, James , Director of the Acquisition Center and PARC, U.S. Army Sustainment Command Urgent Reform

  3. Deja vu: The Unified Command Plan of the Future Revisited

    DTIC Science & Technology

    2011-05-19

    Command Plan of the Future Revisited. 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR( S ) Col( S ) Edward F...Martignetti 5d. PROJECT NUMBER 5e. TASK NUMBER 5f. WORK UNIT NUMBER 7. PERFORMING ORGANIZATION NAME( S ) AND ADDRESS(ES) Advanced Operational Art... S ) AND ADDRESS(ES) U.S. Army Command and General Staff College 100 Stimson Avenue Fort Leavenworth, KS 66027-2301 10. SPONSOR/MONITOR’S ACRONYM

  4. MatLab Script and Functional Programming

    NASA Technical Reports Server (NTRS)

    Shaykhian, Gholam Ali

    2007-01-01

    MatLab Script and Functional Programming: MatLab is one of the most widely used very high level programming languages for scientific and engineering computations. It is very user-friendly and needs practically no formal programming knowledge. Presented here are MatLab programming aspects and not just the MatLab commands for scientists and engineers who do not have formal programming training and also have no significant time to spare for learning programming to solve their real world problems. Specifically provided are programs for visualization. The MatLab seminar covers the functional and script programming aspect of MatLab language. Specific expectations are: a) Recognize MatLab commands, script and function. b) Create, and run a MatLab function. c) Read, recognize, and describe MatLab syntax. d) Recognize decisions, loops and matrix operators. e) Evaluate scope among multiple files, and multiple functions within a file. f) Declare, define and use scalar variables, vectors and matrices.

  5. Cognitive Structuring and Its Cognitive-Motivational Determinants as an Explanatory Framework of the Fear-Then-Relief Social Influence Strategy.

    PubMed

    Dolinski, Dariusz; Dolinska, Barbara; Bar-Tal, Yoram

    2017-01-01

    According to the fear-then-relief technique of social influence, people who experience anxiety whose source is abruptly withdrawn usually respond positively to various requests and commands addressed to them. This effect is usually explained by the fact that fear invokes a specific program of action, and that when the source of this emotion is suddenly and unexpectedly removed, the program is no longer operative, but the person has not yet invoked a new program. This specific state of disorientation makes compliance more likely. In this paper, an alternative explanation of the fear-then-relief effect is offered. It is assumed that the rapid change of emotions is associated with feelings of uncertainty and confusion. The positive response to the request is a form of coping with uncertainty. In line with this reasoning, while individuals with a high need for closure (NFC) should comply with a request after a fear-then-relief situation, low NFC individuals who are less threatened by uncertainty should not. This assumption was confirmed in the experiment.

  6. Development of the functional simulator for the Galileo attitude and articulation control system

    NASA Technical Reports Server (NTRS)

    Namiri, M. K.

    1983-01-01

    A simulation program for verifying and checking the performance of the Galileo Spacecraft's Attitude and Articulation Control Subsystem's (AACS) flight software is discussed. The program, which is called Functional Simulator (FUNSIM), provides a simple method of interfacing user-supplied mathematical models coded in FORTRAN which describes spacecraft dynamics, sensors, and actuators; this is done with the AACS flight software, coded in HAL/S (High-level Advanced Language/Shuttle). It is thus able to simulate the AACS flight software accurately to the HAL/S statement level in the environment of a mainframe computer system. FUNSIM also has a command and data subsystem (CDS) simulator. It is noted that the input/output data and timing are simulated with the same precision as the flight microprocessor. FUNSIM uses a variable stepsize numerical integration algorithm complete with individual error bound control on the state variable to solve the equations of motion. The program has been designed to provide both line printer and matrix dot plotting of the variables requested in the run section and to provide error diagnostics.

  7. ascii2gdocs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Nightingale, Trever

    2011-11-30

    Enables UNIX and Mac OS X command line users to put (individually or batch mode) local ascii files into Google Documents, where the ascii is converted to Google Document format using formatting the user can specify.

  8. Computer program for single input-output, single-loop feedback systems

    NASA Technical Reports Server (NTRS)

    1976-01-01

    Additional work is reported on a completely automatic computer program for the design of single input/output, single loop feedback systems with parameter uncertainly, to satisfy time domain bounds on the system response to step commands and disturbances. The inputs to the program are basically the specified time-domain response bounds, the form of the constrained plant transfer function and the ranges of the uncertain parameters of the plant. The program output consists of the transfer functions of the two free compensation networks, in the form of the coefficients of the numerator and denominator polynomials, and the data on the prescribed bounds and the extremes actually obtained for the system response to commands and disturbances.

  9. Welcome to the Air Force Reserve

    DTIC Science & Technology

    1997-03-01

    Then, the associate program is described and the flying units in the command are listed. This section closes with a listing of statistics on experience...Operations Structures Coursebook . Edited by Patricia A. Self and Gwen Story. Maxwell AFB, AL. Air Command and Staff College, November 1996. Muradian, Vago

  10. Prototyping with Application Generators: Lessons Learned from the Naval Aviation Logistics Command Management Information System Case

    DTIC Science & Technology

    1992-10-01

    Prototyping with Application Generators: Lessons Learned from the Naval Aviation Logistics Command Management Information System Case. This study... management information system to automate manual Naval aviation maintenance tasks-NALCOMIS. With the use of a fourth-generation programming language

  11. Maneuver Automation Software

    NASA Technical Reports Server (NTRS)

    Uffelman, Hal; Goodson, Troy; Pellegrin, Michael; Stavert, Lynn; Burk, Thomas; Beach, David; Signorelli, Joel; Jones, Jeremy; Hahn, Yungsun; Attiyah, Ahlam; hide

    2009-01-01

    The Maneuver Automation Software (MAS) automates the process of generating commands for maneuvers to keep the spacecraft of the Cassini-Huygens mission on a predetermined prime mission trajectory. Before MAS became available, a team of approximately 10 members had to work about two weeks to design, test, and implement each maneuver in a process that involved running many maneuver-related application programs and then serially handing off data products to other parts of the team. MAS enables a three-member team to design, test, and implement a maneuver in about one-half hour after Navigation has process-tracking data. MAS accepts more than 60 parameters and 22 files as input directly from users. MAS consists of Practical Extraction and Reporting Language (PERL) scripts that link, sequence, and execute the maneuver- related application programs: "Pushing a single button" on a graphical user interface causes MAS to run navigation programs that design a maneuver; programs that create sequences of commands to execute the maneuver on the spacecraft; and a program that generates predictions about maneuver performance and generates reports and other files that enable users to quickly review and verify the maneuver design. MAS can also generate presentation materials, initiate electronic command request forms, and archive all data products for future reference.

  12. Providing Goal-Based Autonomy for Commanding a Spacecraft

    NASA Technical Reports Server (NTRS)

    Rabideau, Gregg; Chien, Steve; Liu, Ning

    2008-01-01

    A computer program for use aboard a scientific-exploration spacecraft autonomously selects among goals specified in high-level requests and generates corresponding sequences of low-level commands, understandable by spacecraft systems. (As used here, 'goals' signifies specific scientific observations.) From a dynamic, onboard set of goals that could oversubscribe spacecraft resources, the program selects a non-oversubscribing subset that maximizes a quality metric. In an early version of the program, the requested goals are assumed to have fixed starting times and durations. Goals can conflict by exceeding a limit on either the number of separate goals or the number of overlapping goals making demands on the same resource. The quality metric used in this version is chosen to ensure that a goal will never be replaced by another having lower priority. At any time, goals can be added or removed, or their priorities can be changed, and the 'best' goal will be selected. Once a goal has been selected, the program implements a robust, flexible approach to generation of low-level commands: Rather than generate rigid sequences with fixed starting times, the program specifies flexible sequences that can be altered to accommodate run time variations.

  13. Applications of Multiconductor Transmission Line Theory to the Prediction of Cable Coupling. Volume I. Multiconductor Transmission Line Theory.

    DTIC Science & Technology

    1976-04-01

    Compatibility AFAL-TR-65-142, Wright Patterson AFB, Ohio, The Boeing Com- pany, May 1965. -171- itA [34] J. Bogdanor , M. Siegel and G. Weinstock, Intra...Reliability Evaluation Laboratory, U. S. Army Missle Command, Contract DAA HOI-69-C-1381, GTE Sylvania Incorporated, June 1972. [37] J. L. Bogdanor , R. A

  14. LAS - LAND ANALYSIS SYSTEM, VERSION 5.0

    NASA Technical Reports Server (NTRS)

    Pease, P. B.

    1994-01-01

    The Land Analysis System (LAS) is an image analysis system designed to manipulate and analyze digital data in raster format and provide the user with a wide spectrum of functions and statistical tools for analysis. LAS offers these features under VMS with optional image display capabilities for IVAS and other display devices as well as the X-Windows environment. LAS provides a flexible framework for algorithm development as well as for the processing and analysis of image data. Users may choose between mouse-driven commands or the traditional command line input mode. LAS functions include supervised and unsupervised image classification, film product generation, geometric registration, image repair, radiometric correction and image statistical analysis. Data files accepted by LAS include formats such as Multi-Spectral Scanner (MSS), Thematic Mapper (TM) and Advanced Very High Resolution Radiometer (AVHRR). The enhanced geometric registration package now includes both image to image and map to map transformations. The over 200 LAS functions fall into image processing scenario categories which include: arithmetic and logical functions, data transformations, fourier transforms, geometric registration, hard copy output, image restoration, intensity transformation, multispectral and statistical analysis, file transfer, tape profiling and file management among others. Internal improvements to the LAS code have eliminated the VAX VMS dependencies and improved overall system performance. The maximum LAS image size has been increased to 20,000 lines by 20,000 samples with a maximum of 256 bands per image. The catalog management system used in earlier versions of LAS has been replaced by a more streamlined and maintenance-free method of file management. This system is not dependent on VAX/VMS and relies on file naming conventions alone to allow the use of identical LAS file names on different operating systems. While the LAS code has been improved, the original capabilities of the system have been preserved. These include maintaining associated image history, session logging, and batch, asynchronous and interactive mode of operation. The LAS application programs are integrated under version 4.1 of an interface called the Transportable Applications Executive (TAE). TAE 4.1 has four modes of user interaction: menu, direct command, tutor (or help), and dynamic tutor. In addition TAE 4.1 allows the operation of LAS functions using mouse-driven commands under the TAE-Facelift environment provided with TAE 4.1. These modes of operation allow users, from the beginner to the expert, to exercise specific application options. LAS is written in C-language and FORTRAN 77 for use with DEC VAX computers running VMS with approximately 16Mb of physical memory. This program runs under TAE 4.1. Since TAE 4.1 is not a current version of TAE, TAE 4.1 is included within the LAS distribution. Approximately 130,000 blocks (65Mb) of disk storage space are necessary to store the source code and files generated by the installation procedure for LAS and 44,000 blocks (22Mb) of disk storage space are necessary for TAE 4.1 installation. The only other dependencies for LAS are the subroutine libraries for the specific display device(s) that will be used with LAS/DMS (e.g. X-Windows and/or IVAS). The standard distribution medium for LAS is a set of two 9track 6250 BPI magnetic tapes in DEC VAX BACKUP format. It is also available on a set of two TK50 tape cartridges in DEC VAX BACKUP format. This program was developed in 1986 and last updated in 1992.

  15. Validating a Finite Element Model of a Structure Subjected to Mine Blast with Experimental Modal Analysis

    DTIC Science & Technology

    2017-11-01

    The Under-body Blast Methodology (UBM) for the Test and Evaluation (T&E) program was established to provide a capability for the US Army Test and... Evaluation Command to assess the vulnerability of vehicles to under-body blast. Finite element (FE) models are part of the current UBM for T&E methodology...Methodology (UBM) for the Test and Evaluation (T&E) program was established to provide a capability for the US Army Test and Evaluation Command

  16. Common Aviation Command and Control System Increment 1 (CAC2S Inc 1)

    DTIC Science & Technology

    2016-03-01

    Command and Control System Increment 1 ( CAC2S Inc 1) DoD Component Navy United States Marine Corps Responsible Office Program Manager References MAIS ...facilities for planning and execution of Marine Aviation missions within the Marine Air Ground Task Force (MAGTF). CAC2S Increment I will eliminate...approved by ASN (RDA), the MDA, in a Program Decision Memorandum (PDM), “ CAC2S Increment I,” May 05, 2009. As the result of the PDM, the independent

  17. Report on the Assessment of Arms, Ammunition, and Explosives Accountability and Control; Security Assistance; and Logistics Sustainment for the Iraq Security Forces

    DTIC Science & Technology

    2008-12-19

    Undistributed ISFF-Funded Equipment 105 17. Iraqi Army Maintenance Program 107 18. Class IX Material Management 115 Part V – Medical Sustainability 123...database and are subsequently forwarded to the Army Material Command, Logistics Support Activity for inclusion in the DoD Small Arms and Light Weapons...be forwarded to the Army Material Command, Logistics Support Activity for inclusion in the DoD Small Arms and Light Weapons Serialization Program

  18. Measurement of Civil Engineering Customer Satisfaction in Tactical Air Command: A Prototype Evaluation Program.

    DTIC Science & Technology

    1986-09-01

    customers . The article states that in response to a White House Office of Consumer Affairs study and with the wide use of minicomputers: Companies are...D-A174 l16 MEASUREMENT OF CIVIL ENGINEERING CUSTOMER SRTISFACTIbN 1/ IN TACTICAL AIR CO (U) AIR FORCE INST OF TECH ...... RIGHT-PATTERSON AFB ON...BUREAU OF STANDARDS- 1963-A_ . -_- ’II I-F MEASUREMENT OF CIVIL ENGINEERING CUSTOMER SATISFACTION IN TACTICAL AIR COMMAND: A PROTOTYPE EVALUATION PROGRAM

  19. 46 CFR 44.01-5 - Administration; special service.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... unless another society has been specifically approved by the Commandant as a load line assigning authority. In the latter case application shall be made to the society so approved. Applications shall state...

  20. 46 CFR 44.01-5 - Administration; special service.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... unless another society has been specifically approved by the Commandant as a load line assigning authority. In the latter case application shall be made to the society so approved. Applications shall state...

  1. AACSD: An atomistic analyzer for crystal structure and defects

    NASA Astrophysics Data System (ADS)

    Liu, Z. R.; Zhang, R. F.

    2018-01-01

    We have developed an efficient command-line program named AACSD (Atomistic Analyzer for Crystal Structure and Defects) for the post-analysis of atomic configurations generated by various atomistic simulation codes. The program has implemented not only the traditional filter methods like the excess potential energy (EPE), the centrosymmetry parameter (CSP), the common neighbor analysis (CNA), the common neighborhood parameter (CNP), the bond angle analysis (BAA), and the neighbor distance analysis (NDA), but also the newly developed ones including the modified centrosymmetry parameter (m-CSP), the orientation imaging map (OIM) and the local crystallographic orientation (LCO). The newly proposed OIM and LCO methods have been extended for all three crystal structures including face centered cubic, body centered cubic and hexagonal close packed. More specially, AACSD can be easily used for the atomistic analysis of metallic nanocomposite with each phase to be analyzed independently, which provides a unique pathway to capture their dynamic evolution of various defects on the fly. In this paper, we provide not only a throughout overview on various theoretical methods and their implementation into AACSD program, but some critical evaluations, specific testing and applications, demonstrating the capability of the program on each functionality.

  2. Line drawing of Apollo 14 Command/Service Modules

    NASA Image and Video Library

    1971-01-12

    S71-16823 (January 1971) --- A line drawing illustrating a cutaway view of the Apollo 14 Command and Service Modules, showing the engineering changes in the CSM which were recommended by the Apollo 13 Review Board. (The Apollo 13 abort was caused by a short circuit and wiring overheating in one of the SM cryogenic oxygen tanks.) The major changes to the Apollo 14 CSM include adding a third cryogenic oxygen tank installed in a heretofore empty bay (in sector one) of the SM, addition of an auxiliary battery in the SM as a backup in case of fuel cell failure, and removal of destratification fans in the cryogenic oxygen tanks and removal of thermostat switches from the oxygen tank heater circuits. Provision for stowage of an emergency five-gallon supply of drinking water has been added to the CM.

  3. ADOMA: A Command Line Tool to Modify ClustalW Multiple Alignment Output.

    PubMed

    Zaal, Dionne; Nota, Benjamin

    2016-01-01

    We present ADOMA, a command line tool that produces alternative outputs from ClustalW multiple alignments of nucleotide or protein sequences. ADOMA can simplify the output of alignments by showing only the different residues between sequences, which is often desirable when only small differences such as single nucleotide polymorphisms are present (e.g., between different alleles). Another feature of ADOMA is that it can enhance the ClustalW output by coloring the residues in the alignment. This tool is easily integrated into automated Linux pipelines for next-generation sequencing data analysis, and may be useful for researchers in a broad range of scientific disciplines including evolutionary biology and biomedical sciences. The source code is freely available at https://sourceforge. net/projects/adoma/. © 2016 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  4. Cernan, Stafford, and Young talk at ASVC prior to grand opening

    NASA Technical Reports Server (NTRS)

    1997-01-01

    Some of the former Apollo program astronauts tour the new Apollo/Saturn V Center (ASVC) at KSC prior to the gala grand opening ceremony for the facility that was held Jan. 8, 1997. The astronauts were invited to participate in the event, which also featured NASA Administrator Dan Goldin and KSC Director Jay Honeycutt. Discussing old times beneath the KSC Apollo/Saturn V rocket inside the building are (from left) Apollo 10 Lunar Module Pilot and Apollo 17 Commander Eugene A. Cernan; Apollo 10 Commander Thomas P. Stafford and Apollo 16 Commander John W. Young. The ASVC also features several other Apollo program spacecraft components, multimedia presentations and a simulated Apollo/ Saturn V liftoff. The facility will be a part of the KSC bus tour that embarks from the KSC Visitor Center.

  5. Public Employee Unions and the Post Commander.

    DTIC Science & Technology

    1982-04-01

    sector employees joining unions was addressed in June, 1981 while the author was a student in a graduate degree program . Then, as now, my bias was anti...AD-A116 168 ARMY WAR COLL CARLISLE BARRACKS PA F/6 5/1 PUBLIC EMPLOYEE UNIONS AND THE POST COMMANDER. (U) APR 82 E L DANIEL UNCLASSIFIED u mm um(u pp...COVERED Public Employee Unions and the Post Commander Student Essay 6. PERFORMING ORG. REPORT NUMBER 7. AUTHOR(s) 8. CONTRACT OR GRANT NUMBER(S) LTC

  6. Creating a VAPEPS database: A VAPEPS tutorial

    NASA Technical Reports Server (NTRS)

    Graves, George

    1989-01-01

    A procedural method is outlined for creating a Vibroacoustic Payload Environment Prediction System (VAPEPS) Database. The method of presentation employs flowcharts of sequential VAPEPS Commands used to create a VAPEPS Database. The commands are accompanied by explanatory text to the right of the command in order to minimize the need for repetitive reference to the VAPEPS user's manual. The method is demonstrated by examples of varying complexity. It is assumed that the reader has acquired a basic knowledge of the VAPEPS software program.

  7. 32 CFR Appendix E to Part 247 - DoD Command Newspaper and Magazine Review System

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... commanders in establishing and maintaining cost-effective internal communications essential to mission accomplishment. The system also enables internal information managers to assess the cost and effective use of...-day quality assurance procedures or established critique programs. C. Review criteria. Each newspaper...

  8. 76 FR 69293 - U.S. Army Installation Management Command; Notice of Issuance of Director's Decision

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-11-08

    ... NUCLEAR REGULATORY COMMISSION [NRC-2009-0352; Docket No. 40-09083] U.S. Army Installation Management Command; Notice of Issuance of Director's Decision Notice is hereby given that the Director, Office of Federal and State Materials and Environmental Management Programs (FSME) has issued a Director...

  9. 32 CFR 806b.8 - Obtaining law enforcement records.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... 32 National Defense 6 2011-07-01 2011-07-01 false Obtaining law enforcement records. 806b.8... ADMINISTRATION PRIVACY ACT PROGRAM Obtaining Law Enforcement Records and Confidentiality Promises § 806b.8 Obtaining law enforcement records. The Commander, Air Force Office of Special Investigation; the Commander...

  10. United States Coast Guard: Officer Corps Military Professional Development Program

    DTIC Science & Technology

    2011-06-10

    captain relieved of command after viewing porn on computer,‖ 10 July 2010, http://www.thenewstribune.com/2010/07/ 10/1259108/portland-coast-guard...Coast Guard captain relieved of command after viewing porn on computer,‖ 10 July 2010. http://www.thenewstribune.com/2010/07/ 10/1259108/portland

  11. Saturn Apollo Program

    NASA Image and Video Library

    1968-06-03

    Pictured left to right, in the Apollo 7 Crew Portrait, are astronauts R. Walter Cunningham, Lunar Module pilot; Walter M. Schirra, Jr., commander; and Donn F. Eisele, Command Module Pilot. The Apollo 7 mission, boosted by a Saturn IB launch vehicle on October 11, 1968, was the first manned flight of the Apollo spacecraft.

  12. KSC-04pd1019

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- Former astronaut Dan Brandenstein acknowledges the applause as he is introduced as a previous inductee into the U.S. Astronaut Hall of Fame. He and other Hall of Fame members were present for the induction of five new space program heroes into the U.S. Astronaut Hall of Fame: Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. Brandenstein piloted one Space Shuttle mission and commanded three others, including the maiden flight of Endeavour, and later served as chief of the Astronaut Office. The induction ceremony was held at the Apollo/Saturn V Center at KSC. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  13. KSC-04pd1015

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- Former astronaut Robert Crippen smiles at the warm greeting he is receiving when introduced as a previous inductee into the U.S. Astronaut Hall of Fame. He and other Hall of Fame members were present for the induction of five new space program heroes into the U.S. Astronaut Hall of Fame: Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. Crippen piloted the first Space Shuttle flight in 1981 and commanded three other Shuttle missions in the next 3-1/2 years. In the early 1990s he served as director of NASA’s Kennedy Space Center. The induction ceremony was held at the Apollo/Saturn V Center at KSC. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  14. KSC-04pd1007

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- Before the induction ceremony of five space program heroes into the U.S. Astronaut Hall of Fame, astronaut John Young is warmly greeted as he is introduced as a previous inductee. Co-holder of a record for the most space flights, six, he flew on Gemini 3 and 10, orbited the Moon on Apollo 10, walked on the Moon on Apollo 16, and commanded two space shuttle missions, STS-1 and STS-9. Young currently serves as associate director, technical, at Johnson Space Center. The induction ceremony was held at the Apollo/Saturn V Center at KSC. New inductees are Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  15. KSC-04pd1010

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- Former astronaut Al Worden acknowledges the applause as he is introduced as a previous inductee into the U.S. Astronaut Hall of Fame. He and other Hall of Fame members were present for the induction of five new space program heroes into the U.S. Astronaut Hall of Fame: Richard O. Covey, commander of the Hubble Space Telescope repair mission; Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. Worden served as Command Module pilot on the 1971 Apollo 15 moon mission, during which he orbited the Moon and took a space walk 200,000 miles from Earth. The induction ceremony was held at the Apollo/Saturn V Center at KSC. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  16. JGromacs: a Java package for analyzing protein simulations.

    PubMed

    Münz, Márton; Biggin, Philip C

    2012-01-23

    In this paper, we introduce JGromacs, a Java API (Application Programming Interface) that facilitates the development of cross-platform data analysis applications for Molecular Dynamics (MD) simulations. The API supports parsing and writing file formats applied by GROMACS (GROningen MAchine for Chemical Simulations), one of the most widely used MD simulation packages. JGromacs builds on the strengths of object-oriented programming in Java by providing a multilevel object-oriented representation of simulation data to integrate and interconvert sequence, structure, and dynamics information. The easy-to-learn, easy-to-use, and easy-to-extend framework is intended to simplify and accelerate the implementation and development of complex data analysis algorithms. Furthermore, a basic analysis toolkit is included in the package. The programmer is also provided with simple tools (e.g., XML-based configuration) to create applications with a user interface resembling the command-line interface of GROMACS applications. JGromacs and detailed documentation is freely available from http://sbcb.bioch.ox.ac.uk/jgromacs under a GPLv3 license .

  17. Phyx: phylogenetic tools for unix.

    PubMed

    Brown, Joseph W; Walker, Joseph F; Smith, Stephen A

    2017-06-15

    The ease with which phylogenomic data can be generated has drastically escalated the computational burden for even routine phylogenetic investigations. To address this, we present phyx : a collection of programs written in C ++ to explore, manipulate, analyze and simulate phylogenetic objects (alignments, trees and MCMC logs). Modelled after Unix/GNU/Linux command line tools, individual programs perform a single task and operate on standard I/O streams that can be piped to quickly and easily form complex analytical pipelines. Because of the stream-centric paradigm, memory requirements are minimized (often only a single tree or sequence in memory at any instance), and hence phyx is capable of efficiently processing very large datasets. phyx runs on POSIX-compliant operating systems. Source code, installation instructions, documentation and example files are freely available under the GNU General Public License at https://github.com/FePhyFoFum/phyx. eebsmith@umich.edu. Supplementary data are available at Bioinformatics online. © The Author 2017. Published by Oxford University Press.

  18. Phyx: phylogenetic tools for unix

    PubMed Central

    Brown, Joseph W.; Walker, Joseph F.; Smith, Stephen A.

    2017-01-01

    Abstract Summary: The ease with which phylogenomic data can be generated has drastically escalated the computational burden for even routine phylogenetic investigations. To address this, we present phyx: a collection of programs written in C ++ to explore, manipulate, analyze and simulate phylogenetic objects (alignments, trees and MCMC logs). Modelled after Unix/GNU/Linux command line tools, individual programs perform a single task and operate on standard I/O streams that can be piped to quickly and easily form complex analytical pipelines. Because of the stream-centric paradigm, memory requirements are minimized (often only a single tree or sequence in memory at any instance), and hence phyx is capable of efficiently processing very large datasets. Availability and Implementation: phyx runs on POSIX-compliant operating systems. Source code, installation instructions, documentation and example files are freely available under the GNU General Public License at https://github.com/FePhyFoFum/phyx Contact: eebsmith@umich.edu Supplementary information: Supplementary data are available at Bioinformatics online. PMID:28174903

  19. BEARKIMPE-2: A VBA Excel program for characterizing granular iron in treatability studies

    NASA Astrophysics Data System (ADS)

    Firdous, R.; Devlin, J. F.

    2014-02-01

    The selection of a suitable kinetic model to investigate the reaction rate of a contaminant with granular iron (GI) is essential to optimize the permeable reactive barrier (PRB) performance in terms of its reactivity. The newly developed Kinetic Iron Model (KIM) determines the surface rate constant (k) and sorption parameters (Cmax &J) which were not possible to uniquely identify previously. The code was written in Visual Basic (VBA), within Microsoft Excel, was adapted from earlier command line FORTRAN codes, BEARPE and KIMPE. The program is organized with several user interface screens (UserForms) that guide the user step by step through the analysis. BEARKIMPE-2 uses a non-linear optimization algorithm to calculate transport and chemical kinetic parameters. Both reactive and non-reactive sites are considered. A demonstration of the functionality of BEARKIMPE-2, with three nitroaromatic compounds showed that the differences in reaction rates for these compounds could be attributed to differences in their sorption behavior rather than their propensities to accept electrons in the reduction process.

  20. JGromacs: A Java Package for Analyzing Protein Simulations

    PubMed Central

    2011-01-01

    In this paper, we introduce JGromacs, a Java API (Application Programming Interface) that facilitates the development of cross-platform data analysis applications for Molecular Dynamics (MD) simulations. The API supports parsing and writing file formats applied by GROMACS (GROningen MAchine for Chemical Simulations), one of the most widely used MD simulation packages. JGromacs builds on the strengths of object-oriented programming in Java by providing a multilevel object-oriented representation of simulation data to integrate and interconvert sequence, structure, and dynamics information. The easy-to-learn, easy-to-use, and easy-to-extend framework is intended to simplify and accelerate the implementation and development of complex data analysis algorithms. Furthermore, a basic analysis toolkit is included in the package. The programmer is also provided with simple tools (e.g., XML-based configuration) to create applications with a user interface resembling the command-line interface of GROMACS applications. Availability: JGromacs and detailed documentation is freely available from http://sbcb.bioch.ox.ac.uk/jgromacs under a GPLv3 license. PMID:22191855

  1. Staggered-grid finite-difference acoustic modeling with the Time-Domain Atmospheric Acoustic Propagation Suite (TDAAPS).

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Aldridge, David Franklin; Collier, Sandra L.; Marlin, David H.

    2005-05-01

    This document is intended to serve as a users guide for the time-domain atmospheric acoustic propagation suite (TDAAPS) program developed as part of the Department of Defense High-Performance Modernization Office (HPCMP) Common High-Performance Computing Scalable Software Initiative (CHSSI). TDAAPS performs staggered-grid finite-difference modeling of the acoustic velocity-pressure system with the incorporation of spatially inhomogeneous winds. Wherever practical the control structure of the codes are written in C++ using an object oriented design. Sections of code where a large number of calculations are required are written in C or F77 in order to enable better compiler optimization of these sections. Themore » TDAAPS program conforms to a UNIX style calling interface. Most of the actions of the codes are controlled by adding flags to the invoking command line. This document presents a large number of examples and provides new users with the necessary background to perform acoustic modeling with TDAAPS.« less

  2. TreSpEx—Detection of Misleading Signal in Phylogenetic Reconstructions Based on Tree Information

    PubMed Central

    Struck, Torsten H

    2014-01-01

    Phylogenies of species or genes are commonplace nowadays in many areas of comparative biological studies. However, for phylogenetic reconstructions one must refer to artificial signals such as paralogy, long-branch attraction, saturation, or conflict between different datasets. These signals might eventually mislead the reconstruction even in phylogenomic studies employing hundreds of genes. Unfortunately, there has been no program allowing the detection of such effects in combination with an implementation into automatic process pipelines. TreSpEx (Tree Space Explorer) now combines different approaches (including statistical tests), which utilize tree-based information like nodal support or patristic distances (PDs) to identify misleading signals. The program enables the parallel analysis of hundreds of trees and/or predefined gene partitions, and being command-line driven, it can be integrated into automatic process pipelines. TreSpEx is implemented in Perl and supported on Linux, Mac OS X, and MS Windows. Source code, binaries, and additional material are freely available at http://www.annelida.de/research/bioinformatics/software.html. PMID:24701118

  3. KSC-04pd0997

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- At the Kennedy Space Center Visitor Complex, Kathryn D. Sullivan, the first American woman to walk in space, is one of five space program heroes inducted into the U.S. Astronaut Hall of Fame. Other inductees were Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Richard O. Covey, commander of the Hubble Space Telescope repair mission; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. To be eligible for induction, an individual must have been a U.S. citizen, a NASA astronaut, and out of the active astronaut corps at least five years. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  4. KSC-04pd0996

    NASA Image and Video Library

    2004-05-01

    KENNEDY SPACE CENTER, FLA. -- At the Kennedy Space Center Visitor Complex, Richard O. Covey, commander of the Hubble Space Telescope repair mission, is one of five space program heroes inducted into the U.S. Astronaut Hall of Fame. Other inductees were Norman E. Thagard, the first American to occupy Russia’s Mir space station; the late Francis R. "Dick" Scobee, commander of the ill-fated 1986 Challenger mission; Kathryn D. Sullivan, the first American woman to walk in space; and Frederick D. Gregory, the first African-American to command a space mission and the current NASA deputy administrator. The U.S. Astronaut Hall of Fame opened in 1990 to provide a place where space travelers could be remembered for their participation and accomplishments in the U.S. space program. To be eligible for induction, an individual must have been a U.S. citizen, a NASA astronaut, and out of the active astronaut corps at least five years. The five inductees join 52 previously honored astronauts from the ranks of the Gemini, Apollo, Skylab, Apollo-Soyuz, and Space Shuttle programs.

  5. UTM Technical Capabilities Level 2 (TLC2) Test at Reno-Stead Airport.

    NASA Image and Video Library

    2016-10-06

    Test of Unmanned Aircraft Systems Traffic Management (UTM) technical capability Level 2 (TCL2) at Reno-Stead Airport, Nevada. During the test, five drones simultaneously crossed paths, separated by altitude. Two drones flew beyond visual line-of-sight and three flew within line-of-sight of their operators. Precision Hawk pilot launches UAS Lancaster Mark 3, one of 11 vehicles in the UTM TCL2 demonstration that will fly beyond line of sight of the pilot in command in Nevada test.

  6. Development of Very Long Baseline Interferometry (VLBI) techniques in New Zealand: Array simulation, image synthesis and analysis

    NASA Astrophysics Data System (ADS)

    Weston, S. D.

    2008-04-01

    This thesis presents the design and development of a process to model Very Long Base Line Interferometry (VLBI) aperture synthesis antenna arrays. In line with the Auckland University of Technology (AUT) Institute for Radiophysics and Space Research (IRSR) aims to develop the knowledge, skills and experience within New Zealand, extensive use of existing radio astronomical software has been incorporated into the process namely AIPS (Astronomical Imaging Processing System), MIRIAD (a radio interferometry data reduction package) and DIFMAP (a program for synthesis imaging of visibility data from interferometer arrays of radio telescopes). This process has been used to model various antenna array configurations for two proposed New Zealand sites for antenna in a VLBI array configuration with existing Australian facilities and a passable antenna at Scott Base in Antarctica; and the results are presented in an attempt to demonstrate the improvement to be gained by joint trans-Tasman VLBI observation. It is hoped these results and process will assist the planning and placement of proposed New Zealand radio telescopes for cooperation with groups such as the Australian Long Baseline Array (LBA), others in the Pacific Rim and possibly globally; also potential future involvement of New Zealand with the SKA. The developed process has also been used to model a phased building schedule for the SKA in Australia and the addition of two antennas in New Zealand. This has been presented to the wider astronomical community via the Royal Astronomical Society of New Zealand Journal, and is summarized in this thesis with some additional material. A new measure of quality ("figure of merit") for comparing the original model image and final CLEAN images by utilizing normalized 2-D cross correlation is evaluated as an alternative to the existing subjective visual operator image comparison undertaken to date by other groups. This new unit of measure is then used ! in the presentation of the results to provide a quantative comparison of the different array configurations modelled. Included in the process is the development of a new antenna array visibility program which was based on a Perl code script written by Prof Steven Tingay to plot antenna visibilities for the Australian Square Kilometre Array (SKA) proposal. This has been expanded and improved removing the hard coded fixed assumptions for the SKA configuration, providing a new useful and flexible program for the wider astronomical community. A prototype user interface using html/cgi/perl was developed for the process so that the underlying software packages can be served over the web to a user via an internet browser. This was used to demonstrate how easy it is to provide a friendlier interface compared to the existing cumbersome and difficult command line driven interfaces (although the command line can be retained for more experienced users).

  7. PIFCGT: A PIF autopilot design program for general aviation aircraft

    NASA Technical Reports Server (NTRS)

    Broussard, J. R.

    1983-01-01

    This report documents the PIFCGT computer program. In FORTRAN, PIFCGT is a computer design aid for determing Proportional-Integral-Filter (PIF) control laws for aircraft autopilots implemented with a Command Generator Tracker (CGT). The program uses Linear-Quadratic-Regulator synthesis algorithms to determine feedback gains, and includes software to solve the feedforward matrix equation which is useful in determining the command generator tracker feedforward gains. The program accepts aerodynamic stability derivatives and computes the corresponding aerodynamic linear model. The nine autopilot modes that can be designed include four maneuver modes (ROLL SEL, PITCH SEL, HDG SEL, ALT SEL), four final approach models (APR GS, APR LOCI, APR LOCR, APR LOCP), and a BETA HOLD mode. The program has been compiled and executed on a CDC computer.

  8. BIRD: A general interface for sparse distributed memory simulators

    NASA Technical Reports Server (NTRS)

    Rogers, David

    1990-01-01

    Kanerva's sparse distributed memory (SDM) has now been implemented for at least six different computers, including SUN3 workstations, the Apple Macintosh, and the Connection Machine. A common interface for input of commands would both aid testing of programs on a broad range of computer architectures and assist users in transferring results from research environments to applications. A common interface also allows secondary programs to generate command sequences for a sparse distributed memory, which may then be executed on the appropriate hardware. The BIRD program is an attempt to create such an interface. Simplifying access to different simulators should assist developers in finding appropriate uses for SDM.

  9. On-line calibration of high-response pressure transducers during jet-engine testing

    NASA Technical Reports Server (NTRS)

    Armentrout, E. C.

    1974-01-01

    Jet engine testing is reported concerned with the effect of inlet pressure and temperature distortions on engine performance and involves the use of numerous miniature pressure transducers. Despite recent improvements in the manufacture of miniature pressure transducers, they still exhibit sensitivity change and zero-shift with temperature and time. To obtain meaningful data, a calibration system is needed to determine these changes. A system has been developed which provides for computer selection of appropriate reference pressures selected from nine different sources to provide a two- or three-point calibration. Calibrations are made on command, before and sometimes after each data point. A unique no leak matrix valve design is used in the reference pressure system. Zero-shift corrections are measured and the values are automatically inserted into the data reduction program.

  10. Recent developments in the CCP-EM software suite.

    PubMed

    Burnley, Tom; Palmer, Colin M; Winn, Martyn

    2017-06-01

    As part of its remit to provide computational support to the cryo-EM community, the Collaborative Computational Project for Electron cryo-Microscopy (CCP-EM) has produced a software framework which enables easy access to a range of programs and utilities. The resulting software suite incorporates contributions from different collaborators by encapsulating them in Python task wrappers, which are then made accessible via a user-friendly graphical user interface as well as a command-line interface suitable for scripting. The framework includes tools for project and data management. An overview of the design of the framework is given, together with a survey of the functionality at different levels. The current CCP-EM suite has particular strength in the building and refinement of atomic models into cryo-EM reconstructions, which is described in detail.

  11. The neXtProt peptide uniqueness checker: a tool for the proteomics community.

    PubMed

    Schaeffer, Mathieu; Gateau, Alain; Teixeira, Daniel; Michel, Pierre-André; Zahn-Zabal, Monique; Lane, Lydie

    2017-11-01

    The neXtProt peptide uniqueness checker allows scientists to define which peptides can be used to validate the existence of human proteins, i.e. map uniquely versus multiply to human protein sequences taking into account isobaric substitutions, alternative splicing and single amino acid variants. The pepx program is available at https://github.com/calipho-sib/pepx and can be launched from the command line or through a cgi web interface. Indexing requires a sequence file in FASTA format. The peptide uniqueness checker tool is freely available on the web at https://www.nextprot.org/tools/peptide-uniqueness-checker and from the neXtProt API at https://api.nextprot.org/. lydie.lane@sib.swiss. © The Author(s) 2017. Published by Oxford University Press.

  12. Commissioning the GTA accelerator

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sander, O.R.; Atkins, W.H.; Bolme, G.O.

    1992-09-01

    The Ground Test Accelerator (GTA) is supported by the Strategic Defense command as part of their Neutral Particle Beam (NPB) program. Neutral particles have the advantage that in space they are unaffected by the earth`s magnetic field and travel in straight lines unless they enter the earth`s atmosphere and become charged by stripping. Heavy particles are difficult to stop and can probe the interior of space vehicles; hence, NPB can function as a discriminator between warheads and decoys. We are using GTA to resolve the physics and engineering issues related to accelerating, focusing, and steering a high-brightness, high-current H{sup -}more » beam and then neutralizing it. Our immediate goal is to produce a 24-MeV, 50mA device with a 2% duty factor.« less

  13. Commissioning the GTA accelerator

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Sander, O.R.; Atkins, W.H.; Bolme, G.O.

    1992-01-01

    The Ground Test Accelerator (GTA) is supported by the Strategic Defense command as part of their Neutral Particle Beam (NPB) program. Neutral particles have the advantage that in space they are unaffected by the earth's magnetic field and travel in straight lines unless they enter the earth's atmosphere and become charged by stripping. Heavy particles are difficult to stop and can probe the interior of space vehicles; hence, NPB can function as a discriminator between warheads and decoys. We are using GTA to resolve the physics and engineering issues related to accelerating, focusing, and steering a high-brightness, high-current H{sup -}more » beam and then neutralizing it. Our immediate goal is to produce a 24-MeV, 50mA device with a 2% duty factor.« less

  14. Recent developments in the CCP-EM software suite

    PubMed Central

    Burnley, Tom

    2017-01-01

    As part of its remit to provide computational support to the cryo-EM community, the Collaborative Computational Project for Electron cryo-Microscopy (CCP-EM) has produced a software framework which enables easy access to a range of programs and utilities. The resulting software suite incorporates contributions from different collaborators by encapsulating them in Python task wrappers, which are then made accessible via a user-friendly graphical user interface as well as a command-line interface suitable for scripting. The framework includes tools for project and data management. An overview of the design of the framework is given, together with a survey of the functionality at different levels. The current CCP-EM suite has particular strength in the building and refinement of atomic models into cryo-EM reconstructions, which is described in detail. PMID:28580908

  15. Task Report for Task Authorization 1 for: Technology Demonstration of the Joint Network Defence and Management System (JNDMS) Project

    DTIC Science & Technology

    2009-01-30

    tool written in Java to support the automated creation of simulated subnets. It can be run giving it a subnet, the number of hosts to create, the...network and can also be used to create subnets with specific profiles. Subnet Creator command line: > java –jar SubnetCreator.jar –j [path to client...command: > java –jar jss_client.jar com.mdacorporation.jndms.JSS.Client.JSSBatchClient [file] 5. Software: This is the output file that will store the

  16. Military Command Team Effectiveness: Model and Instrument for Assessment and Improvement (L’efficacite des Equipes de Commandement Militaires: un Modele et un Instrument Pour L’evaluation et L’amelioration)

    DTIC Science & Technology

    2005-04-01

    influence team performance (e.g., Gender , race, age) (Morgan and Lassiter, 1992). • Leadership – the deliberate attempt to influence team outcomes...members of an organisation to be subject to an implicit socialisation process that brings members’ belief structures, values and goals into line with...Bowers, 1999). • Mix of Demographic Characteristics (e.g., age, gender , ethnicity, and culture). Whether more homogeneity or more heterogeneity is

  17. Operational Knowledge Management: Signaleers Share Front Line Experiences

    DTIC Science & Technology

    2011-01-01

    commander recommended for you to be the division KMO . You’ve heard “knowledge management” thrown around at NTC or JRTC, and usually from your...technology? You check the division’s MTOE and fi nd out the authorizations are for an 02A, Branch Immaterial O-5/ LTC as the KMO and a FA 57A Battle...Command Systems Operator O-4/ MAJ as the deputy KMO . Then you start to research the fi eld of KM and fi nd FM 6-01.1 Knowledge Wading through mounds of

  18. Company Command: The Bottom Line

    DTIC Science & Technology

    1990-11-20

    who engage in original research on national security issues. NDU Press publishes the best of this research . In addition, the Press publishes other...79 Stan dard Inslallation/Division Person-. nel Systems jSIDPERS)-SIDPEiIS Be- p orts- Non coinmmission ed Officer Evaluation fleports (NO-ERs--Offtcer... Non - combatant Evacuation Operation (NEO) xii and Prenaration for Overseas Moveizent (PO.MW-Finance The Bottom Line for Personnel and Administration

  19. Smart BIT/TSMD Integration

    DTIC Science & Technology

    1991-12-01

    user using the ’: knn ’ option in the do-scenario command line). An instance of the K-Nearest Neighbor object is first created and initialized before...Navigation Computer HF High Frequency ILS Instrument Landing System KNN K - Nearest Neighbor LRU Line Replaceable Unit MC Mission Computer MTCA...approaches have been investigated here, K-nearest Neighbors ( KNN ) and neural networks (NN). Both approaches require that previously classified examples of

  20. The Commander's Wellness Program: Assessing the Association Between Health Measures and Physical Fitness Assessment Scores, Fitness Assessment Exemptions, and Duration of Limited Duty.

    PubMed

    Tvaryanas, Col Anthony P; Greenwell, Brandon; Vicen, Gloria J; Maupin, Genny M

    2018-03-26

    Air Force Medical Service health promotions staff have identified a set of evidenced-based interventions targeting tobacco use, sleep habits, obesity/healthy weight, and physical activity that could be integrated, packaged, and deployed as a Commander's Wellness Program. The premise of the program is that improvements in the aforementioned aspects of the health of unit members will directly benefit commanders in terms of members' fitness assessment scores and the duration of periods of limited duty. The purpose of this study is to validate the Commander's Wellness Program assumption that body mass index (BMI), physical activity habits, tobacco use, sleep, and nutritional habits are associated with physical fitness assessment scores, fitness assessment exemptions, and aggregate days of limited duty in the population of active duty U.S. Air Force personnel. This study used a cross-sectional analysis of active duty U.S. Air Force personnel with an Air Force Web-based Health Assessment and fitness assessment data during fiscal year 2013. Predictor variables included age, BMI, gender, physical activity level (moderate physical activity, vigorous activity, and muscle activity), tobacco use, sleep, and dietary habits (consumption of a variety of foods, daily servings of fruits and vegetables, consumption of high-fiber foods, and consumption of high-fat foods). Nonparametric methods were used for the exploratory analysis and parametric methods were used for model building and statistical inference. The study population comprised 221,239 participants. Increasing BMI and tobacco use were negatively associated with the outcome of composite fitness score. Increasing BMI and tobacco use and decreasing sleep were associated with an increased likelihood for the outcome of fitness assessment exemption status. Increasing BMI and tobacco use and decreasing composite fitness score and sleep were associated with an increased likelihood for the outcome of limited duty status, whereas increasing BMI and decreasing sleep were associated with the outcome of increased aggregate days of limited duty. The observed associations were in the expected direction and the effect sizes were modest. Physical activity habits and nutritional habits were not observed to be associated with any of the outcome measures. The Commander's Wellness Program should be scoped to those interventions targeting BMI, composite fitness score, sleep, and tobacco use. Although neither self-reported physical activity nor nutritional habits were associated with the outcomes, it is still worthwhile to include related interventions in the Commander's Wellness Program because of the finding in other studies of a consistent association between the overall number of health risks and productivity outcomes.

  1. WORM - WINDOWED OBSERVATION OF RELATIVE MOTION

    NASA Technical Reports Server (NTRS)

    Bauer, F.

    1994-01-01

    The Windowed Observation of Relative Motion, WORM, program is primarily intended for the generation of simple X-Y plots from data created by other programs. It allows the user to label, zoom, and change the scale of various plots. Three dimensional contour and line plots are provided, although with more limited capabilities. The input data can be in binary or ASCII format, although all data must be in the same format. A great deal of control over the details of the plot is provided, such as gridding, size of tick marks, colors, log/semilog capability, time tagging, and multiple and phase plane plots. Many color and monochrome graphics terminals and hard copy printer/plotters are supported. The WORM executive commands, menu selections and macro files can be used to develop plots and tabular data, query the WORM Help library, retrieve data from input files, and invoke VAX DCL commands. WORM generated plots are displayed on local graphics terminals and can be copied using standard hard copy capabilities. Some of the graphics features of WORM include: zooming and dezooming various portions of the plot; plot documentation including curve labeling and function listing; multiple curves on the same plot; windowing of multiple plots and insets of the same plot; displaying a specific on a curve; and spinning the curve left, right, up, and down. WORM is written in PASCAL for interactive execution and has been implemented on a DEC VAX computer operating under VMS 4.7 with a virtual memory requirement of approximately 392K of 8 bit bytes. It uses the QPLOT device independent graphics library included with WORM. It was developed in 1988.

  2. DASTCOM5: A Portable and Current Database of Asteroid and Comet Orbit Solutions

    NASA Astrophysics Data System (ADS)

    Giorgini, Jon D.; Chamberlin, Alan B.

    2014-11-01

    A portable direct-access database containing all NASA/JPL asteroid and comet orbit solutions, with the software to access it, is available for download (ftp://ssd.jpl.nasa.gov/pub/xfr/dastcom5.zip; unzip -ao dastcom5.zip). DASTCOM5 contains the latest heliocentric IAU76/J2000 ecliptic osculating orbital elements for all known asteroids and comets as determined by a least-squares best-fit to ground-based optical, spacecraft, and radar astrometric measurements. Other physical, dynamical, and covariance parameters are included when known. A total of 142 parameters per object are supported within DASTCOM5. This information is suitable for initializing high-precision numerical integrations, assessing orbit geometry, computing trajectory uncertainties, visual magnitude, and summarizing physical characteristics of the body. The DASTCOM5 distribution is updated as often as hourly to include newly discovered objects or orbit solution updates. It includes an ASCII index of objects that supports look-ups based on name, current or past designation, SPK ID, MPC packed-designations, or record number. DASTCOM5 is the database used by the NASA/JPL Horizons ephemeris system. It is a subset exported from a larger MySQL-based relational Small-Body Database ("SBDB") maintained at JPL. The DASTCOM5 distribution is intended for programmers comfortable with UNIX/LINUX/MacOSX command-line usage who need to develop stand-alone applications. The goal of the implementation is to provide small, fast, portable, and flexibly programmatic access to JPL comet and asteroid orbit solutions. The supplied software library, examples, and application programs have been verified under gfortran, Lahey, Intel, and Sun 32/64-bit Linux/UNIX FORTRAN compilers. A command-line tool ("dxlook") is provided to enable database access from shell or script environments.

  3. Physics-model-based nonlinear actuator trajectory optimization and safety factor profile feedback control for advanced scenario development in DIII-D

    DOE PAGES

    Barton, Justin E.; Boyer, Mark D.; Shi, Wenyu; ...

    2015-07-30

    DIII-D experimental results are reported to demonstrate the potential of physics-model-based safety factor profile control for robust and reproducible sustainment of advanced scenarios. In the absence of feedback control, variability in wall conditions and plasma impurities, as well as drifts due to external disturbances, can limit the reproducibility of discharges with simple pre-programmed scenario trajectories. The control architecture utilized is a feedforward + feedback scheme where the feedforward commands are computed off-line and the feedback commands are computed on-line. In this work, firstly a first-principles-driven (FPD), physics-based model of the q profile and normalized beta (β N) dynamics is embeddedmore » into a numerical optimization algorithm to design feedforward actuator trajectories that sheer the plasma through the tokamak operating space to reach a desired stationary target state that is characterized by the achieved q profile and β N. Good agreement between experimental results and simulations demonstrates the accuracy of the models employed for physics-model-based control design. Secondly, a feedback algorithm for q profile control is designed following a FPD approach, and the ability of the controller to achieve and maintain a target q profile evolution is tested in DIII-D high confinement (H-mode) experiments. The controller is shown to be able to effectively control the q profile when β N is relatively close to the target, indicating the need for integrated q profile and β N control to further enhance the ability to achieve robust scenario execution. Furthermore, the ability of an integrated q profile + β N feedback controller to track a desired target is demonstrated through simulation.« less

  4. GPFrontend and GPGraphics: graphical analysis tools for genetic association studies.

    PubMed

    Uebe, Steffen; Pasutto, Francesca; Krumbiegel, Mandy; Schanze, Denny; Ekici, Arif B; Reis, André

    2010-09-21

    Most software packages for whole genome association studies are non-graphical, purely text based programs originally designed to run with UNIX-like operating systems. Graphical output is often not intended or supposed to be performed with other command line tools, e.g. gnuplot. Using the Microsoft .NET 2.0 platform and Visual Studio 2005, we have created a graphical software package to analyze data from microarray whole genome association studies, both for a DNA-pooling based approach as well as regular single sample data. Part of this package was made to integrate with GenePool 0.8.2, a previously existing software suite for GNU/Linux systems, which we have modified to run in a Microsoft Windows environment. Further modifications cause it to generate some additional data. This enables GenePool to interact with the .NET parts created by us. The programs we developed are GPFrontend, a graphical user interface and frontend to use GenePool and create metadata files for it, and GPGraphics, a program to further analyze and graphically evaluate output of different WGA analysis programs, among them also GenePool. Our programs enable regular MS Windows users without much experience in bioinformatics to easily visualize whole genome data from a variety of sources.

  5. NASA Remembers Astronaut John Young, Moonwalker and First Shuttle Commander

    NASA Image and Video Library

    2018-01-06

    Astronaut John Young, who walked on the Moon during Apollo 16 and commanded the first space shuttle mission, has passed away at the age of 87. After earning an engineering degree from Georgia Tech and flying planes for the Navy, Young began his impressive career at NASA in 1962, when he was selected from among hundreds of young pilots to join NASA's second astronaut class, known as the "New Nine." Young first flew in space on the first manned Gemini flight, Gemini 3 in March 1965. He later commanded the Gemini 10 mission in July 1966, served as command module pilot on Apollo 10 in 1969, and landed on the Moon as commander of Apollo 16 in April 1972. He went on to command the first Space Shuttle flight in 1981, and also commanded the STS-9 shuttle mission in 1983. He is the only person to go into space as part of the Gemini, Apollo and space shuttle programs and was the first to fly into space six times -- or seven times, when counting his liftoff from the Moon during Apollo 16.

  6. Glenn Heat Transfer Simulation and Solver Graphical User Interface: Development and Testing

    NASA Technical Reports Server (NTRS)

    Kardamis, Joseph R.

    2004-01-01

    In the Tui ine Branch of the Turbomachinery and Propulsion Systems Division, researching and developing efficient turbine aerothermodynamics technologies is the main objective. Creating effective turbines for jet engines is a process which, if based purely on physical experimental testing, would be extremely expensive. It is for this reason, and also for the reasons of speed and ease, that the Turbine Branch spends a large amount of effort working with simulations of turbines. Specifically, they focus their work on two main fields: Computational Field Dynamics (CFD), and Experimental data analysis. The experimental field involves comparing experimental results to simulated results, whereas the CFD field involves running these simulations. The simulations are applied to aerodynamics and heat transfer cases, for both steady and unsteady flow conditions. By and large this work is applied to the domain of flow and heat transfer in axial turbines. The main application used to run these heat flow simulations is GlennHT. This program, recently rewritten in FORTRAN 90, allows the user to input a job file which specifies all the necessary parameters needed to simulate flow through a user-defined grid. There are several other executables used as well, ranging in application from converting grid files to and from particular formats, to merging blocks in a connectivity file, to converting connectivity files to a GlennHT compatible format. All of these executables are run from the command line in a terminal; some of them have interactive prompts where the user must specify the files to be manipulated after the program starts, while others take all of their parameters from the command line. With this amount of variation comes a good deal of commands and formats to memorize, which can cause slower and less efficient work, as users may forget how to execute a certain program, or not remember the pathnames of the files they wish to use. Two years ago, steps were made to expedite this process with a graphical user interface (GUI) that combines the functionality of all the executables along with adding some new functionality, such as residuals graphing and boundary conditions creation. Upon my beginning here at Glenn, many parts of the GUI, which was developed in Java, were nonfunctional. There were also issues with cross-platforming, as systems in the branch were transitioning from Silicon Graphics (SGI) machines to Linux machines. My goals this summer are to finish the parts of the GUI that are not yet completed, fix parts that did not work correctly, expand the functionality to include other useful features, such as grid surface highlighting, and make the system compatible with both Linux and SGI. I will also be heavily testing the system and providing sufficient documentation on how to use the GUI, as no such documentation existed previously.

  7. Guidance system operations plan for manned CSM earth orbital and lunar missions using program COLOSSUS 3. Section 7: Erasable memory programs

    NASA Technical Reports Server (NTRS)

    Hamilton, M. H.

    1972-01-01

    Erasable-memory programs designed for guidance computers used in command and lunar modules are presented. The purpose, functional description, assumptions, restrictions, and imitations are given for each program.

  8. Microfluidic Pneumatic Logic Circuits and Digital Pneumatic Microprocessors for Integrated Microfluidic Systems

    PubMed Central

    Rhee, Minsoung

    2010-01-01

    We have developed pneumatic logic circuits and microprocessors built with microfluidic channels and valves in polydimethylsiloxane (PDMS). The pneumatic logic circuits perform various combinational and sequential logic calculations with binary pneumatic signals (atmosphere and vacuum), producing cascadable outputs based on Boolean operations. A complex microprocessor is constructed from combinations of various logic circuits and receives pneumatically encoded serial commands at a single input line. The device then decodes the temporal command sequence by spatial parallelization, computes necessary logic calculations between parallelized command bits, stores command information for signal transportation and maintenance, and finally executes the command for the target devices. Thus, such pneumatic microprocessors will function as a universal on-chip control platform to perform complex parallel operations for large-scale integrated microfluidic devices. To demonstrate the working principles, we have built 2-bit, 3-bit, 4-bit, and 8-bit microprecessors to control various target devices for applications such as four color dye mixing, and multiplexed channel fluidic control. By significantly reducing the need for external controllers, the digital pneumatic microprocessor can be used as a universal on-chip platform to autonomously manipulate microfluids in a high throughput manner. PMID:19823730

  9. A simple approach to a vision-guided unmanned vehicle

    NASA Astrophysics Data System (ADS)

    Archibald, Christopher; Millar, Evan; Anderson, Jon D.; Archibald, James K.; Lee, Dah-Jye

    2005-10-01

    This paper describes the design and implementation of a vision-guided autonomous vehicle that represented BYU in the 2005 Intelligent Ground Vehicle Competition (IGVC), in which autonomous vehicles navigate a course marked with white lines while avoiding obstacles consisting of orange construction barrels, white buckets and potholes. Our project began in the context of a senior capstone course in which multi-disciplinary teams of five students were responsible for the design, construction, and programming of their own robots. Each team received a computer motherboard, a camera, and a small budget for the purchase of additional hardware, including a chassis and motors. The resource constraints resulted in a simple vision-based design that processes the sequence of images from the single camera to determine motor controls. Color segmentation separates white and orange from each image, and then the segmented image is examined using a 10x10 grid system, effectively creating a low resolution picture for each of the two colors. Depending on its position, each filled grid square influences the selection of an appropriate turn magnitude. Motor commands determined from the white and orange images are then combined to yield the final motion command for video frame. We describe the complete algorithm and the robot hardware and we present results that show the overall effectiveness of our control approach.

  10. A local network integrated into a balloon-borne apparatus

    NASA Astrophysics Data System (ADS)

    Imori, Masatosi; Ueda, Ikuo; Shimamura, Kotaro; Maeno, Tadashi; Murata, Takahiro; Sasaki, Makoto; Matsunaga, Hiroyuki; Matsumoto, Hiroshi; Shikaze, Yoshiaki; Anraku, Kazuaki; Matsui, Nagataka; Yamagami, Takamasa

    A local network is incorporated into an apparatus for a balloon-borne experiment. A balloon-borne system implemented in the apparatus is composed of subsystems interconnected through a local network, which introduces modular architecture into the system. The network decomposes the balloon-borne system into subsystems, which are similarly structured from the point of view that the systems is kept under the control of a ground station. The subsystem is functionally self-contained and electrically independent. A computer is integrated into a subsystem, keeping the subsystem under the control. An independent group of batteries, being dedicated to a subsystem, supplies the whole electricity of the subsystem. The subsystem could be turned on and off independently of the other subsystems. So communication among the subsystems needs to be based on such a protocol that could guarantee the independence of the individual subsystems. An Omninet protocol is employed to network the subsystems. A ground station sends commands to the balloon-borne system. The command is received and executed at the system, then results of the execution are returned to the ground station. Various commands are available so that the system borne on a balloon could be controlled and monitored remotely from the ground station. A subsystem responds to a specific group of commands. A command is received by a transceiver subsystem and then transferred through the network to the subsystem to which the command is addressed. Then the subsystem executes the command and returns results to the transceiver subsystem, where the results are telemetered to the ground station. The network enhances independence of the individual subsystems, which enables programs of the individual subsystems to be coded independently. Independence facilitates development and debugging of programs, improving the quality of the system borne on a balloon.

  11. The United States Special Operations Command Civil Military Engagement Program - A Model for Military-Interagency Low Cost / Small Footprint Activities

    DTIC Science & Technology

    2014-05-02

    Interagency Coordination Centers (JIACs), Interagency Task Forces ( IATFs ) are found within GCCs and subordinate military units in an attempt to bridge...Interagency Tasks Forces ( IATFs ) that exist at each Geographic Combatant Command (GCC). Rather, this chapter serves to highlight the Civil Military

  12. Apollo experience report: Command and service module sequential events control subsystem

    NASA Technical Reports Server (NTRS)

    Johnson, G. W.

    1975-01-01

    The Apollo command and service module sequential events control subsystem is described, with particular emphasis on the major systems and component problems and solutions. The subsystem requirements, design, and development and the test and flight history of the hardware are discussed. Recommendations to avoid similar problems on future programs are outlined.

  13. 76 FR 80744 - DoD Mandatory Declassification Review (MDR) Program

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-12-27

    ... Component shall consult with DOS as necessary to determine whether the information is subject to a treaty or... the Chairman of the Joint Chiefs of Staff and the Joint Staff, the Combatant Commands, the Office of... Road, Suite 6884, Fort George G. Meade, MD 20755-6884. (17) North American Aerospace Defense Command...

  14. Apollo Experience Report: Command and Service Module Reaction Control Systems

    NASA Technical Reports Server (NTRS)

    Taeuber, Ralph J.; Weary, Dwayne P.

    1973-01-01

    The reaction control systems of the Apollo command and service module were developed and modified between July 1961 and July 1969. The successful development of these systems, as part of the Apollo Program, was the result of extensive testing, retesting, and modifications of the hardware to ensure system capability and intrasystem compatibility.

  15. Command and Control Rapid Prototyping Continuum (C2RPC): The Framework for Achieving a New C2 Strategy

    DTIC Science & Technology

    2011-06-01

    Sync Matrix Assessing J/ADOCS (Fires) TBMCS (ATO) Executing Monitoring (SA) C2 Strategy Objectives • Provide Expanded Mission Management...Computers, and Intelligence T&E Test and Evaluation PMW150 Program Warfare Office Command and Control TBMCS Theater Battle Management Core System POR

  16. 32 CFR 705.20 - Use of Navy material and facilities.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ...) The program support must be within the command's public affairs responsibility. (2) The loan of the equipment must not interfere with the military mission of the command. (3) Equipment must be available... one per quarter per group). (4) Incident to group visits by the Boy Scouts of America, Boys Clubs of...

  17. 32 CFR 705.20 - Use of Navy material and facilities.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ...) The program support must be within the command's public affairs responsibility. (2) The loan of the equipment must not interfere with the military mission of the command. (3) Equipment must be available... one per quarter per group). (4) Incident to group visits by the Boy Scouts of America, Boys Clubs of...

  18. 32 CFR 705.20 - Use of Navy material and facilities.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ...) The program support must be within the command's public affairs responsibility. (2) The loan of the equipment must not interfere with the military mission of the command. (3) Equipment must be available... one per quarter per group). (4) Incident to group visits by the Boy Scouts of America, Boys Clubs of...

  19. 32 CFR 705.20 - Use of Navy material and facilities.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ...) The program support must be within the command's public affairs responsibility. (2) The loan of the equipment must not interfere with the military mission of the command. (3) Equipment must be available... one per quarter per group). (4) Incident to group visits by the Boy Scouts of America, Boys Clubs of...

  20. 32 CFR 705.20 - Use of Navy material and facilities.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ...) The program support must be within the command's public affairs responsibility. (2) The loan of the equipment must not interfere with the military mission of the command. (3) Equipment must be available... one per quarter per group). (4) Incident to group visits by the Boy Scouts of America, Boys Clubs of...

  1. Domain specific software architectures: Command and control

    NASA Technical Reports Server (NTRS)

    Braun, Christine; Hatch, William; Ruegsegger, Theodore; Balzer, Bob; Feather, Martin; Goldman, Neil; Wile, Dave

    1992-01-01

    GTE is the Command and Control contractor for the Domain Specific Software Architectures program. The objective of this program is to develop and demonstrate an architecture-driven, component-based capability for the automated generation of command and control (C2) applications. Such a capability will significantly reduce the cost of C2 applications development and will lead to improved system quality and reliability through the use of proven architectures and components. A major focus of GTE's approach is the automated generation of application components in particular subdomains. Our initial work in this area has concentrated in the message handling subdomain; we have defined and prototyped an approach that can automate one of the most software-intensive parts of C2 systems development. This paper provides an overview of the GTE team's DSSA approach and then presents our work on automated support for message processing.

  2. Network Visualization Project (NVP)

    DTIC Science & Technology

    2016-07-01

    network visualization, network traffic analysis, network forensics 16. SECURITY CLASSIFICATION OF: 17. LIMITATION OF ABSTRACT UU 18. NUMBER OF...shell, is a command-line framework used for network forensic analysis. Dshell processes existing pcap files and filters output information based on

  3. PDS4: Harnessing the Power of Generate and Apache Velocity

    NASA Astrophysics Data System (ADS)

    Padams, J.; Cayanan, M.; Hardman, S.

    2018-04-01

    The PDS4 Generate Tool is a Java-based command-line tool developed by the Cartography and Imaging Sciences Nodes (PDSIMG) for generating PDS4 XML labels, from Apache Velocity templates and input metadata.

  4. CADDIS Volume 4. Data Analysis: Download Software

    EPA Pesticide Factsheets

    Overview of the data analysis tools available for download on CADDIS. Provides instructions for downloading and installing CADStat, access to Microsoft Excel macro for computing SSDs, a brief overview of command line use of R, a statistical software.

  5. 50 CFR 218.13 - Mitigation.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... activities. (ii) The Navy shall follow internal chain of command reporting procedures as promulgated through...) South and East of Block Island (37 km (20 NM) seaward of line between 41-4.49° N. lat. 071-51.15° W...

  6. 50 CFR 218.13 - Mitigation.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... activities. (ii) The Navy shall follow internal chain of command reporting procedures as promulgated through...) South and East of Block Island (37 km (20 NM) seaward of line between 41-4.49° N. lat. 071-51.15° W...

  7. STS-47 crew during fire fighting exercises at JSC's Fire Training Pit

    NASA Technical Reports Server (NTRS)

    1992-01-01

    STS-47 Endeavour, Orbiter Vehicle (OV) 105, crewmembers line up along water hoses to extinguish a blaze in JSC's Fire Training Pit during fire fighting exercises. Manning the hose in the foreground are Payload Specialist Mamoru Mohri, holding the hose nozzle, backup Payload Specialist Takao Doi, Mission Specialist (MS) Jerome Apt, and Commander Robert L. Gibson, at rear. Lined up on the second hose are Pilot Curtis L. Brown, Jr, holding the hose nozzle, followed by MS N. Jan Davis, MS and Payload Commander (PLC) Mark C. Lee, and backup Payload Specialist Stan Koszelak. A veteran firefighter monitors the effort from a position between the two hoses. In the background, backup Payload Specialist Chiaki Naito-Mukai, donning gloves, and MS Mae C. Jemison look on. The Fire Training Pit is located across from the Gilruth Center Bldg 207. Mohri, Doi, and Mukai all represent Japan's National Space Development Agency (NASDA).

  8. Using AI/expert system technology to automate planning and replanning for the HST servicing missions

    NASA Technical Reports Server (NTRS)

    Bogovich, L.; Johnson, J; Tuchman, A.; Mclean, D.; Page, B.; Kispert, A.; Burkhardt, C.; Littlefield, R.; Potter, W.

    1993-01-01

    This paper describes a knowledge-based system that has been developed to automate planning and scheduling for the Hubble Space Telescope (HST) Servicing Missions. This new system is the Servicing Mission Planning and Replanning Tool (SM/PART). SM/PART has been delivered to the HST Flight Operations Team (FOT) at Goddard Space Flight Center (GSFC) where it is being used to build integrated time lines and command plans to control the activities of the HST, Shuttle, Crew and ground systems for the next HST Servicing Mission. SM/PART reuses and extends AI/expert system technology from Interactive Experimenter Planning System (IEPS) systems to build or rebuild time lines and command plans more rapidly than was possible for previous missions where they were built manually. This capability provides an important safety factor for the HST, Shuttle and Crew in case unexpected events occur during the mission.

  9. A new relational database structure and online interface for the HITRAN database

    NASA Astrophysics Data System (ADS)

    Hill, Christian; Gordon, Iouli E.; Rothman, Laurence S.; Tennyson, Jonathan

    2013-11-01

    A new format for the HITRAN database is proposed. By storing the line-transition data in a number of linked tables described by a relational database schema, it is possible to overcome the limitations of the existing format, which have become increasingly apparent over the last few years as new and more varied data are being used by radiative-transfer models. Although the database in the new format can be searched using the well-established Structured Query Language (SQL), a web service, HITRANonline, has been deployed to allow users to make most common queries of the database using a graphical user interface in a web page. The advantages of the relational form of the database to ensuring data integrity and consistency are explored, and the compatibility of the online interface with the emerging standards of the Virtual Atomic and Molecular Data Centre (VAMDC) project is discussed. In particular, the ability to access HITRAN data using a standard query language from other websites, command line tools and from within computer programs is described.

  10. User's guide to programming fault injection and data acquisition in the SIFT environment

    NASA Technical Reports Server (NTRS)

    Elks, Carl R.; Green, David F.; Palumbo, Daniel L.

    1987-01-01

    Described are the features, command language, and functional design of the SIFT (Software Implemented Fault Tolerance) fault injection and data acquisition interface software. The document is also intended to assist and guide the SIFT user in defining, developing, and executing SIFT fault injection experiments and the subsequent collection and reduction of that fault injection data. It is also intended to be used in conjunction with the SIFT User's Guide (NASA Technical Memorandum 86289) for reference to SIFT system commands, procedures and functions, and overall guidance in SIFT system programming.

  11. Army's "look for xylitol first" program.

    PubMed

    Richter, Pamila; Chaffin, Jeffrey

    2004-01-01

    Xylitol is a sugar substitute not well known in the United States. This sugar substitute is not only low in calories but can also help prevent dental caries. The U.S. Army Dental Command's Health Promotion Program is constantly seeking additional prevention measures to enhance the oral health of America's Army. The Dental Command has created the "Look for Xylitol First" initiative aimed at training all members of the dental care team on the positive benefits of xylitol and to teach patients how to be smart consumers and evaluate products for their xylitol content.

  12. 32 CFR 172.3 - Policy.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    .... (c) The Secretary of each Military Department shall establish qualified recycling programs. The... incurred by the installation to operate the recycling program, installation commanders may use up to 50...

  13. 32 CFR 172.3 - Policy.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    .... (c) The Secretary of each Military Department shall establish qualified recycling programs. The... incurred by the installation to operate the recycling program, installation commanders may use up to 50...

  14. 32 CFR 172.3 - Policy.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    .... (c) The Secretary of each Military Department shall establish qualified recycling programs. The... incurred by the installation to operate the recycling program, installation commanders may use up to 50...

  15. 32 CFR 172.3 - Policy.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    .... (c) The Secretary of each Military Department shall establish qualified recycling programs. The... incurred by the installation to operate the recycling program, installation commanders may use up to 50...

  16. 32 CFR 172.3 - Policy.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    .... (c) The Secretary of each Military Department shall establish qualified recycling programs. The... incurred by the installation to operate the recycling program, installation commanders may use up to 50...

  17. PLAID- A COMPUTER AIDED DESIGN SYSTEM

    NASA Technical Reports Server (NTRS)

    Brown, J. W.

    1994-01-01

    PLAID is a three-dimensional Computer Aided Design (CAD) system which enables the user to interactively construct, manipulate, and display sets of highly complex geometric models. PLAID was initially developed by NASA to assist in the design of Space Shuttle crewstation panels, and the detection of payload object collisions. It has evolved into a more general program for convenient use in many engineering applications. Special effort was made to incorporate CAD techniques and features which minimize the users workload in designing and managing PLAID models. PLAID consists of three major modules: the Primitive Object Generator (BUILD), the Composite Object Generator (COG), and the DISPLAY Processor. The BUILD module provides a means of constructing simple geometric objects called primitives. The primitives are created from polygons which are defined either explicitly by vertex coordinates, or graphically by use of terminal crosshairs or a digitizer. Solid objects are constructed by combining, rotating, or translating the polygons. Corner rounding, hole punching, milling, and contouring are special features available in BUILD. The COG module hierarchically organizes and manipulates primitives and other previously defined COG objects to form complex assemblies. The composite object is constructed by applying transformations to simpler objects. The transformations which can be applied are scalings, rotations, and translations. These transformations may be defined explicitly or defined graphically using the interactive COG commands. The DISPLAY module enables the user to view COG assemblies from arbitrary viewpoints (inside or outside the object) both in wireframe and hidden line renderings. The PLAID projection of a three-dimensional object can be either orthographic or with perspective. A conflict analysis option enables detection of spatial conflicts or collisions. DISPLAY provides camera functions to simulate a view of the model through different lenses. Other features include hardcopy plot generation, scaling and zoom options, distance tabulations, and descriptive text in different sizes and fonts. An object in the PLAID database is not just a collection of lines; rather, it is a true three-dimensional representation from which correct hidden line renditions can be computed for any specified eye point. The drawings produced in the various modules of PLAID can be stored in files for future use. The PLAID program product is available by license for a period of 10 years to domestic U.S. licensees. The licensed program product includes the PLAID source code, command procedures, sample applications, and one set of supporting documentation. Copies of the documentation may be purchased separately at the price indicated below. PLAID is written in FORTRAN 77 for single user interactive execution and has been implemented on a DEC VAX series computer operating under VMS with a recommended core memory of four megabytes. PLAID requires a Tektronix 4014 compatible graphics display terminal and optionally uses a Tektronix 4631 compatible graphics hardcopier. Plots of resulting PLAID displays may be produced using the Calcomp 960, HP 7221, or HP 7580 plotters. Digitizer tablets can also be supported. This program was developed in 1986.

  18. Judy Collins shares a laugh with First Lady Hillary Clinton

    NASA Technical Reports Server (NTRS)

    1999-01-01

    Singer Judy Collins (left) shares a laugh with First Lady Hillary Rodham Clinton in the Apollo/Saturn V Facility. Both women are at KSC to view the launch of Space Shuttle mission STS-93 scheduled for 12:36 a.m. EDT July 20. Much attention has been generated over the launch due to Commander Eileen M. Collins, the first woman to serve as commander of a Shuttle mission. Judy Collins has honored the commander with a song, 'Beyond the Sky,' which was commissioned by NASA through the NASA Art Program.

  19. Judy Collins and First Lady Hillary Clinton await the launch of STS-93

    NASA Technical Reports Server (NTRS)

    1999-01-01

    Singer Judy Collins (left) and First Lady Hillary Rodham Clinton await the launch of Space Shuttle mission STS-93 in the Apollo/Saturn V Facility. Liftoff is scheduled for 12:36 a.m. EDT July 20. Much attention has been generated over the launch due to Commander Eileen M. Collins, the first woman to serve as commander of a Shuttle mission. Judy Collins has honored the commander with a song, 'Beyond the Sky,' which was commissioned by NASA through the NASA Art Program.

  20. KSC-99pp0882

    NASA Image and Video Library

    1999-07-19

    KENNEDY SPACE CENTER, FLA. -- Singer Judy Collins (left) shares a laugh with First Lady Hillary Rodham Clinton in the Apollo/Saturn V Facility. Both women are at KSC to view the launch of Space Shuttle mission STS-93 scheduled for 12:36 a.m. EDT July 20. Much attention has been generated over the launch due to Commander Eileen M. Collins, the first woman to serve as commander of a Shuttle mission. Judy Collins has honored the commander with a song, "Beyond the Sky," which was commissioned by NASA through the NASA Art Program

Top