BNL-C3D / ExaLearn

BNL ExaLearn
1 stars 0 forks source link

Convert PyCola output to TFRecord #10

Open YHRen opened 5 years ago

YHRen commented 5 years ago

PyCola produces a 3D universe (npz format) We need to slice it into smaller trunks and convert it to TFRecord so that GAN can read it.

YHRen commented 5 years ago

reformatNBody.py requires refactoring...

YHRen commented 5 years ago

io_Cosmo-3param.py convert npz to TFrecord.

YHRen commented 5 years ago

in cosmoGAN paper: "these simulation boxes were rotated and translated to produce 1000 ray-traced lensing maps at the redshift plane z=1.0. Each map covers 12 square degrees, with 2048x2048 pixels, which we downsampled to 1024x1024 pixels." I need to find the code converting the 3D simulation boxes to 2D projections.