Publications
Ming-Feng Ho, Scott E. Perkins, Simeon Bird, William A.
Dawson, Nathan Golovich, Jessica R. Lu, and Peter McGill
, accepted to PRD.
James Fardeen, Peter McGill, Scott E. Perkins, William A. Dawson, Natasha S. Abrams, Jessica R. Lu, Ming-Feng Ho, Simeon Bird
, accepted to ApJ.
Hurum Tohfa, Simeon Bird, Ming-Feng Ho, Mahdi (Sum) Quezlou, Martin A. Ferandez
, accepted to PRL.
Martin A. Fernandez, Simeon Bird, Ming-Feng Ho
, accepted to JCAP.
Scott E. Perkins, Peter McGill, Willian Dawson, Natasha Abrams, Casey Y. Lam, Ming-Feng Ho, Jessica Lu, Simeon Bird, Kerianne Pruett, Nathan Golovich, George Chapline, and James Barbieri
, accepted to ApJ.
Simeon Bird, Martin A. Fernandez, Ming-Feng Ho, Mahdi Qezlou, Reza Monadi, Yueying Ni, Nianyi Chen, Rupert Croft, Tiziana Di Matteo
, accepted to JCAP.
Ming-Feng Ho, Simeon Bird, Martin A. Fernandez, Christian R. Shelton
, accepted to MNRAS.
Reza Monadi, Ming-Feng Ho, Kathy L. Cooksey, Simeon Bird
, accepted to MNRAS.
M.A. Fernandez, Ming-Feng Ho, Simeon Bird
, accepted to MNRAS (Dec. 2022).
Ming-Feng Ho, Simeon Bird, Christian R. Shelton
, accepted to MNRAS (Jan. 2022).
Ming-Feng Ho, Simeon Bird, Roman Garnett
, accepted to MNRAS (Jul. 2021).
Leah Fauber, Ming-Feng Ho, Simeon Bird, Christian R. Shelton, Roman
Garnett, Ishita Korde
, accepted to MNRAS (Sept. 2020)
Ming-Feng Ho, Simeon Bird, Roman Garnett
, accepted to MNRAS (Jun. 2020)
K.-Y. Lin (M.-F. Ho in co-authorship)
, APJ, 2016.
Codes
I put all of my codes on my github.
Here I pull out some codes might be useful for others.
Gaussian process code for finding DLAs in SDSS DR16
[Github repo]
Gaussian process code for detecting multi-DLAs
[Github repo]
This is a modified version of the GP-DLA code from Garnett (2017) [
arXiv:1605.04460 [astro-ph.CO]].
It includes sub-DLAs as an alternative model and allows the GP mean model changed according to
the effective optical depth from the intergalactic medium.
It generates a DLA catalogue with maximum DLA per sightline equal to four.
Gaussian process code for detecting DLAs, in Python!
[Github repo]
This is the Python version of our GP-DLA code, which I rewrote it based on our
Ho-Bird-Garnett 2020 paper.
It also offers features for:
(1) Quasar redshift estimation; (2) MCMC implementation on searching the DLA
parameters (now in
mcmc branch, comments are welcome).
This code is an extension of Garnett (2017) and Ho (2020).
Instead of finding DLAs, this code can build a posterior density of a given quasar
spectroscopic observation and infer the quasar redshift.
A python class to manipulate the DLA catalogue generated by multi-DLA GP code [
Github repo].
It also provides some simple loading function to plot results of other catalogues, e.g., the CNN catalogue from Parks (2018) [
Parks' repo].
A simple code to implement a CNN on spherical images using the trick of hierarchical structure of Healpix. I did it for fun but could be useful for other people.
The code I wrote when I was working with
Zeb Raft.
The code was written to reflect a concept of converting a historical book into a digital version,
and we chose to manipulate this digital version with a Python class.