Action #1730
Feature #1729: Add support to smooth sky maps
Add low-level support for smoothing of 1D and 2D arrays
Status: | Rejected | Start date: | 03/03/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | - | % Done: | 0% | |
Category: | - | |||
Target version: | 1.5.0 | |||
Duration: |
Description
Classes should be added to allow for smoothing of 1D or 2D arrays based on a fast-fourier transform.
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 over 7 years ago
- Target version changed from 1.2.0 to 1.3.0
#3 Updated by Knödlseder Jürgen over 7 years ago
- Target version changed from 1.3.0 to 1.4.0
#4 Updated by Knödlseder Jürgen over 7 years ago
- Target version changed from 1.4.0 to 1.5.0
#5 Updated by Knödlseder Jürgen about 7 years ago
- Status changed from New to Rejected
This support is not really needed as the job can be done using the current GFft
class.