Hi, > > I would like to get the real part of the fields in HDF5 format. > > Currently we use "f.output_hdf5(Ez, v.surroundings())" to get the Ez > field. I wonder how to revise this sentence to get only the real part of Ez? >
In HDF5 file which you have real and imaginary part of Ez field are stored in two separated streams and you can easily get real part with programs from h5utils package (e.g. h5totxt ez-000100.00.h5:ez.r > only_real.txt) -- Regards, Pawel Smolinski Faculty of the Fundamental Problems of Technology Wroclaw University of Technology, Poland _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

