From d71187675d0f17473301b32ce351bb45992c4e2d Mon Sep 17 00:00:00 2001 From: Peter Heuer Date: Mon, 1 Jul 2024 14:56:27 -0400 Subject: [PATCH] Add citation --- invertdeflectpy/mongeampere.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/invertdeflectpy/mongeampere.py b/invertdeflectpy/mongeampere.py index 2e529cd..0112a28 100644 --- a/invertdeflectpy/mongeampere.py +++ b/invertdeflectpy/mongeampere.py @@ -9,7 +9,8 @@ If you use this code, please cite the following papers -*TBA* J.R. Davies, P.V. Heuer, A.F.A. Bott +J.R. Davies, P.V. Heuer, A.F.A. Bott Quantitative proton radiography and shadowgraphy for arbitrary intensities. +High Energy Density Physics 49, (2023) https://doi.org/10.1016/j.hedp.2023.101067 A.F.A. Bott et al. Proton imaging of stochastic magnetic fields. Journal of Plasma Physics 83, (2017) https://doi.org/10.1017/S0022377817000939 @@ -260,4 +261,4 @@ def run(self): dt=dt[:n_iter] self.results = (self.I_rec, self.Fx, self.Fy, dphi_dtMS, dt) - \ No newline at end of file +