Skip to content

Instantly share code, notes, and snippets.

View smsharma's full-sized avatar

Siddharth Mishra-Sharma smsharma

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import os
import urllib.request
import numpy as np
import pandas as pd
import healpy as hp
import numpy as np
from scipy.integrate import quad
from scipy.stats import chi2
from astropy.table import Table
from astropy.cosmology import FlatLambdaCDM
import astropy.units as u
planck18_cosmology = {'Oc0': 0.2607,
'Ob0': 0.04897,
'Om0': 0.3111,
'H0': 67.66,
'n': 0.9665,
'sigma8': 0.8102,
'tau': 0.0561,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/bash
#SBATCH -N 1 # node count
#SBATCH --ntasks-per-node=1
#SBATCH -t 96:00:00
#SBATCH --mem=4GB
#SBATCH --mail-type=begin
#SBATCH --mail-type=end
#SBATCH [email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.