<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Hi, Justin —&nbsp;
<div>That message looks like your delcaration of the coordinates (“x,y”) is wrong. Look at the DATASPACE SIMPLE attribute in the h5dump output, that should give you a clue as to how many and what size the dimensions are. It looks like ‘hist’ has one more dimension
 than ‘mean’ and these variables have 6 or 7 dimensions. &nbsp;Have a look at item #4 in the Usage Notes of&nbsp;<a href="http://cola.gmu.edu/grads/gadoc/SDFdescriptorfile.html">http://cola.gmu.edu/grads/gadoc/SDFdescriptorfile.html</a> for how to handle this situation.&nbsp;</div>
<div>—Jennifer</div>
<div><br>
<div>
<div>On Jan 14, 2016, at 10:04 AM, Justin Hicks &lt;<a href="mailto:jhicks2014@gmail.com">jhicks2014@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">Jennifer,
<div><br>
</div>
<div>I put in the dataset names, like you said, but I still get a different error. The error says:</div>
<div><br>
</div>
<div>
<div>ga-&gt; d plrcnt</div>
<div>HDF5-DIAG: Error detected in HDF5 (1.8.7) thread 0:</div>
<div>&nbsp; #000: H5Dio.c line 153 in H5Dread(): selection&#43;offset not within extent</div>
<div>&nbsp; &nbsp; major: Dataspace</div>
<div>&nbsp; &nbsp; minor: Out of range</div>
<div>H5Dread failed for int data&nbsp;</div>
<div>Data Request Error: &nbsp;Error for variable 'plrcnt'</div>
<div>&nbsp; Error ocurred at column 1</div>
<div>DISPLAY error: &nbsp;Invalid expression&nbsp;</div>
<div>&nbsp; Expression = plrcnt</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>-Justin</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Wed, Jan 13, 2016 at 8:07 AM, Jennifer M Adams <span dir="ltr">
&lt;<a href="mailto:jadams21@gmu.edu" target="_blank">jadams21@gmu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto;">
<div style="word-wrap:break-word">Justin,&nbsp;
<div>It looks like the variables in your descriptor files are group names not dataset names. Try this instead:</div>
<div>
<div dir="ltr">
<div><font face="Courier"><span style="font-size:14px">/Grids/G1/precipLiqRate/count=&gt;plrcnt &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 x,y &nbsp;liquid precipitation rate count</span></font></div>
<div><font face="Courier"><span style="font-size:14px">/Grids/G1/precipLiqRate/hist=&gt;plrhist &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 x,y &nbsp;liquid precipitation rate hist</span></font></div>
<div><font face="Courier"><span style="font-size:14px">/Grids/G1/precipLiqRate/mean=&gt;plrmean &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 x,y &nbsp;liquid precipitation rate mean</span></font></div>
<div><font face="Courier"><span style="font-size:14px">/Grids/G1/precipLiqRate/stdev=&gt;plrcstd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 x,y &nbsp;liquid precipitation rate stdev</span></font></div>
</div>
<div>
<div dir="ltr">
<div>—Jennifer</div>
<div><br>
</div>
</div>
</div>
<div>
<div>
<div class="h5">
<div>On Jan 11, 2016, at 2:42 PM, Justin Hicks &lt;<a href="mailto:jhicks2014@gmail.com" target="_blank">jhicks2014@gmail.com</a>&gt; wrote:</div>
<br>
</div>
</div>
<blockquote type="cite">
<div>
<div class="h5">
<div dir="ltr">Grads Users,&nbsp;
<div><br>
</div>
<div>I was able to open the control file in grads, but i get an error when I try to display a variable:&nbsp;</div>
<div><br>
</div>
<div>
<div>ga-&gt; d plrate</div>
<div>HDF5-DIAG: Error detected in HDF5 (1.8.7) thread 0:</div>
<div>&nbsp; #000: H5D.c line 341 in H5Dopen2(): not a dataset</div>
<div>&nbsp; &nbsp; major: Dataset</div>
<div>&nbsp; &nbsp; minor: Inappropriate type</div>
<div>Error: H5Dopen2 failed for variable /Grids/G1/precipLiqRate&nbsp;</div>
<div>Error: Variable /Grids/G1/precipLiqRate not in HDF5 file</div>
<div>Data Request Error: &nbsp;Error for variable 'plrate'</div>
<div>&nbsp; Error ocurred at column 1</div>
<div>DISPLAY error: &nbsp;Invalid expression&nbsp;</div>
<div>&nbsp; Expression = plrate</div>
</div>
<div><br>
</div>
<div>The control file is below:</div>
<div><br>
</div>
<div>
<div>DSET /data2/GPM/GPM_3CMB.03/2015/3B-MO.GPM.DPRGMI.CORRAGM.20150301-S000000-E235959.03.V03D.HDF5</div>
<div>OPTIONS template</div>
<div>DTYPE hdf5_grid</div>
<div>TITLE GPM precip</div>
<div>UNDEF -999.0</div>
<div>XDEF 3600 linear -180 0.1</div>
<div>YDEF 300 linear -20 0.1</div>
<div>ZDEF 1 levels 1000</div>
<div>TDEF 1 linear 01mar2015 1dy</div>
<div>VARS 4</div>
<div>/Grids/G1/precipLiqRate=&gt;plrate &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 x,y &nbsp;liquid precipitation rate</div>
<div>/Grids/G1/precipLiqWaterContent=&gt;plcon &nbsp; &nbsp; 0 x,y &nbsp; liquid precipitation content</div>
<div>/Grids/G1/precipTotDm=&gt;ptot &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 x,y &nbsp; precipitation total</div>
<div>/Grids/G1/precipTotRate=&gt;ptotr &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 x,y &nbsp;precipitation total rate</div>
<div>ENDVARS</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>I don't think the xdef and ydef are completely accurate, but I shouldn't get that error message even if the edef and ydef are wrong. The file contents of h5dump are below:&nbsp;</div>
<div><br>
</div>
<div>
<div>/home/jhicks/h5dump -n 3B-MO.GPM.DPRGMI.CORRAGM.20150301-S000000-E235959.03.V03D.HDF5</div>
<div>HDF5 &quot;3B-MO.GPM.DPRGMI.CORRAGM.20150301-S000000-E235959.03.V03D.HDF5&quot; {</div>
<div>FILE_CONTENTS {</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G1</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipAllObs</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G1/precipLiqRate</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipLiqRate/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipLiqRate/hist</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipLiqRate/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipLiqRate/stdev</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G1/precipLiqWaterContent</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipLiqWaterContent/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipLiqWaterContent/hist</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipLiqWaterContent/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipLiqWaterContent/stdev</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G1/precipTotDm</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotDm/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotDm/hist</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotDm/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotDm/stdev</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G1/precipTotLogNw</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotLogNw/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotLogNw/hist</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotLogNw/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotLogNw/stdev</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G1/precipTotRate</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotRate/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotRate/hist</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotRate/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotRate/stdev</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G1/precipTotWaterContent</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotWaterContent/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotWaterContent/hist</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotWaterContent/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/precipTotWaterContent/stdev</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/surfPrecipLiqRateProb</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/surfPrecipLiqRateUn</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G1/surfPrecipTotRateDiurnal</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/surfPrecipTotRateDiurnal/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/surfPrecipTotRateDiurnal/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/surfPrecipTotRateDiurnal/stdev</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/surfPrecipTotRateDiurnalAllObs</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/surfPrecipTotRateProb</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G1/surfPrecipTotRateUn</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G2</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipAllObs</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G2/precipLiqRate</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipLiqRate/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipLiqRate/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipLiqRate/stdev</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G2/precipLiqWaterContent</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipLiqWaterContent/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipLiqWaterContent/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipLiqWaterContent/stdev</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G2/precipTotDm</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotDm/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotDm/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotDm/stdev</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G2/precipTotLogNw</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotLogNw/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotLogNw/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotLogNw/stdev</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G2/precipTotRate</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotRate/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotRate/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotRate/stdev</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G2/precipTotWaterContent</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotWaterContent/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotWaterContent/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/precipTotWaterContent/stdev</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/surfPrecipLiqRateProb</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/surfPrecipLiqRateUn</div>
<div>&nbsp;group &nbsp; &nbsp; &nbsp;/Grids/G2/surfPrecipTotRateDiurnal</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/surfPrecipTotRateDiurnal/count</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/surfPrecipTotRateDiurnal/mean</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/surfPrecipTotRateDiurnal/stdev</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/surfPrecipTotRateDiurnalAllObs</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/surfPrecipTotRateProb</div>
<div>&nbsp;dataset &nbsp; &nbsp;/Grids/G2/surfPrecipTotRateUn</div>
<div>&nbsp;dataset &nbsp; &nbsp;/InputAlgorithmVersions</div>
<div>&nbsp;dataset &nbsp; &nbsp;/InputFileNames</div>
<div>&nbsp;dataset &nbsp; &nbsp;/InputGenerationDateTimes</div>
<div>&nbsp;}</div>
<div>}</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>The group contents of /Grids/G1/precipLiqRate are below:</div>
<div><br>
</div>
<div>
<div>h5dump -H -g/Grids/G1/precipLiqRate 3B-MO.GPM.DPRGMI.CORRAGM.20150301-S000000-E235959.03.V03D.HDF5</div>
<div>HDF5 &quot;3B-MO.GPM.DPRGMI.CORRAGM.20150301-S000000-E235959.03.V03D.HDF5&quot; {</div>
<div>GROUP &quot;/Grids/G1/precipLiqRate&quot; {</div>
<div>&nbsp; &nbsp;DATASET &quot;count&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; DATATYPE &nbsp;H5T_STD_I32LE</div>
<div>&nbsp; &nbsp; &nbsp; DATASPACE &nbsp;SIMPLE { ( 3, 3, 16, 2, 72, 28 ) / ( 3, 3, 16, 2, 72, 28 ) }</div>
<div>&nbsp; &nbsp; &nbsp; ATTRIBUTE &quot;CodeMissingValue&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATATYPE &nbsp;H5T_STRING {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRSIZE 101;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRPAD H5T_STR_NULLTERM;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CSET H5T_CSET_ASCII;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CTYPE H5T_C_S1;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATASPACE &nbsp;SCALAR</div>
<div>&nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; ATTRIBUTE &quot;DimensionNames&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATATYPE &nbsp;H5T_STRING {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRSIZE 21;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRPAD H5T_STR_NULLTERM;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CSET H5T_CSET_ASCII;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CTYPE H5T_C_S1;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATASPACE &nbsp;SCALAR</div>
<div>&nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp;}</div>
<div>&nbsp; &nbsp;DATASET &quot;hist&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; DATATYPE &nbsp;H5T_STD_I32LE</div>
<div>&nbsp; &nbsp; &nbsp; DATASPACE &nbsp;SIMPLE { ( 30, 3, 3, 16, 2, 72, 28 ) / ( 30, 3, 3, 16, 2, 72, 28 ) }</div>
<div>&nbsp; &nbsp; &nbsp; ATTRIBUTE &quot;CodeMissingValue&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATATYPE &nbsp;H5T_STRING {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRSIZE 101;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRPAD H5T_STR_NULLTERM;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CSET H5T_CSET_ASCII;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CTYPE H5T_C_S1;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATASPACE &nbsp;SCALAR</div>
<div>&nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; ATTRIBUTE &quot;DimensionNames&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATATYPE &nbsp;H5T_STRING {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRSIZE 25;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRPAD H5T_STR_NULLTERM;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CSET H5T_CSET_ASCII;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CTYPE H5T_C_S1;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATASPACE &nbsp;SCALAR</div>
<div>&nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp;}</div>
<div>&nbsp; &nbsp;DATASET &quot;mean&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; DATATYPE &nbsp;H5T_IEEE_F32LE</div>
<div>&nbsp; &nbsp; &nbsp; DATASPACE &nbsp;SIMPLE { ( 3, 3, 16, 2, 72, 28 ) / ( 3, 3, 16, 2, 72, 28 ) }</div>
<div>&nbsp; &nbsp; &nbsp; ATTRIBUTE &quot;CodeMissingValue&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATATYPE &nbsp;H5T_STRING {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRSIZE 101;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRPAD H5T_STR_NULLTERM;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CSET H5T_CSET_ASCII;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CTYPE H5T_C_S1;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATASPACE &nbsp;SCALAR</div>
<div>&nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; ATTRIBUTE &quot;DimensionNames&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATATYPE &nbsp;H5T_STRING {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRSIZE 21;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRPAD H5T_STR_NULLTERM;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CSET H5T_CSET_ASCII;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CTYPE H5T_C_S1;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATASPACE &nbsp;SCALAR</div>
<div>&nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp;}</div>
<div>&nbsp; &nbsp;DATASET &quot;stdev&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; DATATYPE &nbsp;H5T_IEEE_F32LE</div>
<div>&nbsp; &nbsp; &nbsp; DATASPACE &nbsp;SIMPLE { ( 3, 3, 16, 2, 72, 28 ) / ( 3, 3, 16, 2, 72, 28 ) }</div>
<div>&nbsp; &nbsp; &nbsp; ATTRIBUTE &quot;CodeMissingValue&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATATYPE &nbsp;H5T_STRING {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRSIZE 101;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRPAD H5T_STR_NULLTERM;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CSET H5T_CSET_ASCII;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CTYPE H5T_C_S1;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATASPACE &nbsp;SCALAR</div>
<div>&nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; ATTRIBUTE &quot;DimensionNames&quot; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATATYPE &nbsp;H5T_STRING {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRSIZE 21;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STRPAD H5T_STR_NULLTERM;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CSET H5T_CSET_ASCII;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CTYPE H5T_C_S1;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DATASPACE &nbsp;SCALAR</div>
<div>&nbsp; &nbsp; &nbsp; }</div>
<div>&nbsp; &nbsp;}</div>
<div>}</div>
<div>}</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Any help would be appreciated.</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>-Justin</div>
</div>
</div>
</div>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
</blockquote>
</div>
<br>
</div>
</div>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
</div>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
<br>
</div>
</body>
</html>