Skip to content
#

cosmology

Here are 301 public repositories matching this topic...

syasini
syasini commented Aug 17, 2020

Currently, the canvas.cut_mask() method takes in the healpix map of an experiment footprint. It would be nice to allow the user to apply such cuts using experiment footprints. For example

canvas.cut_mask("CMB-S4", inplace=True) 
canvas.cut_mask("DESI", inplace=True) 

would limit the catalog to the common footprint between S4 and DESI.

TODO: Add masks from [cmb x galax

zatkins2
zatkins2 commented Jun 15, 2021
  • pixell version: 0.12.1
  • Python version: 3.9.5
  • Operating System: Ubuntu 20.04

Description

Currently enmap.read_map flips the U component of an ndmap in an opaque way, depending on the contents of the fits header. The fits header needs to have specific cards/values for the introspection to flip the component. These conditions (all evaluated in enmap.get_stokes_flips) should be

Improve this page

Add a description, image, and links to the cosmology topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cosmology topic, visit your repo's landing page and select "manage topics."

Learn more