Bug #4461
Correct GSkyRegionRectangle::compute_solid_angle
| Status: | Closed | Start date: | 12/06/2023 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned To: | % Done: | 100% | ||
| Category: | - | |||
| Target version: | 2.1.0 | |||
| Duration: |
Description
The solid angle in GSkyRegionRectangle::compute_solid_angle is currently computed using
m_solid = m_width * m_height * gammalib::deg2rad * gammalib::deg2rad;
which is not correct on the sphere. The correct formula ism_solid = m_width * gammalib::deg2rad * 2.0 * sin(0.5 * m_height * gammalib::deg2rad);
Recurrence
No recurrence.
History
#1
Updated by Knödlseder Jürgen over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Merged into devel.