[Yt-svn] yt-commit r1406 - trunk/yt/lagos

skillman at wrangler.dreamhost.com skillman at wrangler.dreamhost.com
Mon Aug 24 10:54:12 PDT 2009


Author: skillman
Date: Mon Aug 24 10:54:12 2009
New Revision: 1406
URL: http://yt.spacepope.org/changeset/1406

Log:
Added comment about the axes values being stored as hdf5 group attributes.  


Modified:
   trunk/yt/lagos/Profiles.py

Modified: trunk/yt/lagos/Profiles.py
==============================================================================
--- trunk/yt/lagos/Profiles.py	(original)
+++ trunk/yt/lagos/Profiles.py	Mon Aug 24 10:54:12 2009
@@ -278,7 +278,8 @@
         can be prepended to the group name.  If the group already
         exists, it will delete and replace.  However, due to hdf5
         functionality, in only unlinks the data, so an h5repack may be
-        necessary to conserve space.
+        necessary to conserve space.  Axes values are saved in group
+        attributes.
         """
         fid = h5py.File(filename)
         fields = [field for field in sorted(self._data.keys()) if (field != "UsedBins" and field != self.bin_field)]
@@ -428,7 +429,8 @@
         can be prepended to the group name.  If the group already
         exists, it will delete and replace.  However, due to hdf5
         functionality, in only unlinks the data, so an h5repack may be
-        necessary to conserve space.
+        necessary to conserve space.  Axes values are saved in group
+        attributes.
         """
         fid = h5py.File(filename)
         fields = [field for field in sorted(self._data.keys()) if (field != "UsedBins" and field != self.x_bin_field and field != self.y_bin_field)]
@@ -562,7 +564,8 @@
         can be prepended to the group name.  If the group already
         exists, it will delete and replace.  However, due to hdf5
         functionality, in only unlinks the data, so an h5repack may be
-        necessary to conserve space.
+        necessary to conserve space.  Axes values are saved in group
+        attributes.
         """
         fid = h5py.File(filename)
         fields = [field for field in sorted(self._data.keys()) 



More information about the yt-svn mailing list