From ab93ab82c1db076d212876e9b0c41a2f5e1b36a1 Mon Sep 17 00:00:00 2001 From: Demurest Date: Wed, 26 Jun 2024 12:33:36 -0400 Subject: [PATCH] update how to --- src/ui/components/watchlist/SetFilters.vue | 25 ++++++++++++++-------- src/ui/components/watchlist/UploadCsv.vue | 12 ++++++----- 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/src/ui/components/watchlist/SetFilters.vue b/src/ui/components/watchlist/SetFilters.vue index 46bd186..70b78e3 100644 --- a/src/ui/components/watchlist/SetFilters.vue +++ b/src/ui/components/watchlist/SetFilters.vue @@ -3,27 +3,34 @@ Types of filters - To set a filter on all targets in a watchlist, it's important to first - understand the different types of filters available. + To set a filter on every target in a watchlist, the available filters + are the following: + 1. Constant: filter by constant magnitude, notifies all alerts - whose magnitude meets the user's condition, e.g., alert whose - magnitude is less than a value X given by the - user. + >1. No filter: no filter applied to the targets of a watchlist. + 2. No filter: no filter applied to the targets of a watchlist. - + >2. Constant: filter by constant magnitude, notifies all alerts + whose magnitude meets the user's condition, e.g., alert whose + magnitude is less than a value X given by the + user. + Modify a filter of a target + + A filter of a target can be modified through the functionalities of the + actions column. + + Parameters To set a filter on all targets in a watchlist, first are some values to diff --git a/src/ui/components/watchlist/UploadCsv.vue b/src/ui/components/watchlist/UploadCsv.vue index a3642b2..d329662 100644 --- a/src/ui/components/watchlist/UploadCsv.vue +++ b/src/ui/components/watchlist/UploadCsv.vue @@ -8,9 +8,10 @@ 1. The header must be: name, ra, dec, radius and filter (optional), - all in lower case. + >1. The header should include the following columns in lowercase: + name, ra, dec, radius, and (optionally) filter. For more details, + please refer to the section "set filters". + @@ -110,8 +111,9 @@ 10. In the Filters tab you can see all your - targets.10. In the Filters tab, you can see all your targets. Here you can + modify the properties and conditions of the targets one by + one.