Menu

#518 Create an 'implot' command

v1.1.x
closed
None
v1.1.2
New Functionality
2020-03-31
2020-03-10
Erik Hänel
No

Create an implot command to speed up displaying large data grids, which are most probably images. The command shall use mglGraph::Rasterize() internally.

Analysis:

The actual speed-up is done by avoiding not necessary data-checks, which should be removed. The new implot command does not need Rasterize(), because it's speed-up is not significant. Instead the new command shall focus on image-specific plot settings.

Implementation:

  • Implementation: The implementation was carried out as proposed by the analysis.
  • Revision: [r695]
  • Implementation test: Images were plotted using implot.

Documentation:

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

Tests:

This functionality was tested manually. No deviations detected. Functionality implemented successfully.

Related

Commit: [r695]

Discussion

  • Erik Hänel

    Erik Hänel - 2020-03-10
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2020-03-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
    -Create an `implot` command to speed up displaying large data grids, which are most probably images. The command shall use `mglGraph::Rasteriize()` internally.
    +Create an `implot` command to speed up displaying large data grids, which are most probably images. The command shall use `mglGraph::Rasterize()` internally.
    +
    +###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
     
  • Erik Hänel

    Erik Hänel - 2020-03-26
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Create an `implot` command to speed up displaying large data grids, which are most probably images. The command shall use `mglGraph::Rasterize()` internally.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +The actual speed-up is done by avoiding not necessary data-checks, which should be removed. The new `implot` command does not need `Rasterize()`, because it's speed-up is not significant. Instead the new command shall focus on image-specific plot settings.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2020-03-26
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,19 +4,19 @@
     The actual speed-up is done by avoiding not necessary data-checks, which should be removed. The new `implot` command does not need `Rasterize()`, because it's speed-up is not significant. Instead the new command shall focus on image-specific plot settings.
    
     ###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: The implementation was carried out as proposed by the analysis.
    +* Revision: [r695]
    +* Implementation test: Images were plotted using `implot`.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
    -    * [ ] corresponding documentation articles updated
    +    * [x] corresponding documentation articles updated
         * [ ] new documentation articles created
         * [ ] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r695]

  • Erik Hänel

    Erik Hänel - 2020-03-31
    • Description has changed:

    Diff:

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

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB