|
2 | 2 |
|
3 | 3 | Robbie automates the process of cataloguing sources, finding variables, and identifying transients.
|
4 | 4 |
|
5 |
| -The workflow is described in [Hancock et al. 2018](https://ui.adsabs.harvard.edu/abs/2019A%26C....27...23H/abstract) and carries out the following steps: |
| 5 | +The workflow was described initially in [Hancock et al. 2018](https://ui.adsabs.harvard.edu/abs/2019A%26C....27...23H/abstract) however the current workflow is shown below: |
6 | 6 | - Preprocessing:
|
7 |
| - - Find sources in images |
8 |
| - - Compare these catalogues to a reference catalogue |
9 |
| - - Use the offsets to model image based distortions |
10 |
| - - Make warped/corrected images |
11 |
| -- Persistent source catalogue creation: |
12 |
| - - Stack the warped images into a cube and form a mean image |
13 |
| - - Source find on the mean image to make a master catalogue |
| 7 | + - Convolve all images to a common psf (optional) |
| 8 | + - Create background and noise maps (if they are not found) |
| 9 | + - Correct astrometry using fitswarp (optional) |
| 10 | +- Variabile/persistent source detection: |
| 11 | + - Stack the warped images to form a mean image |
| 12 | + - Source find on the mean image to make a reference catalogue |
14 | 13 | - Priorized fit this catalogue into each of the individual images
|
15 |
| - - Join the catalogues into a single table and calculate variability stats |
| 14 | + - Join the epoch catalogues to make a persistent source catalogue |
| 15 | + - Calculate variability stats and generate a light curve for each source |
16 | 16 | - Transient candidate identification:
|
17 |
| - - Use the persistent source to mask known sources from the individual images |
18 |
| - - Source find on the masked images to look for transients |
19 |
| - - Combine transients tables into a single catalogue, identifying the epoch of each detection |
| 17 | + - Use the persistent source to mask known sources from the individual epochs |
| 18 | + - Source find on the masked images to find transients |
| 19 | + - Concatenate transients into a single catalogue, identifying the epoch of each detection |
| 20 | + |
| 21 | +See [workflow](workflow) for a diagram of how Robbie works. |
20 | 22 |
|
21 | 23 | ## Dependencies
|
22 | 24 | Robbie relies on the following software:
|
|
0 commit comments