External Scripts¶
Overview¶
“External” SAL scripts run by the script queue. These are more experimental and less well tested than standard scripts. Please use them with caution.
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/externalscripts
.Add a test suite to the
tests
directory.Add a bin script to the
python/lsst/ts/externalscripts/data/scripts
directory.