From f3b024670eb73070b497d0463a9e40f7e2b919b9 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Sun, 10 May 2020 22:12:07 +0100 Subject: [PATCH] Save in dedicated multi_source directory --- flarestack/utils/prepare_catalogue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flarestack/utils/prepare_catalogue.py b/flarestack/utils/prepare_catalogue.py index 53c57098..d80ec894 100644 --- a/flarestack/utils/prepare_catalogue.py +++ b/flarestack/utils/prepare_catalogue.py @@ -52,7 +52,7 @@ def build_ps_cat_name(sindec): + ".npy" def build_ps_stack_cat_name(sindecs): - return f"{catalogue_dir}single_source/{hash(str(sindecs))}.npy" + return f"{catalogue_dir}multi_source/{hash(str(sindecs))}.npy" def make_single_source(sindec): cat = single_source(sindec)