Skip to content

Instantly share code, notes, and snippets.

View avivajpeyi's full-sized avatar
🦥

Avi Vajpeyi avivajpeyi

🦥
View GitHub Profile
@avivajpeyi
avivajpeyi / lisa_multivar_psd_generation.ipynb
Created November 18, 2025 21:56
lisa_multivar_psd_generation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / penalty_matrix_for_psplines.ipynb
Created November 13, 2025 23:40
penalty_matrix_for_psplines
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / jeff_cosmic_integration.py
Created November 3, 2025 04:07
Jeff's `rateSampler.py`, used for cosmic-integration post-proc in https://arxiv.org/abs/2303.00508
#! /usr/bin/env python3
import sys
import os
import numpy as np
import h5py
import scipy.interpolate
from scipy.interpolate import interp1d
from scipy.stats import norm as NormDist
import astropy.units as units
from astropy.cosmology import WMAP9 as cosmology
@avivajpeyi
avivajpeyi / tdi_for_glitches.ipynb
Created October 29, 2025 23:02
tdi_for_glitches.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / galatic_background_mcmc.ipynb
Last active October 9, 2025 22:54
test_galatic_background_mcmc
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / pycbc_noise_generation.ipynb
Last active September 18, 2025 09:43
pycbc_noise_generation.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / lisa_psd_filter_approx.ipynb
Created September 16, 2025 01:23
lisa_psd_filter_approx.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / lvk_knot_allocator.ipynb
Last active August 28, 2025 02:51
lvk_knot_allocator.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / psd_comparison.ipynb
Last active August 25, 2025 06:24
psd_comparison.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avivajpeyi
avivajpeyi / bspline_basis_linear_vs_log_knots.ipynb
Last active August 14, 2025 06:24
bspline_basis_linear_vs_log_knots.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.