Dear Ian,

Thanks for your reply.

I use VisIt to analyze the data. And I have found some way to do the data 
reduction by VisIt. So the problem is solved.


Thanks,

Chia-Hui

________________________________
寄件者: [email protected] <[email protected]>
寄件日期: 2018年10月17日 下午 05:33:06
收件者: 林家暉
副本: Einstein Toolkit Users
主旨: Re: [Users] HDF5 data analysis



On 15 Oct 2018, at 11:15, 林家暉 
<[email protected]<mailto:[email protected]>> wrote:

Hello,
I am trying to analyze 2D output data (.h5) from ET. I want to get a 2D array 
with uniform grid.However HDF5 with AMR contains many layers and each layer 
breaks into many components. When I read out the HDF5 data , I do not know 
where each component should be. Is there some suggested way to map HDF5 data 
into a 2D array ?

Hi,

What software are you using to analyse the data?  There are frameworks for 
Mathematica (simulationtools.org<http://simulationtools.org>) and Python 
(https://bitbucket.org/DrWhat/pycactuset).  If you want visualisation rather 
than more in-depth analysis, then you could try VisIt, which has a reader for 
ET data.

See https://docs.einsteintoolkit.org/et-docs/Analysis_and_post-processing for a 
list of analysis tools that we know about.

If you want to do it manually (and I wouldn't recommend reinventing the wheel), 
all the information you need to place the individual component in coordinate 
space is listed in attributes of the datasets.  Look at the "origin" attribute 
for the coordinates of the origin of the component, and the "delta" attribute 
for the grid spacing.

--
Ian Hinder
https://ianhinder.net

_______________________________________________
Users mailing list
[email protected]
http://lists.einsteintoolkit.org/mailman/listinfo/users

Reply via email to