logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pyraf - Python interface for IRAF

Description

       PyRAF  is  a  command  language for running IRAF tasks that is based on the Python scripting language. It
       gives users the ability to run IRAF tasks in an environment that has all the  power  and  flexibility  of
       Python.  PyRAF  can  be  installed along with an existing IRAF installation; users can then choose to run
       either PyRAF or the IRAF CL.

Name

       pyraf - Python interface for IRAF

Options

-c, --comand=<cmd>
              Command passed in as string (any valid PyRAF command)

       -e, --ecl
              Turn on ECL mode

       -h, --help
              Print help message

       -i, --no--commandwrapper
              No command line wrapper, just run standard interactive Python shell

       -m, --commandwrapper
              Run command line wrapper to provide extra capabilities (default)

       -n, --nosplash
              No splash screen during startup (also see -x)

       -s, --silent
              Silent initialization (does not print startup messages)

       -V, --version
              Print version info and exit

       -v, --verbose
              Set verbosity level (may be repeated to increase verbosity)

       -x, --nographics
              No graphics will be attempted/loaded during session

       -y, --ipython
              Run the IPython shell instead of the normal PyRAF command shell

Synopsis

pyraf [options] [savefile]

See Also