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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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.