cmbstack 0.0.1__tar.gz → 0.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cmbstack-0.0.1 → cmbstack-0.0.2}/PKG-INFO +7 -4
- {cmbstack-0.0.1 → cmbstack-0.0.2}/README.md +5 -2
- {cmbstack-0.0.1 → cmbstack-0.0.2}/cmbstack.egg-info/PKG-INFO +7 -4
- {cmbstack-0.0.1 → cmbstack-0.0.2}/pyproject.toml +2 -2
- {cmbstack-0.0.1 → cmbstack-0.0.2}/cmbstack/__init__.py +0 -0
- {cmbstack-0.0.1 → cmbstack-0.0.2}/cmbstack/main.py +0 -0
- {cmbstack-0.0.1 → cmbstack-0.0.2}/cmbstack/maps.py +0 -0
- {cmbstack-0.0.1 → cmbstack-0.0.2}/cmbstack/stacking.py +0 -0
- {cmbstack-0.0.1 → cmbstack-0.0.2}/cmbstack.egg-info/SOURCES.txt +0 -0
- {cmbstack-0.0.1 → cmbstack-0.0.2}/cmbstack.egg-info/dependency_links.txt +0 -0
- {cmbstack-0.0.1 → cmbstack-0.0.2}/cmbstack.egg-info/requires.txt +0 -0
- {cmbstack-0.0.1 → cmbstack-0.0.2}/cmbstack.egg-info/top_level.txt +0 -0
- {cmbstack-0.0.1 → cmbstack-0.0.2}/setup.cfg +0 -0
- {cmbstack-0.0.1 → cmbstack-0.0.2}/tests/test_find_peaks.py +0 -0
- {cmbstack-0.0.1 → cmbstack-0.0.2}/tests/test_round.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cmbstack
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Stack patches of the CMB temperature sky around local maxima
|
|
5
|
-
Author-email: Isaac Alexis López Paredes <
|
|
5
|
+
Author-email: Isaac Alexis López Paredes <isaacalexis.lopezparedes@students.uniroma2.eu>, Anushka Sanjay Tilekar <anushka.tilekar.23@alumni.ucl.ac.uk>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/IsaacLP/cmbstack
|
|
8
8
|
Project-URL: Repository, https://github.com/IsaacLP/cmbstack.git
|
|
@@ -16,9 +16,12 @@ Requires-Dist: matplotlib
|
|
|
16
16
|
|
|
17
17
|
[](https://semaphorep.github.io/codeastro/)
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
[](https://semaphorep.github.io/codeastro/)
|
|
20
|
+
[](https://pypi.org/project/cmbstack/)
|
|
21
|
+
[](https://pypi.org/project/cmbstack/)
|
|
22
|
+
[](https://opensource.org/licenses/MIT)
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
# cmbstack
|
|
22
25
|
|
|
23
26
|
`cmbstack` is a Python package for stacking patches of the Cosmic Microwave Background (CMB) temperature sky. It accepts input as a theoretical power spectrum, a [HEALPix](https://healpy.readthedocs.io/en/latest/index.html) FITS file, or a map array already in memory. From there it detects local maxima, extracts gnomonic (flat-sky) patches around each peak, and averages them. This stacking procedure enhances the coherent peak profile while suppressing uncorrelated noise.
|
|
24
27
|
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
[](https://semaphorep.github.io/codeastro/)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://semaphorep.github.io/codeastro/)
|
|
4
|
+
[](https://pypi.org/project/cmbstack/)
|
|
5
|
+
[](https://pypi.org/project/cmbstack/)
|
|
6
|
+
[](https://opensource.org/licenses/MIT)
|
|
4
7
|
|
|
5
|
-
|
|
8
|
+
# cmbstack
|
|
6
9
|
|
|
7
10
|
`cmbstack` is a Python package for stacking patches of the Cosmic Microwave Background (CMB) temperature sky. It accepts input as a theoretical power spectrum, a [HEALPix](https://healpy.readthedocs.io/en/latest/index.html) FITS file, or a map array already in memory. From there it detects local maxima, extracts gnomonic (flat-sky) patches around each peak, and averages them. This stacking procedure enhances the coherent peak profile while suppressing uncorrelated noise.
|
|
8
11
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cmbstack
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Stack patches of the CMB temperature sky around local maxima
|
|
5
|
-
Author-email: Isaac Alexis López Paredes <
|
|
5
|
+
Author-email: Isaac Alexis López Paredes <isaacalexis.lopezparedes@students.uniroma2.eu>, Anushka Sanjay Tilekar <anushka.tilekar.23@alumni.ucl.ac.uk>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/IsaacLP/cmbstack
|
|
8
8
|
Project-URL: Repository, https://github.com/IsaacLP/cmbstack.git
|
|
@@ -16,9 +16,12 @@ Requires-Dist: matplotlib
|
|
|
16
16
|
|
|
17
17
|
[](https://semaphorep.github.io/codeastro/)
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
[](https://semaphorep.github.io/codeastro/)
|
|
20
|
+
[](https://pypi.org/project/cmbstack/)
|
|
21
|
+
[](https://pypi.org/project/cmbstack/)
|
|
22
|
+
[](https://opensource.org/licenses/MIT)
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
# cmbstack
|
|
22
25
|
|
|
23
26
|
`cmbstack` is a Python package for stacking patches of the Cosmic Microwave Background (CMB) temperature sky. It accepts input as a theoretical power spectrum, a [HEALPix](https://healpy.readthedocs.io/en/latest/index.html) FITS file, or a map array already in memory. From there it detects local maxima, extracts gnomonic (flat-sky) patches around each peak, and averages them. This stacking procedure enhances the coherent peak profile while suppressing uncorrelated noise.
|
|
24
27
|
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "cmbstack"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.2"
|
|
8
8
|
description = "Stack patches of the CMB temperature sky around local maxima"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
11
|
-
{name = "Isaac Alexis López Paredes", email = "
|
|
11
|
+
{name = "Isaac Alexis López Paredes", email = "isaacalexis.lopezparedes@students.uniroma2.eu"},
|
|
12
12
|
{name = "Anushka Sanjay Tilekar", email = "anushka.tilekar.23@alumni.ucl.ac.uk"},
|
|
13
13
|
]
|
|
14
14
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|