White phase exporter (for mpgrafic e.g.)

This commit is contained in:
Guilhem Lavaux 2014-06-02 10:41:39 +02:00
parent 1aaf5f4a13
commit ddb66ab436
3 changed files with 17 additions and 1 deletions

View file

@ -62,3 +62,4 @@ def write_icfiles(*generated_ic, **cosmo):
ct.writeGrafic("ic_velc%s" % c, vel[i].reshape((N,N,N)), L, a_ic, **cosmo)
ct.writeGrafic("ic_deltab", density, L, a_ic, **cosmo)
ct.writeWhitePhase("white.dat", density)