Data Access
Your portal to the Caterpillar data assets.
Google Cloud Platform
Halo catalogues and z = 0 snapshots are now available via Google cloud.
Storing the quantity of data produced by the Caterpillar pipeline is not without its headaches. Whilst the core data is stored on MIT computing infrastructure, the high value assets have been made available on Google Cloud infrastructure which allows for robust access for the lowest overhead. The only requirement is that in order for you to access all of the Caterpillar data, is that you install Google's Cloud Storage command line tools (gsutil).
Please install gsutil for your system.
Once installed, to list what is available in our bucket, you simply type:
For more information on basic gsutil
usage, please see Google's quickstart documentation. A key function we've made to make this easier is as follows:
See the redshift-snapshot key below to work out which snapshots you actually need. For example, to obtain the halos for snapshot 319 (z = 0), you simply type in your ipython
console and the download should begin.
Please talk to one of the team at Caterpillar's Slack channel should you have any problems.
Conventions & Structures
A halo suite in the bucket is identified by its ID. e.g. H1387186
. These IDs are the Rockstar IDs from the parent simulation.
Halo Key
To link actual Caterpillar numbers (from papers), use the following reference:
Use the following legend to determine the parameters of the run:
e.g. all the available assets for a single halo at the highest resolution would be as follows:
All halos were run at LX11, LX12, LX13 and LX14 resolutions with one done at LX15 to z = 1. For more details on these parameters, see the contamination suite information.
Folder Structure
A given directory may have the following components:
As you can see above, in this directory, you'll find both halo catalogues (e.g. out.list files),
and particle snapshots (e.g. HDF5 files).
Snapshot-Redshift Key
Lastly, we have a key to link redshift and snapshot (for those available):
The full expansion factor list can be found at the following two links:
Gentle reminder that the expansion factor, a = 1/(1+redshift), the index of the expansion factor in the above files is the snapshot number (it is 0 indexed, e.g. the first row in the expansion list file is the the expansion factor of snapshot_000, so for snapshot 0, the redshift is... 1/0.021276596 - 1 ~46).
Obtaining Rockstar Halos
Once you have gsutil
installed, to obtain all the Caterpillar ROCKSTAR
catalogues (and retain the directory structure), simply use:
Alternatively, if you would like a specific Caterpillar halo's catalogues, use the function:
Snapshot Particle Data (z = 0)
Using gsutil
, again you can obtain a certain halo's Gadget HDF5 snapshot (z = 0) via;
Last updated