This notebooks compares the AGILE DR1 to the LSST DP1 ECDFS. For the LSST DP1, refer to the documentation available on-line (https://dp1.lsst.io/).
## Requirements
This notebooks download data directly from the LSST DP1 database using TAP. To use TAP, an API access token needs to be generated. Follow the instructions
1. go to https://data.lsst.cloud and select the API aspect
2. follow the links to generate an API access token
3. select `read:tap` to be able to perform TAP queries
4. save the API access token to `$HOME/.rsp-tap.token`
It is a good idea to remove read/write permissions from others than yourself by using
Here we show the ra, dec distribution of the object tables. In AGILE DR1, some regions of sky are missing sources due to 1) bright stars 2) deblending being skipped in crowded regions of sky. This is due to the internal parameters of LSST Science Pipelines on deciding when to not attempt deblending. The effect is also present in DP1, most strikingly in 47 Tuc, where a majority of the stars from globular cluster are not automatically identified.