ComputationalRadiationPhysics / haseongpu

HASEonGPU: High performance Amplified Spontaneous Emission on GPU
http://www.hzdr.de/crp
Other
7 stars 4 forks source link

Write MATLAB output as vector instead of a 3D-matrix #14

Open slizzered opened 10 years ago

slizzered commented 10 years ago

MSE-values, N_rays and ASE values are currently one-dimensional. Matlab code would be a bit clearer if we would actually use 1D-vectors to write the files.

This issue will be obsolete once #3 is implemented

slizzered commented 9 years ago

Related to #54 Might be nice to write the data as a singe structured file. We could use/implement the correct libraries in MATLAB (or whatever we choose one day, see #32).