This repository is dedicated to a suite of tutorials to help you get started with using Lasair to accept the LSST Alert data. For Further information we have ReadTheDocs pages, and their relevant subsections will be sign posted where relevant in these tutorials
There are two kinds of resources:
- Notebooks: detailed step-by-step jupyter notebooks explaining how the code and data work.
- Scripts: self-contained and well commented code templates that can be copy-pasted directly.
Generally speaking the notebooks will have more explanations because they allow for more verbose descriptions.
These docs will be completed over the next few weeks to include more details and port some of the code from the old notebooks. Eventually the old repo will only contain the Lasair ZTF examples and this repo will focus on LSST.
- Install
lasairpython client
pip3 install lasair
- A Valid Token (only for API / Kafka does not require a token)
You'll need to register to the Lasair platform so you can find your personal token on your Profile page.
DO NOT SHARE THIS TOKEN WITH ANYOME
Feel free to fork this repository to propose changes, or open an issue to make a request.
If you have a question or need any help, you can find past questions or as a new one on the Community Forum.

