Processing math: 100%

Nicole Drakos

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

Light Cone 512 Sims

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 5123 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.

Results

Here are the results with 20 tiled boxes (z<1).

The positions of the halos in x-y-z space (downsampled to 105 halos)

The halo mass functions:

Next Steps

1) Finalize the abundance matching code, using these 5123 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


« Light Cone Tests
Abundance Matching 512 Sims »