Skip to content

Commit

Permalink
Save in dedicated multi_source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 10, 2020
1 parent e5c717a commit f3b0246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flarestack/utils/prepare_catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f3b0246

Please sign in to comment.