Closed will-henney closed 1 year ago
In order to deal with this, we need to generate a fake 3d velocity cube:
make_3dfield()
to have ellipticity and also the tapered power lawmake_3dfield()
to generate a 3d velocity fieldmake_ppv()
Then we should look at the velocity maps to make sure they are OK. Up to here can be in one notebook. We should save the velocity maps for each value of the seeing.
From then on, the calculation of the structure function is the same as we had previously.
Javier has finished an initial exploration of this in Fake-Maps/fake-3d-tapered-maps.ipynb
The results look promising. I just have a few queries:
Then the following steps will be:
log E
field in exactly the same way as the velocity field, and then taking the exponential of it to get the emissivity field. The fractional std dev of the emissivity should be 2-3 times larger than the fractional std dev of the surface brightness (see Fig 15), so about 2. When we do this, we need to check carefully what the slope of the structure function is, since the projection smoothing will be less according to the arguments that we give in the discussion.Comment on the edge effects: we should make sure to use boundary="fill"
in convolve_fft()
Comment on the power law slopes: I think we should maybe be using 2 + m
instead of 3 + m
for the slope of the power spectrum
But @JavGVastro should check this in the literature
Emissivity fluctuations case
Finite maps results
Here is a summary of the case that is going to be used to update the paper. Also, there are the images files locations so everything can be easily found, tracked and reviewed.
Emissivity fluctuations case: $\sigma_E = 1$
In this case the index used for the 3D velocity and density ($\rho$) fields was $n = 3 + 0.3$ ( to recover a slope of $m_{2D} = 1$, see below) and a $r_0 = 32$ pix.
The fluctuations in emissivity were obtained as $E = \exp ( \sigma_E * \rho )$ where $\sigmaE = 1$ and $\sigma{\rho} = 1$ (for the paper revision).
The Figs. below are the 0th moment map and 1st moment map (tapered case).
Image file: _PhD.Paper/Fake-Maps/fake-3d-maps/sf-fake-3d-maps-emissivity-fluct_m1_sigE1.ipynb
-Comparison of the Initial structure functions of the 1st moment map.
Image file: _PhD.Paper/Fake-Maps/fake-3d-maps/sf-fake-3d-maps-emissivity-fluct_m1_sigE1.ipynb
Image file: _PhD.Paper/Fake-Maps/fake-3d-maps/ci-fake-3d-maps-emissivity-fluct_m1_sigE1.ipynb
Conclusion: The behaviour is shared as in the 2D case in the reduction of $\sigma$ and $r_0$ following the finite box analysis where the condition to recover $r_0$ is $(L > 10 r_0)$. The main difference is that the condition $(L > 3 r_0)$ to recover $r_0$ changes to $(L > 5 r_0)$ when applyting a fit to the results. The dashes line still is described by $1 - e^{L / x r_0}$ but with $x$ equal to $4.0$ instead of $3.6$ (2D maps).
Images File: _PhD.Paper/Fake-Maps/fake-3d-maps/fake-3d-maps-finite-ems-fluct-SigE1.ipynb
Image file: _PhD.Paper/Fake-Maps/fake-3d-maps/create-fake-3d-maps-seeing-nonp-ems-fluct-sigE1.ipynb
File: _PhD.Paper/Fake-Maps/fake-3d-maps/sfs-fake-3d-maps-seeing-nonp-ems-fluc-sigE1.ipynb
The model changed from:
$S(r; s_0, r_0) = \frac{e^{-s_0 / r_0}}{1+(2s_0 / r)^{2a}}$ to
$S(r; s_0, r_0) = \left [ \left (1+\frac{1.25 s_0}{r_0} \right) \left(1+ \left (\frac{2.6 s_0}{r} \right) ^{2a} \right) \right ]^{-1}$
with $a = 0.75$
Image file: _PhD.Paper/Fake-Maps/fake-3d-maps/fake-3d-maps-structure-function-analysis-ems-fluc_m4-sig_E1.ipynb
Note: The analysis of the new model is here: _PhD.Paper/Fake-Maps/fake-3d-maps/ratio_seeingnewmodel.ipynb
$S(r; s_0, r_0) = \left [ \left (1+a_1\frac{ s_0}{r_0} \right) \left(1+ \left (a_2 \frac{s_0}{r} \right) ^{a_3} \right) \right ]^{-1}$
Fake-Maps/fake-3d-maps/ratio_seeing_newmodel-global.ipynb
We now have the referee report on the paper, which had only one comment that needs to be addressed: