GithubHelp home page GithubHelp logo

ttk-data's People

Contributors

charlesgueunet avatar emmwel avatar flowetzels avatar guillaumefavelier avatar guoxiliu avatar jonaslukasczyk avatar julesvidal avatar julien-tierny avatar kappe-c avatar lhofmann avatar m-s-will avatar matpont avatar pierre-guillou avatar rgcmaack avatar tbmasood avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ttk-data's Issues

Python scripts and states that use the Threshold filter are no longer compatible with PV 5.10

The old Threshold python interface looked like this:
someThresholdFilter.ThresholdRange = [5.0, 1000.0]

this now has to be:

someThresholdFilter.LowerThreshold = 5.0
someThresholdFilter.UpperThreshold = 1000.0

one also may need to set the used threshold method:

someThresholdFilter.ThresholdMethod = "Between" # default
someThresholdFilter.ThresholdMethod = "Above Upper Threshold"
someThresholdFilter.ThresholdMethod = "Below Lower Threshold"

[Broken example] ContourAroundPoint

the example states/contourAroundPoint.pvsm is broken.
it currently looks like this:
christopher
while it should look like that:
https://topology-tool-kit.github.io/img/gallery/contourAroundPoint.jpg

this is a consequence of PR#40.

@kappe-c
this one is for you.
I suggest to roll back this state file to its previous version (I can roll back PR #40 if it's any easier for you) and only edit (with a text editor) the necessary part of the pvsm state file (see the following example: ba0daad)

Dragon state on ParaView master

Using the latest TTK (91d38a0522342af312ce11fea8118f76e5549d4b) and ParaView master (3aa1b5818b4b724cac09aaf62114011869d90706) the dragon state file gives an invalid result:

image

Changing the Upper/Lower Threshold in Pairs and PersitenceThreshold seems to fix the issue

No ttkSurfaceGeometrySmoother examples

There are no examples of how to use ttkSurfaceGeometrySmoother but there are multiple references suggesting that an example exists:

  1. https://topology-tool-kit.github.io/examples/persistentGenerators_fertility/
  2. https://topology-tool-kit.github.io/examples/persistentGenerators_casting/
  3. https://topology-tool-kit.github.io/examples/persistentGenerators_skull/

All of the above examples mention ttkSurfaceGeometrySmoother but don't use the class at all. I would suggest removing the cross references or even better adding an example.

Clone fails: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

$ git clone https://github.com/topology-tool-kit/ttk-data.git
Cloning into 'ttk-data'...
remote: Enumerating objects: 5707, done.
remote: Counting objects: 100% (168/168), done.
remote: Compressing objects: 100% (77/77), done.
remote: Total 5707 (delta 105), reused 143 (delta 91), pack-reused 5539
Receiving objects: 100% (5707/5707), 1.71 GiB | 10.61 MiB/s, done.
Resolving deltas: 100% (3596/3596), done.
Updating files: 100% (1927/1927), done.
Downloading jet.vti (228 MB)
Error downloading object: jet.vti (d0ca027): Smudge error: Error downloading jet.vti (d0ca027fa3e27ca3ace8be20f4b9dac9f2f391be6568bb976fcecb7f132962d0): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Errors logged to /disk-samsung/freebsd-ports/science/ttk/ttk-data/.git/lfs/logs/20221102T152319.421997339.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: jet.vti: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Nested Tracking Graph example does not work

I'm able to run all examples except the nested tracking graph. Got a bunch of error messages "No proxy that matches: group=filters and proxy=MeshGraph were found... Could not create a proxy of group: filters type:MeshGraph"
ttk_ntg_error

Python state files incompatible with ParaView 5.8

While testing the ttk-data states with my ParaView 5.8.1, the following error occurred with nestedTrackingFromOverlap.py:

AttributeError: type object 'RenderView' has no attribute 'EnvironmentNorth'

Apart from nestedTrackingFromOverlap.py, the EnvironmentNorth attribute is also present in trackingFromOverlap.py which fails in the same manner. Both of these files were introduced in #62.

No error occurred when testing with ParaView 5.9.
Should the states be only compatible with the last ParaView version?

Pierre

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.