Preliminary: Let's say we have $Y=X+Z$ ($Y$ is data, $X$ is latent variable and $Z$ is noise), where the random variables are all in $\mathbb{R}$. Then an inverse Fourier transform leads to
\begin{align} f_X(x)=\frac{1}{2\pi}\int e^{-itx}\varphi_X(t)dt=\frac{1}{2\pi}\int e^{-itx}\frac{\varphi_Y(t)}{\varphi_Z(t)}dt, \end{align}
where $\varphi$ are the characteristic functions. Now, suppose we know the noise distribution for $Z$ so we know the characteristic function $\varphi_Z$. If we observe data $\boldsymbol{y} = (y_1, ..., y_n)$ then we can estimate $f_Y$ and thereby estimate $\varphi_Y$ by subsitution. This gives us the estimator
$$\hat{f_X}(x) = \frac{1}{2\pi}\int e^{-itx} \frac{\hat{\varphi_Y}(t)}{\varphi_Z(t)}dt = \frac{1}{2\pi}\int e^{-itx} \frac{\int e^{ity}\hat{f}_Y(y)dy}{\varphi_Z(t)}dt.$$
My question: What if $X$ is one-dimensional but the noise and observation are two-dimensional?
For example, $X$ is a random variable that takes values on some deterministic line segment (in two dimensional space, but since it is on the line so essentially its one-dimensional), the error $Z$ is a two dimensional random variable so as $Y$. I understand that if we treat $X$ as a two dimensional object we still have $\varphi_X(t)=\varphi_Y(t)/\varphi_Z(t)$, but it says nothing about the fact that $f_X$ is a density on the one dimensional line segment. How should I do deconvolution in this kind of situations?