Skip to content

Instantly share code, notes, and snippets.

View nstarman's full-sized avatar
💭
🧠/🔭

Nathaniel Starkman nstarman

💭
🧠/🔭
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nstarman
nstarman / astropy_compatible_splines.py
Created February 19, 2021 01:46
Scipy splines classes with Astropy units support
# -*- coding: utf-8 -*-
"""Splines classes with :mod:`~astropy.units` support.
`scipy` [scipy]_, [Dierckx]_ splines do not support quantities with units.
The standard workaround solution is to strip the quantities of their units,
apply the interpolation, then add the units back. We can do better.
References
@nstarman
nstarman / Texas2019 Notes.md
Created January 8, 2020 02:17
Texas2019 Notes

Texas 2019 Notes

By: Nathaniel Starkman

EHT Plenary Lecture

  • Many SMBHs do not have an accretion disk, but rather a large gas structure. Mostly radio emission. Self-absorption synchrotron radiation.
  • When look in millimeter see the BH because dust is very wavelength sensitive
  • So much data had to physically ship the data (5 petabytes in 5 days)
  • From data to image: pixel-based model where each pixel is a free parameter
    • minimize $\chi^2$ for sum of all pixels
    • find BH, accretion disk, N-S asymmetry
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.