Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 473 Bytes

README.rst

File metadata and controls

14 lines (10 loc) · 473 Bytes

ts_standardscripts

Standard SAL scripts for operating the LSST via the lsst.ts.scriptqueue.ScriptQueue. Each script is a subclass of lsst.ts.scriptqueue.ScriptBase.

Documentation

This code uses pre-commit to maintain black formatting and flake8 compliance. To enable this:

  • Run pre-commit install once.
  • If directed, run git config --unset-all core.hooksPath once.