-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compute angular correlation with weights (#12)
* Add acf with weights * Improve code coverage * Simplify arg construction * Remove nbins attribute * Add weight column as a parameter
- Loading branch information
1 parent
1ff1f9d
commit f64c7b7
Showing
34 changed files
with
185 additions
and
10 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
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
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
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
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
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.
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.
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,8 @@ | ||
{ | ||
"catalog_name": "acf_gals_weight", | ||
"catalog_type": "object", | ||
"total_rows": 8000, | ||
"epoch": "J2000", | ||
"ra_column": "ra", | ||
"dec_column": "dec" | ||
} |
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 @@ | ||
Norder,Dir,Npix,num_rows | ||
0,0,1,2169 | ||
0,0,2,3372 | ||
0,0,5,71 | ||
0,0,6,2048 | ||
0,0,7,330 | ||
0,0,10,10 |
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,25 @@ | ||
{ | ||
"catalog_name": "acf_gals_weight", | ||
"catalog_type": "object", | ||
"total_rows": 8000, | ||
"epoch": "J2000", | ||
"ra_column": "ra", | ||
"dec_column": "dec", | ||
"version": "0.3.4", | ||
"generation_date": "2024.07.02", | ||
"tool_args": { | ||
"tool_name": "lsdb", | ||
"version": "0.2.5", | ||
"runtime_args": { | ||
"catalog_name": "acf_gals_weight", | ||
"output_path": "hipscat/acf_gals_weight", | ||
"output_catalog_name": "acf_gals_weight", | ||
"catalog_path": "hipscat/acf_gals_weight", | ||
"catalog_type": "object", | ||
"total_rows": 8000, | ||
"epoch": "J2000", | ||
"ra_column": "ra", | ||
"dec_column": "dec" | ||
} | ||
} | ||
} |
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.
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,8 @@ | ||
{ | ||
"catalog_name": "acf_rans_weight", | ||
"catalog_type": "object", | ||
"total_rows": 22000, | ||
"epoch": "J2000", | ||
"ra_column": "ra", | ||
"dec_column": "dec" | ||
} |
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,8 @@ | ||
Norder,Dir,Npix,num_rows | ||
0,0,1,7052 | ||
0,0,2,8024 | ||
0,0,5,188 | ||
0,0,6,5904 | ||
0,0,7,809 | ||
0,0,9,1 | ||
0,0,10,22 |
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,25 @@ | ||
{ | ||
"catalog_name": "acf_rans_weight", | ||
"catalog_type": "object", | ||
"total_rows": 22000, | ||
"epoch": "J2000", | ||
"ra_column": "ra", | ||
"dec_column": "dec", | ||
"version": "0.3.4", | ||
"generation_date": "2024.07.02", | ||
"tool_args": { | ||
"tool_name": "lsdb", | ||
"version": "0.2.5", | ||
"runtime_args": { | ||
"catalog_name": "acf_rans_weight", | ||
"output_path": "hipscat/acf_rans_weight", | ||
"output_catalog_name": "acf_rans_weight", | ||
"catalog_path": "hipscat/acf_rans_weight", | ||
"catalog_type": "object", | ||
"total_rows": 22000, | ||
"epoch": "J2000", | ||
"ra_column": "ra", | ||
"dec_column": "dec" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.