MantisBT - ParaView
View Issue Details
0014428ParaView(No Category)public2013-11-26 17:452015-01-11 08:22
Gena Bug 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.1 
TBD
14428_expand_valid_range
usability
0014428: bad scaling of low values data ranges in 4.1.0rc1
Hi!

Found another difference between 4.0.1 and 4.1.0rc1: the last doesn't respect data ranges with upper bound less than 1e-5 when coloring the data. I attached an example that demonstrate the problem: it's a 1D mesh with 100 hexahedral cells: half region has rho = 1e-11 and another half has rho = 5e-6. If you open file in 4.1.0rc1 then color map will be from 1e-11 to 1e-5 (not 5e-5), rescaling doesn't help. In 4.0.1 all works fine.

Env: both 4.0.1 and 4.1.0rc1 were downloaded from the site and installed on Debian testing amd64
No tags attached.
? example.vtu (12,501) 2013-11-26 17:45
https://www.vtk.org/Bug/file/9560/example.vtu
Issue History
2013-11-26 17:45Gena BugNew Issue
2013-11-26 17:45Gena BugFile Added: example.vtu
2013-11-27 14:14Utkarsh AyachitTopic Name => 14428_expand_valid_range
2013-11-27 14:14Utkarsh AyachitNote Added: 0031882
2013-11-27 14:14Utkarsh AyachitStatusbacklog => gatekeeper review
2013-11-27 14:14Utkarsh AyachitFixed in Version => git-next
2013-11-27 14:14Utkarsh AyachitResolutionopen => fixed
2013-11-27 14:14Utkarsh AyachitAssigned To => Utkarsh Ayachit
2013-12-04 11:56Utkarsh AyachitStatusgatekeeper review => customer review
2013-12-04 11:56Utkarsh AyachitNote Added: 0031897
2013-12-17 21:06Alan ScottNote Added: 0032000
2013-12-17 21:06Alan ScottStatuscustomer review => closed
2014-01-09 08:47Utkarsh AyachitFixed in Versiongit-next => git-master
2014-01-11 08:39Utkarsh AyachitFixed in Versiongit-master => 4.1
2015-01-11 08:22Utkarsh AyachitSource_changeset_attached => ParaView master 62ad2660
2015-01-11 08:22Utkarsh AyachitSource_changeset_attached => ParaView master f3fe83f4

Notes
(0031882)
Utkarsh Ayachit   
2013-11-27 14:14   
commit f3fe83f44733f84d12fdcd69f62a50ba420fabe5
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Nov 27 14:13:30 2013 -0500

    BUG 0014428: Expand accepted LUT data range.
    
    Expanded the accepted LUT range. The new delta is 1e-16 for rescaling and 1e-10
    for rendering the transfer function in the control widget.
    
    Change-Id: I442e90fc8879598e827ed3b82659ef1475ce8655
(0031897)
Utkarsh Ayachit   
2013-12-04 11:56   
Topics merged into master:
        14295_search_text
        14342-integrate-empty-servers
(VTK) 14350-opacity-interpolate-scalars
        14424_fix_copy_paste
        14428_expand_valid_range
        export-tensor-glyph
        fix-streaming-behavior
        fix_SLAC_tools_segfault
        improve-selection-inspector
        make-sciberquest-module
        pv-collaboration-fix
(VTK) pvweb-doc-update
        pvweb-fix-start-test-names
        pvweb-group-pattern-option
(VTK) pvweb-integrate-test-packages-alternate
(VTK) pvweb-session-manager-url-update
        pvwev-select-box-for-viewport-selection
        sqtk-cmake-warnings
(VTK) update_vtk_master
(0032000)
Alan Scott   
2013-12-17 21:06   
Good bug report. Thanks for reporting. Also, including the test file helped a lot.

Tested master, Linux, remote server.