-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace small_sky_xmatch_margin with small_sky_order1_margin
- Loading branch information
1 parent
706b7b5
commit 4b34e1e
Showing
21 changed files
with
66 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Catalog description | ||
|
||
This catalog exists as an margin cache of the small_sky_order1 table, | ||
allowing spatial operations to be performed efficiently and accurately. | ||
|
||
This catalog was generated using the following snippet: | ||
|
||
``` | ||
from hipscat_import.margin_cache.margin_cache_arguments import MarginCacheArguments | ||
from hipscat_import.margin_cache import generate_margin_cache | ||
margin_args = MarginCacheArguments( | ||
margin_threshold=7200, | ||
input_catalog_path="data/small_sky_order1", | ||
output_path="data/", | ||
output_artifact_name="small_sky_order1_margin" | ||
) | ||
if __name__ == "__main__": | ||
generate_margin_cache(margin_args, client) | ||
``` | ||
|
||
NB: | ||
|
||
- The setting `margin_threshold` at 7200 arcseconds (2 degrees) is much higher than | ||
a usual margin cache would be generated at, but is used because the small sky test | ||
dataset is sparse. |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"catalog_name": "small_sky_order1_margin", | ||
"catalog_type": "margin", | ||
"total_rows": 28, | ||
"primary_catalog": "small_sky_order1", | ||
"margin_threshold": 7200 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"catalog_name": "small_sky_order1_margin", | ||
"catalog_type": "margin", | ||
"total_rows": 28, | ||
"primary_catalog": "data/small_sky_order1", | ||
"margin_threshold": 7200, | ||
"version": "0.2.3", | ||
"generation_date": "2024.01.30", | ||
"tool_args": { | ||
"tool_name": "hipscat_import", | ||
"version": "0.2.2", | ||
"runtime_args": { | ||
"catalog_name": "small_sky_order1_margin", | ||
"output_path": "data/", | ||
"output_artifact_name": "small_sky_order1_margin", | ||
"tmp_dir": "", | ||
"overwrite": false, | ||
"dask_tmp": "", | ||
"dask_n_workers": 1, | ||
"dask_threads_per_worker": 1, | ||
"catalog_path": "data/small_sky_order1_margin", | ||
"tmp_path": "data/small_sky_order1_margin/intermediate", | ||
"input_catalog_path": "data/small_sky_order1", | ||
"margin_threshold": 7200, | ||
"margin_order": 2 | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters