[NeXus-code-tickets] [NeXusCode] #6: Java API - makedata cannot create an unlimted dimension array for HDF5 files

NeXus Data Format Library and Applications noreply at nexusformat.org
Wed Dec 13 10:12:06 GMT 2006


#6: Java API - makedata cannot create an unlimted dimension array for HDF5
files
----------------------------+-----------------------------------------------
Reporter:  Freddie Akeroyd  |       Owner:  Mark Koennecke
    Type:  defect           |      Status:  new           
Priority:  major            |   Milestone:                
Keywords:                   |  
----------------------------+-----------------------------------------------
 Reported by Stuart Campbell <s.i.campbell at diamond.ac.uk>

 Using the following in the Java API to create some data...

 int iDim[] = new int[1];
 iDim[0] = 0;
 nf.makedata("data", NexusFile.NX_FLOAT64, 1, iDim);

 produces the error:

 ERROR: Creating chunked dataset failed!

 when working with a HDF5 file, but works fine for a HDF4 file.

-- 
Ticket URL: <http://trac.nexusformat.org/code/ticket/6>
NeXus Data Format Library and Applications <http://www.nexusformat.org/>
NeXus Data Format Library and Applications



More information about the NeXus-code-tickets mailing list