naojsoft / oscript

oscript is a set of Python modules for implementing the observation scripting language used at Subaru Telescope, NAOJ.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OScript ABOUT
=============
oscript is a set of Python modules for implementing the observation scripting language used at Subaru Telescope, NAOJ.

COPYRIGHT AND LICENSE
---------------------
Copyright (C) 2014-2020 Subaru Telescope, National Astronomical
  Observatory of Japan.  All rights reserved.

oscript is distributed under an open-source BSD licence.  Please see the file LICENSE.txt in the top-level directory for details.

REQUIREMENTS
------------
You will need:
- ply (Python based parser and lexer modules; will be automatically
       installed if not available)
- g2cam (available at https://github.com/naojsoft/g2cam)
- Python 3.5 or better

BUILDING AND INSTALLATION
-------------------------
oscript uses a standard distutils based install, e.g.

    $ python setup.py build

or

    $ python setup.py install

DOCUMENTATION
-------------
Please see the directory 'doc'

About

oscript is a set of Python modules for implementing the observation scripting language used at Subaru Telescope, NAOJ.

License:Other


Languages

Language:Python 100.0%