Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The bug lay in the code that computes the exposure averaged PSF. This is given by

Latex
Wiki Markup
{latex}
\newcommand{\e}{\varepsilon}
\newcommand{\Int}{{\displaystyle \int}}
\begin{eqnarray}
P(\psi, \e) &=& \frac{\Int dt P(\psi, \e, \theta) A(\e, \theta)}
        {\Int dt A(\e, \theta)}\\
        &=& \frac{\Int d\theta P(\psi, \e, \theta(t)) 
                       A(\e, \theta(t))|\partial\theta/\partial t|^{-1}}
                 {\Int d\theta A(\e, \theta(t))
                       |\partial\theta/\partial t|^{-1}}
\end{eqnarray}
{latex}

Here

Wiki Markup
Latex
$P${latex}$P${latex}
and
Wiki Markup
Latex
$A${latex}$A${latex}
are the PSF and effective area, respectively, and
Wiki Markup
Latex
{latex}$\theta=\theta(t)${latex}
is the angle of the source relative to the instrument z-axis. The phi-dependence of
Wiki Markup
Latex
$P${latex}$P${latex}
and
Wiki Markup
Latex
$A${latex}$A${latex}
is suppressed for clarity.
Wiki Markup
Latex
{latex}$\psi${latex}
is the angle between true and measured photon direction, and
Wiki Markup
Latex
{latex}$\varepsilon${latex}
is the photon energy. In the second line of the above equation, the integrals have been recast as integrations over theta. These integrations are performed using the livetime cubes computed with gtltcube.

...

One can estimate the impact of the theta=70 deg cutoff by running gtexpcube2 with the option thmax=180 in the nominal case (this is the default) and thmax=70 in the truncation case. Assuming a photon index of -2, which Josh used in his gtobssim runs, one can estimate the expected fractional offset in measured flux (Fmeas) relative to the MC value (Fmc), (Fmeas - Fmc)/Fmc, using the spectrally weighted exposures, exposure

Wiki Markup
Latex
{latex}$= \left.\int \varepsilon^{-2} A(\varepsilon, \theta(t)) dt d\varepsilon\right/\int \varepsilon^{-2} d\varepsilon${latex}
, and computing (exposure180 - exposure70)/exposure70.

...