-
Notifications
You must be signed in to change notification settings - Fork 0
oscript is a set of Python modules for implementing the observation scripting language used at Subaru Telescope, NAOJ.
License
naojsoft/oscript
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.