Hi everyone,<br><br>I'm trying to make some projections of the data from the Santa Fe Light Cone simulation, but it's getting hung trying to parse the hierarchy file.  After looking around, I noticed that the one dataset that I had success with has a different format for the hierarchy file than the ones that aren't working.  The ones that are working have hierarchy files that look like this:<br>
<br>Grid = 1<br>GridRank          = 3<br>GridDimension     = 134 70 70<br>GridStartIndex    = 3 3 3<br>GridEndIndex      = 130 66 66<br>GridLeftEdge      = 0 0 0<br>GridRightEdge     = 0.25 0.125 0.125<br>Time              = 101.45398694554<br>
SubgridsAreStatic = 0<br>NumberOfBaryonFields = 7<br>FieldType = 0 1 2 4 5 6 22<br>BaryonFileName = /dsgpfs/projects/enzo/ux453739/GC512_L7_New/RD0009/RD0009.cpu0000<br>CourantSafetyNumber    = 0.400000<br>PPMFlatteningParameter = 0<br>
PPMDiffusionParameter  = 0<br>PPMSteepeningParameter = 0<br>NumberOfParticles   = 445435<br>ParticleFileName = /dsgpfs/projects/enzo/ux453739/GC512_L7_New/RD0009/RD0009.cpu0000<br>GravityBoundaryType = 0<br>Pointer: Grid[1]->NextGridThisLevel = 2<br>
<br>The ones that aren't working have formats like this:<br><br>Grid = 1<br>GridRank          = 3<br>GridDimension     = 134 70 70<br>GridStartIndex    = 3 3 3<br>GridEndIndex      = 130 66 66<br>GridLeftEdge      = 0 0 0<br>
GridRightEdge     = 0.25 0.125 0.125<br>Time              = 128.98486432526<br>SubgridsAreStatic = 0<br>FileName       = RD0012.cpu0000<br>GroupName      = /Grid00000001<br>NumberOfBaryonFields = 7<br>FieldType = 0 1 2 4 5 6 22<br>
CourantSafetyNumber    = 0.400000<br>PPMFlatteningParameter = 0<br>PPMDiffusionParameter  = 0<br>PPMSteepeningParameter = 0<br>NumberOfParticles   = 408561<br>GravityBoundaryType = 0<br>Pointer: Grid[1]->NextGridThisLevel = 2<br>
<br>The first type seems to be the standard.  Is there anything I can do to make this nonstandard hierarchy format work with YT?<br><br>Thanks,<br>Britton<br>