From f8ede50fb803335c237a8e64307f6fae56d71d5b Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:10:04 -0400 Subject: [PATCH] Set lower default import order. (#153) --- src/hipscat_import/catalog/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hipscat_import/catalog/arguments.py b/src/hipscat_import/catalog/arguments.py index 6dda8ddd..a05ea9d4 100644 --- a/src/hipscat_import/catalog/arguments.py +++ b/src/hipscat_import/catalog/arguments.py @@ -54,7 +54,7 @@ class ImportArguments(RuntimeArguments): """healpix order to use when mapping. if this is a positive number, this will be the order of all final pixels and we will not combine pixels according to the threshold""" - highest_healpix_order: int = 10 + highest_healpix_order: int = 7 """healpix order to use when mapping. this will not necessarily be the order used in the final catalog, as we may combine pixels that don't meed the threshold"""