This table stores some housekeeping information of the milli-Millennium simulation. In particular, it links
redshifts and lookback times to the integer index of the snapshot. Almost all other tables in the millimil
database have a snapnum column that corresponds to the one in this table.
column | type | UCD | unit | description |
snapnum | integer | | | The order of the snapshot, from 0 to 63 (z=0) |
z | double | | | The redshift in full precision |
redshift | real | | | The redshift rounded to two decimal places. |
lookBackTime | float | | 109 years | The lookback time corresponding to the snapshot |
|