Skip to content

Instantly share code, notes, and snippets.

@mpetroff
mpetroff / planck-ml-map.fits
Last active April 28, 2020 17:33
Foreground-cleaned CMB map from Planck data and "Full-sky Cosmic Microwave Background Foreground Cleaning Using Machine Learning"
This file has been truncated, but you can view the full file.
@mpetroff
mpetroff / index.html
Created October 30, 2021 20:41
Implementation of "A Square Equal-Area Map Projection with Low Angular Distortion, Minimal Cusps, and Closed-Form Solutions": https://doi.org/10.1145/3460521
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>New Projection</title>
<style>
.stroke {
fill: none;
stroke: #000;
stroke-width: 2px;
}