Research Blog
Welcome to my Research Blog.
This is mostly meant to document what I am working on for myself, and to communicate with my colleagues. It is likely filled with errors!
This project is maintained by ndrakos
In this post, I summarized the current method I have for generating light cones. However, my code was much to slow to run on the 500 snapshots I have for the \(512^3\) simulation. Therefore, I have sped up the code significantly by (1) switching to using pandas data frames in python and (2) pre-calculating which snapshots have redshifts that overlap with the possible redshifts of the tiled simulation block, and only analyzing those.
Here are the results with 20 tiled boxes (\(z<1\)).
The positions of the halos in x-y-z space (downsampled to \(10^5\) halos)
The halo mass functions:
1) Finalize the abundance matching code, using these \(512^3\) simulations, and populate the lightcone with galaxies.
2) Go through some of the potential problems in my light cone method, as outlined in the previous post