Skip to content
flechsig edited this page Sep 1, 2014 · 4 revisions

phase_hdf5 file format

The structure contains the wavelength, three vectors z, y and time and a 4-dimensional double array for the electrical field as function of space and time.

Definition of phase hdf5 data structure:

/* define a hdf5 data structure of phase source data a) store 3 vectors: z_vec, y_vec, t_vec b) store the e_field in a matrix of rank 4

  • the origin is in the lower left corner
  • dimension 4 is the horizontal z-coordinate and the fastest
  • dimension 3 the vertical (y- coordinate)
  • dimension 2 the eyre, eyim, ezre, ezim
  • dimension 1 the time coordinate */
Clone this wiki locally