Standard Scripts¶
Overview¶
The standard SAL scripts run by the script queue.
User Documentation¶
To add a script to this package:
Read SAL Scripts to learn the basics of writing a SAL script.
Add your script implementation to the library:
python/lsst/ts/standardscripts
.Add a test suite to the
tests
directory.Add a bin script to the
python/lsst/ts/standardscripts/data/scripts
directory.