Feature #1764
Add method to GModelSky that returns validity sky region
Status: | Closed | Start date: | 04/17/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.2.0 | |||
Duration: |
Description
A method should be added to GModelSky
that returns the validity region on the model in form of a GSkyRegion
object. This will allow to have more efficient computation, taking into account the spatial region over which the sky model is valid.
Note that this may substitute some of the theta_max()
methods of the spatial sky model components.
The method could be called region()
.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 8 years ago
- Target version set to 1.2.0
#2 Updated by Knödlseder Jürgen almost 8 years ago
- Assigned To set to Knödlseder Jürgen
- % Done changed from 0 to 80
I implemented a GModelSpatial::region()
method that returns a pointer to a sky region that fully encloses the spatial model component.
Unit tests have been added to the C++ interface that test the new method.
#3 Updated by Knödlseder Jürgen almost 8 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
Merged into devel
.