[FLASH-BUGS] loaddata

Mike Zingale zingale at flash.uchicago.edu
Tue May 27 14:27:13 CDT 2003


I believe the problem is that you are using data stored on the corners,
which the loaddata and merge routines do not support in 2d.  I did not
really write the IDL routines with corner data in mind (although there is 
some 3-d support), so you should probably use centered data if you want to
use the fidlr routines. 

If this is not the problem, then you will need to send more information
about the run, and perhaps the header output from h5dump on the plotfile.

Mike

------------------------------------------------------------------------------
Michael Zingale
UCO/Lick Observatory
UCSC
Santa Cruz, CA 95064

phone:  (831) 459-5246 
fax:    (831) 459-5265
e-mail: zingale at ucolick.org
web:    http://www.ucolick.org/~zingale

"Once something has been approved by the Government, It's no longer immoral."
   -- Reverend Lovejoy







On Tue, 27 May 2003, Leonid Malyshkin wrote:

> 
> Hello,
> 
> Could you please answer my question on IDL procedure LOADDATA.
> 
> When I load flash data on cube by:
> 	data_file='/scratch3/leonmal/FLASH/RUN_ROSETTA/' $
>         	  +'lundquist=1678_levels=10_points=8_test/' $
>           	  +'rosetta_hdf5_plt_crn_0000'
> 	dens=LOADDATA(data_file,'dens')
> 	help, dens
> IDL prints:
> 	DENS            FLOAT     = Array[448, 448]
> 
> This is very strange. I have nblockx = nblocky = 1, so all loaded arrays
> must have dimensions equal to powers of 2. Is this a bug, or do I not 
> understand something?
> 
> Thank you very much,
> Leonid
> 
> 




More information about the flash-bugs mailing list