Skip to content

Instantly share code, notes, and snippets.

View jmeyers314's full-sized avatar

Josh Meyers jmeyers314

  • SLAC National Accelerator Laboratory
  • Bay Area
View GitHub Profile
@jmeyers314
jmeyers314 / Diffraction Spikes.ipynb
Created June 23, 2022 21:03
Rubin Diffraction Spikes
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmeyers314
jmeyers314 / dFWHMdZ.ipynb
Last active January 16, 2023 18:17
FWHM response to annular Zernike wavefront error contribution
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmeyers314
jmeyers314 / OpenMP_offload_object_composition.cpp
Created March 6, 2020 18:04
OpenMP c++ GPU offload with object composition
#include <new>
#include <vector>
#include <iostream>
#pragma omp declare target
// polymorphic Abstract Base Class
class Base {
public:
virtual double doOne(double x) = 0; // do something interesting
virtual Base* getDevPtr() = 0; // get a device pointer to device shadow instance of class
@jmeyers314
jmeyers314 / Batoid ImSim integration.ipynb
Last active October 30, 2019 17:32
Batoid ImSim integration
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmeyers314
jmeyers314 / galsim batch multiprocessing.ipynb
Created February 15, 2019 00:41
GalSim batch multiprocessing
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmeyers314
jmeyers314 / GalSim vs Analytic Gaussian Moments.ipynb
Last active January 24, 2019 21:05
GalSim vs Analytic Gaussian Moments
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmeyers314
jmeyers314 / Higher Order PSF Moments Notebook.ipynb
Last active January 22, 2019 23:01
Effect of Higher Order PSF Moments on Shape
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmeyers314
jmeyers314 / Hankel transform demo.ipynb
Created April 11, 2018 17:50
Hankel transform demo for Kolmogorov
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmeyers314
jmeyers314 / SymLog Covariance Matrix.ipynb
Created July 1, 2016 18:40
Symmetric Log Colorbar for Covariance Matrix
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.