Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,961
    • Issues 1,961
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 99
    • Merge requests 99
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #18373
Closed
Open
Issue created Aug 13, 2018 by Andrew Bauer@acbauerDeveloper

color map is getting modified when it shouldn't be when using Catalyst

Steps to reproduce:

  1. Download data files at https://drive.google.com/drive/folders/194AvSvzUnfYj4OdGrSUqKy0M7cOwksNl
  2. Download calclatest.py and nocalclatest.py
  3. Put all files in same directory
  4. Run in directory with: pvbatch -sym /data/acbauer/Code/ParaView/ParaView/Examples/Catalyst/SampleScripts/filedriver.py "data.vtm" nocalcatest.py and /pvbatch -sym /data/acbauer/Code/ParaView/ParaView/Examples/Catalyst/SampleScripts/filedriver.py "data.vtm" calclatest.py

The issue here is that the LUT is rescaled to a specific range, then a Calculator filter is added which uses the Coordinates option to translate the dataset which does a shallow copy on all of the other field data. After this is done the LUT is rescaled back to the original range instead of the desired specific range that the user directly set.

Edited Aug 17, 2018 by Andrew Bauer
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking