From 0e07388ca54d1a23a6a65ec01eb5864244636924 Mon Sep 17 00:00:00 2001 From: Theophile du Laz Date: Fri, 22 Mar 2024 20:40:30 -0700 Subject: [PATCH] update list of tasks --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 23f69af..9cccb18 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ To run the deprecated `scripts/alert-stats.py` script, you can run: PYTHONPATH=. python scripts/alert-stats.py --feature='candidate.magpsf,candidate.sigmapsf' --programids=1,2 --plot=True --start=2460355.5 --nb_days=1 --sp_token= --sp_groupIDs=41 --sp_filterIDs=1 --nb_bins=1000 --k_token= ``` -- [] Fetch all the features of all alert packets within a given time range with given program ids and store it as a pandas dataframe -- [] Fetch all of the candidates that passed filters in Fritz (with exact candid, not just objectIds). Relies on the new /api/candidates_filter endpoint. -- [] Looking at the subset of alerts that passed the filters, find the obj_id of the sources that were saved in Fritz. -- [] Update the dataframe with a column containing the list of filters passed for each alert, and a column containing the groupIDs for each alert which obj has been saved as a source to the groups associated to the filters passed. -- [] Figure out what visualizations tools and plots we can use to represent the data in a meaningful way and extract insights from it. +- [X] Fetch all the features of all alert packets within a given time range with given program ids and store it as a pandas dataframe +- [X] Fetch all of the candidates that passed filters in Fritz (with exact candid, not just objectIds). Relies on the new /api/candidates_filter endpoint. +- [ ] Looking at the subset of alerts that passed the filters, find the obj_id of the sources that were saved in Fritz. +- [ ] Update the dataframe with a column containing the list of filters passed for each alert, and a column containing the groupIDs for each alert which obj has been saved as a source to the groups associated to the filters passed. +- [ ] Figure out what visualizations tools and plots we can use to represent the data in a meaningful way and extract insights from it. #### Troubleshooting