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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cmbstack
3
- Version: 0.0.1
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 <first@example.com>, Anushka Sanjay Tilekar <anushka.tilekar.23@alumni.ucl.ac.uk>
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
  [![A rectangular badge, half black half purple containing the text made at Code Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
18
18
 
19
- # CMB Peak Stacking Pipeline
19
+ [![Made at Code/Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
20
+ [![PyPI version](https://img.shields.io/pypi/v/cmbstack.svg)](https://pypi.org/project/cmbstack/)
21
+ [![Python version](https://img.shields.io/pypi/pyversions/cmbstack.svg)](https://pypi.org/project/cmbstack/)
22
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
20
23
 
21
- ## Overview
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
  [![A rectangular badge, half black half purple containing the text made at Code Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
2
2
 
3
- # CMB Peak Stacking Pipeline
3
+ [![Made at Code/Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
4
+ [![PyPI version](https://img.shields.io/pypi/v/cmbstack.svg)](https://pypi.org/project/cmbstack/)
5
+ [![Python version](https://img.shields.io/pypi/pyversions/cmbstack.svg)](https://pypi.org/project/cmbstack/)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
7
 
5
- ## Overview
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.1
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 <first@example.com>, Anushka Sanjay Tilekar <anushka.tilekar.23@alumni.ucl.ac.uk>
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
  [![A rectangular badge, half black half purple containing the text made at Code Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
18
18
 
19
- # CMB Peak Stacking Pipeline
19
+ [![Made at Code/Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
20
+ [![PyPI version](https://img.shields.io/pypi/v/cmbstack.svg)](https://pypi.org/project/cmbstack/)
21
+ [![Python version](https://img.shields.io/pypi/pyversions/cmbstack.svg)](https://pypi.org/project/cmbstack/)
22
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
20
23
 
21
- ## Overview
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.1"
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 = "first@example.com"},
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