EnglishFrenchSpanish

OnWorks favicon

ifeffit_shellp - Online in the Cloud

Run ifeffit_shellp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ifeffit_shellp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ifeffit - Shell Interface to IFEFFIT

SYNOPSIS


ifeffit is a shell interface to the Ifeffit XAFS Analysis System. Ifeffit commands are
entered and executed as they are typed in, giving complete access to the Ifeffit library
in a relatively friendly command-line program.

A sample session might look like this:

%~>ifeffit
Ifeffit 1.0004 Copyright (c) 2000 Matt Newville, Univ of Chicago
Ifeffit Shell Perl Module 1.2 (ReadLine enabled)
reading /home/newville/.ifeffitrc ... OK
Ifeffit> read_data(My.xmu,type=xmu)
Ifeffit> spline(energy,xmu, rbkg = 1.0, kweight =1 )
Ifeffit> plot(energy, xmu)
Ifeffit> plot(energy, bkg)

DESCRIPTION


If you have the Perl module for the ReadLine library (Term::ReadLine and Term::Readkeys
are both required), you can use the command-line editing features of the Gnu ReadLine
library. Most importantly, this library makes the up arrow scroll through previous
commands. It also gives you access to the last 300 commands typed in (stored in the file
.ifeffit_hist in your home directory) in previous sessions. The command "l [number]"
shows you the last "number" commands typed in.

There is also some support for command-line completion via the tab key. While typing the
first word at the command-line prompt, selected ifeffit commands and shell commands will
be 'tab-completed', meaning that hitting the tab key will complete as much of a partially-
typed command as possible. The list of ifeffit and shell commands recognized for this
purpose is customizable. After the first word has been fully typed, the tab key will
complete file names in the current working directory.

e.g.:

%~>ifeffit
Ifeffit 1.0002 Copyright (c) 2000 Matt Newville, Univ of Chicago
Ifeffit Shell Perl Module 1.2 (ReadLine enabled)
reading /home/newville/.ifeffitrc ... OK
Ifeffit>

1. 'quit' and 'exit' will exit the program.

'l' lists the history buffer

'?' is an alias for help, which will display this document, or give a
brief command summary (as in: 'help plot').

'??' lists the known system shell commands that can be executed from
within ifeffit. For other shell commands, use the '!' character
to escape to the system shell.

2. The resource file ~/.ifeffitrc (if found) is read at start-up to allow customizations.
This file is read as a perl script (not as raw ifeffit commands). To allow further
confusion (err, customization), you can load files of ifeffit commands at startup --
ifeffit myfile will load the file myfile at start-up, as if you typed 'load myfile' at
the command-line. This loading occurs after the ~/.ifeffitrc file is read, which can
provide a convenient way to override default macro definitions.

3. Shell variables: (can be customized in ~/.ifeffitrc)

$Escape [default = '!'] a line starting with this character is sent to the shell.

$Prompt [default = 'Ifeffit> '] command-line prompt.

$HOME [default from Environment Variable] users home directory.

4. A useful procedure for developing and testing ifeffit scripts is

ifeffit> ! emacs script &
-- add ifeffit code to script and save the file
ifeffit> load script

CUSTOMIZATION


A typical ~/.ifeffitrc file might look like this:

#
# start-up perl for shiffit
push @shell_commands, qw(emacs grep gunzip diff);
#
# pre-load some common ifeffit macros
ifeffit("load $HOME/.ifeffit_macros ");

This file is "require'd" by ifeffit. The "push" line, adds a few more commands to the
default list of shell commands. The "ifeffit" line loads a bunch of pre-defined ifeffit
macros.

Use ifeffit_shellp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 2
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 3
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 4
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 5
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 6
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • More »

Linux commands

Ad