Menu

#643 Add buffer to 2D smoothing

v1.1.x
closed
v1.1.4
Change Request
2022-01-19
2021-09-16
Erik Hänel
No

The buffer in 1D case was already added in [r1012], however the 2D case still misses this feature.

Analysis:

Can be done by extending the 1D case to 2D and referencing it in the corresponding window function.

Implementation:

  • Implementation: Implemented as proposed by the analysis.
  • Revision: [r1029]
  • Implementation test: A special symmetric 2D datagrid was smoothed and the results now looks completely symmetric.

Documentation:

  • [x] ChangesLog updated
  • [x] Code changes commented
  • Documentation articles:
    • [ ] corresponding documentation articles updated
    • [ ] new documentation articles created
    • [x] not needed
  • Language files:
    • [ ] corresponding language files updated
    • [x] not needed

Tests:

Change was tested manually. No deviations detected.

Related

Commit: [r1012]
Commit: [r1029]

Discussion

  • Erik Hänel

    Erik Hänel - 2021-09-16
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2021-10-21
    • labels: --> internal, datamanagement
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     The buffer in 1D case was already added in [r1012], however the 2D case still misses this feature.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     

    Related

    Commit: [r1012]

  • Erik Hänel

    Erik Hänel - 2021-10-27
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     The buffer in 1D case was already added in [r1012], however the 2D case still misses this feature.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Can be done by extending the 1D case to 2D and referencing it in the corresponding window function.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     

    Related

    Commit: [r1012]

  • Erik Hänel

    Erik Hänel - 2021-10-27
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,20 +4,20 @@
     Can be done by extending the 1D case to 2D and referencing it in the corresponding window function.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: Implemented as proposed by the analysis.
    +* Revision: [r1029]
    +* Implementation test: A special symmetric 2D datagrid was smoothed and the results now looks completely symmetric.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
         * [ ] corresponding language files updated
    -    * [ ] not needed
    +    * [x] not needed
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r1029]

  • Erik Hänel

    Erik Hänel - 2022-01-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [x] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Change was tested manually. No deviations detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel