[Paraview] FIND DATA deosn´t give back any results.

2013-07-22 Thread Hedieh Ebrahimi
Hello all,

I am trying to use FIND DATA to find cells in my dataset with values higher
than a specific value.

The problem is if I use threshold I can see the cells in my dataset that
have values higher than my search field, but when I use FindDATA  on my
dataset , my run query doesn´t bring back any cells, though it should as
these cells exist and are shown using the threshold.

Could any body please tell me why Find DATA is not working on my dataset.

I really need to use FIND DATA  to see cells with values higher than a
specific value to analyze my data and find these cells and currently I
can´t as the FIND DATA deosn´t give back any results.

I would appreciate any help on what I could be doing wrong and how to fix
it.

Thanks in Advance
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] FIND DATA deosn´t give back any results.

2013-07-23 Thread Hedieh Ebrahimi
Hi Utkarsh,

Thanks for reply. If my query based on ID it works, That is if I look for
cells with IDs higher than 90,000,000, then 10 million cells are returned
in Query Results,but if it is another search field to find cells with
values higher than a specific value, I don´t get any results.

I mean after I push the Run Selection Query, nothing is returned and
Paraview is not hanging by the way and is working normal and just no result
is returned.

I was wondering why I don´t get any results. What I am looking for is to
find cells  in my dataset with values higher than (some value).

any ideas on how to get this?

Thanks in Advance


On 22 July 2013 19:09, Utkarsh Ayachit  wrote:

> Can you try using some other simple query e.g. based on IDs and see if
> that works?
>
> On Mon, Jul 22, 2013 at 9:45 AM, Hedieh Ebrahimi
>  wrote:
> > Hello all,
> >
> > I am trying to use FIND DATA to find cells in my dataset with values
> higher
> > than a specific value.
> >
> > The problem is if I use threshold I can see the cells in my dataset that
> > have values higher than my search field, but when I use FindDATA  on my
> > dataset , my run query doesn´t bring back any cells, though it should as
> > these cells exist and are shown using the threshold.
> >
> > Could any body please tell me why Find DATA is not working on my dataset.
> >
> > I really need to use FIND DATA  to see cells with values higher than a
> > specific value to analyze my data and find these cells and currently I
> can´t
> > as the FIND DATA deosn´t give back any results.
> >
> > I would appreciate any help on what I could be doing wrong and how to fix
> > it.
> >
> > Thanks in Advance
> >
> >
> >
> >
> > ___
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the ParaView Wiki at:
> > http://paraview.org/Wiki/ParaView
> >
> > Follow this link to subscribe/unsubscribe:
> > http://www.paraview.org/mailman/listinfo/paraview
> >
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] FIND DATA deosn´t give back any results.

2013-07-24 Thread Hedieh Ebrahimi
Hi Utkarsh,

I created the wavelet, it was already point data, so I didn´t need to apply
the "cell data to point data" filter. and then I looked for RTDATA>100 and
it works and gives back results.

On my dataset though things are different.

1. If i look for cells , looking for cells with certain ID i get results.
2. if i look for cells, looking for cells with certain values or values
higher or lower than a certain value , i don´t get any results.

3. If I select Query is and then type for example  *(temperature > 100)
*
**
then although just 5 cells in 100 million should be selected ( Threshold
filters shows these 5 cells correctly and although analyzing my dataset
using direct python script gives back just 5 cells, but using the queries
such as *(temperature > 100)  *will select all cells which is wrong.

Is there anyway to fix this? as this is very useful when you want to take a
first look at your dataset after a simulation.

Thanks in Advance
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] FIND DATA deosn´t give back any results.

2013-07-24 Thread Hedieh Ebrahimi
unfortunately it is more than 16 G and I can´t share it.
The filetype is h5 and its a PFlotran filetype. When I work with small
datasets of same type. everything is fine . but once I am working with big
datasets,
the problems that I mentioned occure. Could size be a problem?

Thanks


On 24 July 2013 14:42, Utkarsh Ayachit  wrote:

> Can you share the dataset?
>
> On Wed, Jul 24, 2013 at 3:44 AM, Hedieh Ebrahimi
>  wrote:
> > Hi Utkarsh,
> >
> > I created the wavelet, it was already point data, so I didn´t need to
> apply
> > the "cell data to point data" filter. and then I looked for RTDATA>100
> and
> > it works and gives back results.
> >
> > On my dataset though things are different.
> >
> > 1. If i look for cells , looking for cells with certain ID i get results.
> > 2. if i look for cells, looking for cells with certain values or values
> > higher or lower than a certain value , i don´t get any results.
> >
> > 3. If I select Query is and then type for example  (temperature > 100)
> >
> > then although just 5 cells in 100 million should be selected ( Threshold
> > filters shows these 5 cells correctly and although analyzing my dataset
> > using direct python script gives back just 5 cells, but using the queries
> > such as (temperature > 100)  will select all cells which is wrong.
> >
> > Is there anyway to fix this? as this is very useful when you want to
> take a
> > first look at your dataset after a simulation.
> >
> > Thanks in Advance
> >
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview