Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 98788892 authored by snuverink_j's avatar snuverink_j
Browse files

remove removed keyword DEBIN from all input and template files

parent 3ff86032
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,6 @@ EKIN 0.63 # kinetic energy of electrons at emission [eV]
QBUNCH 200 # Bunch charge [pC]
#
NBIN 8 # Number of energy bins (gun)
DEBIN 80 # energy span for which particles are merged to one bin [keV]
#
MX 2 # Mesh size in X Simona: it was 64
MY 2 # Mesh size in Y Simona: it was 64
......
......@@ -250,7 +250,7 @@ Dist1: DISTRIBUTION, DISTRIBUTION = "GUNGAUSSFLATTOPTH",
SIGMAY = 2*_SIGX_, SIGMAPY = 0.0, CORRY = 0.0,
SIGMAT = 0.0, PT = 0.0, SIGMAPT = 0.0, CORRT = 0.0,
TRISE = _TRISE_, TFALL = _TFALL_, TPULSEFWHM = _TFWHM_,
EKIN = _EKIN_, NBIN = _NBIN_, DEBIN = _DEBIN_;
EKIN = _EKIN_, NBIN = _NBIN_;
}
else{
Dist1: DISTRIBUTION, DISTRIBUTION = "GUNGAUSSFLATTOPTH",
......@@ -258,7 +258,7 @@ Dist1: DISTRIBUTION, DISTRIBUTION = "GUNGAUSSFLATTOPTH",
SIGMAY = 2*_SIGY_, SIGMAPY = 0.0, CORRY = 0.0,
SIGMAT = 0.0, PT = 0.0, SIGMAPT = 0.0, CORRT = 0.0,
TRISE = _TRISE_, TFALL = _TFALL_, TPULSEFWHM = _TFWHM_,
EKIN = _EKIN_, NBIN = _NBIN_, DEBIN = _DEBIN_,
EKIN = _EKIN_, NBIN = _NBIN_,
FTOSCAMPLITUDE=_FTOSCAMPLITUDE_ ,FTOSCPERIODS=_FTOSCPERIODS_,CUTOFF=_CUTOFF_;
}
......
......@@ -95,7 +95,6 @@ EKIN 0.63 # kinetic energy of electrons at emission [eV]
QBUNCH 200 # Bunch charge [pC]
#
NBIN 5 # Number of energy bins (gun)
DEBIN 80 # energy span for which particles are merged to one bin [keV]
#
MX 32 # Mesh size in X Simona: it was 64
MY 32 # Mesh size in Y Simona: it was 64
......
......@@ -250,7 +250,7 @@ Dist1: DISTRIBUTION, DISTRIBUTION = "GUNGAUSSFLATTOPTH",
SIGMAY = 2*_SIGY_, SIGMAPY = 0.0, CORRY = 0.0,
SIGMAT = 0.0, PT = 0.0, SIGMAPT = 0.0, CORRT = 0.0,
TRISE = _TRISE_, TFALL = _TFALL_, TPULSEFWHM = _TFWHM_,
EKIN = _EKIN_, NBIN = _NBIN_, DEBIN = _DEBIN_;
EKIN = _EKIN_, NBIN = _NBIN_;
}
else{
Dist1: DISTRIBUTION, DISTRIBUTION = "GUNGAUSSFLATTOPTH",
......@@ -258,7 +258,7 @@ Dist1: DISTRIBUTION, DISTRIBUTION = "GUNGAUSSFLATTOPTH",
SIGMAY = 2*_SIGY_, SIGMAPY = 0.0, CORRY = 0.0,
SIGMAT = 0.0, PT = 0.0, SIGMAPT = 0.0, CORRT = 0.0,
TRISE = _TRISE_, TFALL = _TFALL_, TPULSEFWHM = _TFWHM_,
EKIN = _EKIN_, NBIN = _NBIN_, DEBIN = _DEBIN_,
EKIN = _EKIN_, NBIN = _NBIN_,
FTOSCAMPLITUDE=_FTOSCAMPLITUDE_ ,FTOSCPERIODS=_FTOSCPERIODS_;
}
......
......@@ -55,7 +55,7 @@ Dist1: DISTRIBUTION, DISTRIBUTION = "GUNGAUSSFLATTOPTH",
SIGMAY = 2*0.000275, SIGMAPY = 0.0, CORRY = 0.0,
SIGMAT = 0.0, PT = 0.0, SIGMAPT = 0.0, CORRT = 0.0,
TRISE = 4.5e-12, TFALL = 4.5e-12, TPULSEFWHM = 6.4e-12,
EKIN = 0.63, NBIN = 20, DEBIN = 80;
EKIN = 0.63, NBIN = 20;
Fs1: FIELDSOLVER, FSTYPE=FFT, MX=16, MY=16, MT=16,
PARFFTX=true, PARFFTY=true, PARFFTT=true,
......
......@@ -106,7 +106,6 @@ DRIVE: Line = (GS, DR1);
// TPULSEFWHM: FWHM in longitudinal direction (s).
// CUTOFFLONG: Longitudinal cuttoff in units of sigma.
// NBIN: Number of energy bins to use during emission.
// DEBIN: Defines when to combine bins (Min energy difference in KeV).
// EMISSIONSTEPS: Number of steps during emssion.
// Emission time step is adjusted to fit this number.
// EKIN: Kinetic energy of electrons at emission (eV).
......@@ -130,7 +129,6 @@ Dist: DISTRIBUTION, TYPE = FLATTOP,
TPULSEFWHM = 20.0e-12,
CUTOFFLONG = 4.0,
NBIN = 9,
DEBIN = 1,
EMISSIONSTEPS = 100,
EMISSIONMODEL = ASTRA,
EKIN = 0.55,
......
......@@ -128,7 +128,6 @@ DRIVE: Line = (GS, DR1);
// TPULSEFWHM: FWHM in longitudinal direction (s).
// CUTOFFLONG: Longitudinal cuttoff in units of sigma.
// NBIN: Number of energy bins to use during emission.
// DEBIN: Defines when to combine bins (Min energy difference in KeV).
// EMISSIONSTEPS: Number of steps during emssion.
// Emission time step is adjusted to fit this number.
// EKIN: Kinetic energy of electrons at emission (eV).
......@@ -152,7 +151,6 @@ Dist: DISTRIBUTION, TYPE = FLATTOP,
TPULSEFWHM = 20.0e-12,
CUTOFFLONG = 4.0,
NBIN = 9,
DEBIN = 1,
EMISSIONSTEPS = 100,
EMISSIONMODEL = ASTRA,
EKIN = 0.55,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment