ComputationalRadiationPhysics / clara2

Clara2 - a parallel classical radiation calculator based on Liénard-Wiechert potentials
GNU General Public License v3.0
13 stars 9 forks source link

add option for zero padding input data #107

Open PrometheusPi opened 5 years ago

PrometheusPi commented 5 years ago

Since a common use case for this code is undulator radiation where zero padding is needed to obtain well resolved spectra despite the integrating interpolation method, adding the option to zero pad the input data would ease the usability and comparison to theoretical models.

This issue was motivated by a user question see #106.

This might be necessary before adding simplified example models. see issue #104