<div dir="auto">Yes I will definitely open up an issue and try to introduce a pull if I can.<br><br><div data-smartmail="gmail_signature">Alankar Dutta</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mar 5, 2017 2:04 AM, "Nathan Goldbaum" <<a href="mailto:nathan12343@gmail.com">nathan12343@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Not right now, no, although I think it would be straightforward to modify yt to be able to do this. We would need to add a way to indicate that you don't want to load the full dataset (e.g. as a keyword argument to the load() function), and then turn off the machinery that detects if a Gadget binary file is part of a multi-file dataset.</div></div><div><br></div><div>Would you mind opening an issue so we don't lose track of this feature request?</div><div><br></div><div><a href="https://bitbucket.org/yt_analysis/yt/issues/new" target="_blank">https://bitbucket.org/yt_<wbr>analysis/yt/issues/new</a><br></div><div><br></div><div>I can try to take a stab at this somtime in the next couple weeks. If you'd like to try adding the feature yourself we would welcome a pull request that implements this.</div><div><br><div class="gmail_quote"><div>On Sat, Mar 4, 2017 at 2:27 PM Alankar Dutta <<a href="mailto:dutta.alankar@gmail.com" target="_blank">dutta.alankar@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597gmail_msg">Is it possible somehow to read only a few of the files from the entire dataset? If so then how?<div class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597gmail_msg">Alankar Dutta</div></div><div class="m_8781334232074132597gmail_msg"><div class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><div data-smartmail="gmail_signature" class="m_8781334232074132597gmail_msg">Alankar Dutta</div></div></div><div class="gmail_extra m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597gmail_msg">On Mar 5, 2017 1:51 AM, "Nathan Goldbaum" <<a href="mailto:nathan12343@gmail.com" class="m_8781334232074132597gmail_msg" target="_blank">nathan12343@gmail.com</a>> wrote:<br type="attribution" class="m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597gmail_msg">So unfortunately the current support for SPH data is not able to ingest a dataset as big as yours, at least on server with as much RAM as you have available.<div class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597gmail_msg">In principle we could make it so you could load just one of your files at a time, that would definitely work, but I don't think the current support for particle data will ever be able to scale to load a dataset as big as yours.<br class="m_8781334232074132597gmail_msg"><div class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597gmail_msg">I'm currently actively working on improving the scaling and peak memory consumption of yt when looking at SPH particle data. Unfortunately this work is not yet ready for anyone besides someone who is ok with some features being broken. I'm actively working on stabilizing this code and it will hopefully be available as part of a stable release of yt in the medium-term future. If you'd like more information about this effort or are interested in helping out, take a look at the yt enhancement proposal describing the work:</div><div class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597gmail_msg"><a href="https://bitbucket.org/yt_analysis/ytep/pull-requests/67" class="m_8781334232074132597gmail_msg" target="_blank">https://bitbucket.org/yt_<wbr>analysis/ytep/pull-requests/67</a><br class="m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597gmail_msg">I'm sorry that I don't have a nicer answer for you here. Hopefully in the medium-term future yt will be able to easily work with extremely large SPH datasets like yours.</div></div><div class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597gmail_msg">-Nathan</div></div><div class="gmail_extra m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 12:51 PM, Alankar Dutta <span class="m_8781334232074132597gmail_msg"><<a href="mailto:dutta.alankar@gmail.com" class="m_8781334232074132597gmail_msg" target="_blank">dutta.alankar@gmail.com</a>></span> wrote:<br class="m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597gmail_msg"><div class="m_8781334232074132597gmail_msg"><div class="m_8781334232074132597gmail_msg">Hello,<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><b class="m_8781334232074132597gmail_msg">I used the following code. This automatically tries to read my entire Gadget Snapshot Dataset (1024 files):</b><br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">import yt<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">loc = '/media/alankar/Seagate Expansion Drive/mb2/snapshots/snapdir_<wbr>068/'<br class="m_8781334232074132597gmail_msg">fname = loc+'snapshot_068.0'<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">ds = yt.load(fname)<br class="m_8781334232074132597gmail_msg">ds.index<br class="m_8781334232074132597gmail_msg">ad= ds.all_data()<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">px = yt.ProjectionPlot(ds, 'x', ('gas', 'density'))<br class="m_8781334232074132597gmail_msg">px.show()<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></div><b class="m_8781334232074132597gmail_msg">I get the following error message:</b><br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">Reloaded modules: yt, yt.funcs, yt.extern, yt.extern.six, yt.utilities, yt.utilities.logger, yt.config, yt.utilities.exceptions, yt.extern.tqdm, yt.extern.tqdm._tqdm, yt.extern.tqdm._utils, yt.extern.tqdm._tqdm_gui, yt.extern.tqdm._tqdm_pandas, yt.extern.tqdm._version, yt.units, yt.units.unit_symbols, yt.units.yt_array, yt.units.unit_object, yt.units.dimensions, yt.units.equivalencies, yt.utilities.physical_ratios, yt.units.unit_lookup_table, yt.units.unit_registry, yt.utilities.lru_cache, yt.utilities.on_demand_<wbr>imports, yt.units.pint_conversions, yt.utilities.physical_<wbr>constants, yt.fields, yt.fields.api, yt.fields.field_plugin_<wbr>registry, yt.fields.angular_momentum, yt.fields.derived_field, yt.fields.field_exceptions, yt.fields.field_detector, yt.fields.vector_operations, yt.utilities.math_utils, yt.utilities.lib, yt.utilities.lib.misc_<wbr>utilities, yt.utilities.lib.geometry_<wbr>utils, yt.fields.astro_fields, yt.fields.cosmology_fields, yt.fields.fluid_fields, yt.fields.fluid_vector_fields, yt.fields.magnetic_field, yt.fields.geometric_fields, yt.fields.field_functions, yt.fields.particle_fields, yt.fields.local_fields, yt.fields.field_info_<wbr>container, yt.fields.my_plugin_fields, yt.fields.xray_emission_<wbr>fields, yt.utilities.linear_<wbr>interpolators, yt.utilities.lib.<wbr>interpolators, yt.utilities.cosmology, yt.data_objects, yt.data_objects.api, yt.data_objects.grid_patch, yt.data_objects.data_<wbr>containers, yt.data_objects.particle_io, yt.data_objects.field_data, yt.frontends, yt.frontends.ytdata, yt.frontends.ytdata.utilities, yt.utilities.lib.marching_<wbr>cubes, yt.utilities.parallel_tools, <a href="http://yt.utilities.parallel_tools.pa" class="m_8781334232074132597gmail_msg" target="_blank">yt.utilities.parallel_tools.pa</a><wbr>rallel_analysis_interface, yt.data_objects.image_array, yt.visualization, yt.visualization.image_writer, yt.visualization.color_maps, yt.visualization._colormap_<wbr>data, yt.utilities.lib.image_<wbr>utilities, yt.utilities.png_writer, yt.utilities.lib.quad_tree, yt.utilities.parameter_file_<wbr>storage, yt.utilities.amr_kdtree, yt.utilities.amr_kdtree.api, yt.utilities.amr_kdtree.amr_<wbr>kdtree, yt.utilities.amr_kdtree.amr_<wbr>kdtools, yt.utilities.lib.amr_kdtools, yt.utilities.lib.partitioned_<wbr>grid, yt.geometry, yt.geometry.grid_geometry_<wbr>handler, yt.arraytypes, yt.geometry.geometry_handler, yt.utilities.io_handler, yt.utilities.definitions, yt.geometry.grid_container, yt.data_objects.derived_<wbr>quantities, yt.geometry.selection_<wbr>routines, yt.data_objects.profiles, yt.utilities.lib.particle_<wbr>mesh_operations, yt.geometry.particle_deposit, yt.data_objects.octree_subset, yt.geometry.particle_smooth, yt.geometry.particle_oct_<wbr>container, yt.data_objects.static_output, yt.data_objects.particle_<wbr>filters, yt.data_objects.particle_<wbr>unions, yt.data_objects.unions, yt.utilities.minimal_<wbr>representation, yt.units.unit_systems, yt.data_objects.region_<wbr>expression, yt.geometry.coordinates, yt.geometry.coordinates.api, yt.geometry.coordinates.<wbr>coordinate_handler, yt.geometry.coordinates.<wbr>cartesian_coordinates, yt.utilities.lib.pixelization_<wbr>routines, yt.data_objects.unstructured_<wbr>mesh, yt.utilities.lib.mesh_<wbr>utilities, yt.geometry.coordinates.polar_<wbr>coordinates, yt.geometry.coordinates.<wbr>cylindrical_coordinates, yt.geometry.coordinates.<wbr>spherical_coordinates, yt.geometry.coordinates.<wbr>geographic_coordinates, yt.geometry.coordinates.spec_<wbr>cube_coordinates, yt.data_objects.time_series, yt.convenience, yt.utilities.hierarchy_<wbr>inspection, yt.data_objects.analyzer_<wbr>objects, yt.data_objects.particle_<wbr>trajectories, yt.data_objects.construction_<wbr>data_containers, yt.utilities.grid_data_format, yt.utilities.grid_data_format.<wbr>conversion, yt.utilities.grid_data_format.<wbr>conversion.conversion_abc, yt.utilities.grid_data_format.<wbr>conversion.conversion_athena, yt.utilities.grid_data_format.<wbr>writer, yt.frontends.stream, yt.frontends.stream.api, yt.frontends.stream.data_<wbr>structures, yt.geometry.oct_geometry_<wbr>handler, yt.geometry.particle_geometry_<wbr>handler, yt.geometry.oct_container, yt.geometry.unstructured_mesh_<wbr>handler, yt.utilities.decompose, yt.utilities.flagging_methods, yt.frontends.stream.fields, yt.frontends.exodus_ii, yt.frontends.exodus_ii.util, <a href="http://yt.frontends.stream.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.stream.io</a>, yt.frontends.stream.tests, yt.frontends.stream.sample_<wbr>data, yt.data_objects.selection_<wbr>data_containers, yt.utilities.orientation, yt.frontends.api, yt.frontends.art, yt.frontends.art.api, yt.frontends.art.data_<wbr>structures, yt.frontends.art.definitions, yt.frontends.art.fields, yt.utilities.fortran_utils, <a href="http://yt.frontends.art.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.art.io</a>, yt.frontends.art.tests, yt.frontends.artio, yt.frontends.artio.api, yt.frontends.artio.data_<wbr>structures, yt.frontends.artio._artio_<wbr>caller, yt.frontends.artio.fields, <a href="http://yt.frontends.artio.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.artio.io</a>, yt.frontends.artio.tests, yt.frontends.athena, yt.frontends.athena.api, yt.frontends.athena.data_<wbr>structures, yt.frontends.athena.fields, <a href="http://yt.frontends.athena.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.athena.io</a>, yt.frontends.athena.tests, yt.frontends.athena_pp, yt.frontends.athena_pp.api, yt.frontends.athena_pp.data_<wbr>structures, yt.utilities.file_handler, yt.frontends.athena_pp.fields, <a href="http://yt.frontends.athena_pp.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.athena_pp.io</a>, yt.frontends.athena_pp.tests, yt.frontends.boxlib, yt.frontends.boxlib.api, yt.frontends.boxlib.data_<wbr>structures, yt.frontends.boxlib.fields, <a href="http://yt.frontends.boxlib.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.boxlib.io</a>, yt.frontends.chombo, <a href="http://yt.frontends.chombo.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.chombo.io</a>, yt.frontends.boxlib.tests, yt.frontends.chombo.api, yt.frontends.chombo.data_<wbr>structures, yt.frontends.chombo.fields, yt.frontends.chombo.tests, yt.frontends.eagle, yt.frontends.eagle.api, yt.frontends.eagle.data_<wbr>structures, yt.frontends.gadget, yt.frontends.gadget.data_<wbr>structures, yt.frontends.sph, yt.frontends.sph.data_<wbr>structures, yt.frontends.gadget.<wbr>definitions, yt.frontends.gadget.fields, yt.frontends.sph.fields, yt.fields.species_fields, yt.utilities.chemical_<wbr>formulas, yt.utilities.periodic_table, yt.frontends.owls, yt.frontends.owls.fields, yt.frontends.owls.owls_ion_<wbr>tables, yt.frontends.eagle.fields, yt.frontends.eagle.<wbr>definitions, <a href="http://yt.frontends.eagle.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.eagle.io</a>, <a href="http://yt.frontends.owls.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.owls.io</a>, <a href="http://yt.frontends.gadget.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.gadget.io</a>, yt.frontends.eagle.tests, yt.frontends.enzo, yt.frontends.enzo.api, yt.frontends.enzo.data_<wbr>structures, yt.utilities.pyparselibconfig, yt.utilities.pyparselibconfig.<wbr>api, yt.utilities.pyparselibconfig.<wbr>libconfig, yt.frontends.enzo.fields, yt.frontends.enzo.simulation_<wbr>handling, <a href="http://yt.frontends.enzo.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.enzo.io</a>, yt.frontends.enzo.tests, yt.frontends.exodus_ii.api, yt.frontends.exodus_ii.data_<wbr>structures, <a href="http://yt.frontends.exodus_ii.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.exodus_ii.io</a>, yt.frontends.exodus_ii.fields, yt.frontends.exodus_ii.<wbr>simulation_handling, yt.frontends.exodus_ii.tests, yt.frontends.fits, yt.frontends.fits.api, yt.frontends.fits.data_<wbr>structures, yt.frontends.fits.fields, <a href="http://yt.frontends.fits.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.fits.io</a>, yt.frontends.fits.misc, yt.frontends.fits.tests, yt.frontends.flash, yt.frontends.flash.api, yt.frontends.flash.data_<wbr>structures, yt.frontends.flash.fields, <a href="http://yt.frontends.flash.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.flash.io</a>, yt.frontends.flash.tests, yt.frontends.gadget.api, yt.frontends.gadget.<wbr>simulation_handling, yt.frontends.gadget.tests, yt.frontends.gadget_fof, yt.frontends.gadget_fof.api, yt.frontends.gadget_fof.data_<wbr>structures, yt.frontends.gadget_fof.<wbr>fields, <a href="http://yt.frontends.gadget_fof.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.gadget_fof.io</a>, yt.frontends.gadget_fof.tests, yt.frontends.gamer, yt.frontends.gamer.api, yt.frontends.gamer.data_<wbr>structures, yt.frontends.gamer.fields, yt.testing, <a href="http://yt.frontends.gamer.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.gamer.io</a>, yt.frontends.gdf, yt.frontends.gdf.api, yt.frontends.gdf.data_<wbr>structures, yt.frontends.gdf.fields, <a href="http://yt.frontends.gdf.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.gdf.io</a>, yt.frontends.gdf.tests, yt.frontends.gizmo, yt.frontends.gizmo.api, yt.frontends.gizmo.data_<wbr>structures, yt.frontends.gizmo.fields, yt.frontends.halo_catalog, yt.frontends.halo_catalog.api, yt.frontends.halo_catalog.<wbr>data_structures, yt.frontends.halo_catalog.<wbr>fields, yt.frontends.ytdata.data_<wbr>structures, yt.frontends.ytdata.fields, yt.utilities.tree_container, <a href="http://yt.frontends.halo_catalog.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.halo_catalog.io</a>, yt.frontends.http_stream, yt.frontends.http_stream.api, yt.frontends.http_stream.data_<wbr>structures, <a href="http://yt.frontends.http_stream.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.http_stream.io</a>, yt.frontends.moab, yt.frontends.moab.api, yt.frontends.moab.data_<wbr>structures, yt.frontends.moab.fields, <a href="http://yt.frontends.moab.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.moab.io</a>, yt.frontends.moab.tests, yt.frontends.open_pmd, yt.frontends.open_pmd.api, yt.frontends.open_pmd.data_<wbr>structures, yt.frontends.open_pmd.fields, yt.frontends.open_pmd.misc, <a href="http://yt.frontends.open_pmd.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.open_pmd.io</a>, yt.frontends.open_pmd.tests, yt.frontends.owls.api, yt.frontends.owls.data_<wbr>structures, yt.frontends.owls.simulation_<wbr>handling, yt.frontends.owls.tests, yt.frontends.owls_subfind, yt.frontends.owls_subfind.api, yt.frontends.owls_subfind.<wbr>data_structures, yt.frontends.owls_subfind.<wbr>fields, <a href="http://yt.frontends.owls_subfind.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.owls_subfind.io</a>, yt.frontends.owls_subfind.<wbr>tests, yt.frontends.ramses, yt.frontends.ramses.api, yt.frontends.ramses.data_<wbr>structures, yt.frontends.ramses.<wbr>definitions, yt.frontends.ramses.fields, yt.utilities.lib.cosmology_<wbr>time, <a href="http://yt.frontends.ramses.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.ramses.io</a>, yt.frontends.ramses.tests, yt.frontends.rockstar, yt.frontends.rockstar.api, yt.frontends.rockstar.data_<wbr>structures, yt.frontends.rockstar.fields, yt.frontends.rockstar.<wbr>definitions, <a href="http://yt.frontends.rockstar.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.rockstar.io</a>, yt.frontends.rockstar.tests, yt.frontends.sdf, yt.frontends.sdf.api, yt.frontends.sdf.data_<wbr>structures, yt.frontends.sdf.fields, yt.utilities.sdf, <a href="http://yt.frontends.sdf.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.sdf.io</a>, yt.frontends.tipsy, yt.frontends.tipsy.api, yt.frontends.tipsy.data_<wbr>structures, yt.frontends.tipsy.fields, <a href="http://yt.frontends.tipsy.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.tipsy.io</a>, yt.frontends.tipsy.tests, yt.frontends.ytdata.api, <a href="http://yt.frontends.ytdata.io" class="m_8781334232074132597gmail_msg" target="_blank">yt.frontends.ytdata.io</a>, yt.visualization.api, yt.visualization.particle_<wbr>plots, yt.visualization.fixed_<wbr>resolution, yt.visualization.volume_<wbr>rendering, yt.visualization.volume_<wbr>rendering.api, yt.visualization.volume_<wbr>rendering.transfer_functions, yt.visualization.volume_<wbr>rendering.image_handling, yt.visualization.volume_<wbr>rendering.camera, yt.visualization.volume_<wbr>rendering.utils, yt.utilities.lib.bounding_<wbr>volume_hierarchy, yt.utilities.lib.image_<wbr>samplers, yt.visualization.volume_<wbr>rendering.lens, yt.utilities.lib.grid_<wbr>traversal, yt.visualization.volume_<wbr>rendering.transfer_function_<wbr>helper, yt.visualization.volume_<wbr>rendering.volume_rendering, yt.visualization.volume_<wbr>rendering.scene, yt.visualization.volume_<wbr>rendering.render_source, yt.visualization.volume_<wbr>rendering.zbuffer_array, yt.visualization.volume_<wbr>rendering.off_axis_projection, yt.visualization.volume_<wbr>rendering.interactive_vr_<wbr>helpers, yt.visualization.fixed_<wbr>resolution_filters, yt.utilities.lib.api, yt.utilities.lib.depth_first_<wbr>octree, yt.utilities.lib.fortran_<wbr>reader, yt.utilities.lib.basic_octree, yt.utilities.lib.points_in_<wbr>volume, yt.utilities.lib.ray_<wbr>integrators, yt.utilities.lib.write_array, yt.utilities.lib.contour_<wbr>finding, yt.utilities.lib.line_<wbr>integral_convolution, yt.visualization.plot_window, yt.visualization.base_plot_<wbr>types, yt.visualization.plot_<wbr>modifications, yt.analysis_modules, yt.analysis_modules.<wbr>cosmological_observation, yt.analysis_modules.<wbr>cosmological_observation.<wbr>light_ray, yt.analysis_modules.<wbr>cosmological_observation.<wbr>light_ray.light_ray, yt.analysis_modules.<wbr>cosmological_observation.<wbr>cosmology_splice, yt.utilities.lib.mesh_<wbr>triangulation, yt.visualization.plot_<wbr>container, yt.visualization.tick_<wbr>locators, yt.visualization.profile_<wbr>plotter, yt.visualization.streamlines, yt.visualization.fits_image, yt.analysis_modules.list_<wbr>modules<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:08,986 Calculating time from 5.000e-01 to be 1.881e+17 seconds<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:08,986 Calculating time from 5.000e-01 to be 1.881e+17 seconds<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:08,986 Calculating time from 5.000e-01 to be 1.881e+17 seconds<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:08,986 Calculating time from 5.000e-01 to be 1.881e+17 seconds<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:08,986 Calculating time from 5.000e-01 to be 1.881e+17 seconds<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,002 Assuming length units are in kpc/h (comoving)<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,002 Assuming length units are in kpc/h (comoving)<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,002 Assuming length units are in kpc/h (comoving)<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,002 Assuming length units are in kpc/h (comoving)<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,002 Assuming length units are in kpc/h (comoving)<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,027 Parameters: current_time              = 1.8806506178595517e+17 s<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,027 Parameters: current_time              = 1.8806506178595517e+17 s<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,027 Parameters: current_time              = 1.8806506178595517e+17 s<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,027 Parameters: current_time              = 1.8806506178595517e+17 s<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,027 Parameters: current_time              = 1.8806506178595517e+17 s<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,044 Parameters: domain_dimensions         = [2 2 2]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,044 Parameters: domain_dimensions         = [2 2 2]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,044 Parameters: domain_dimensions         = [2 2 2]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,044 Parameters: domain_dimensions         = [2 2 2]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,044 Parameters: domain_dimensions         = [2 2 2]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,064 Parameters: domain_left_edge          = [ 0.  0.  0.]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,064 Parameters: domain_left_edge          = [ 0.  0.  0.]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,064 Parameters: domain_left_edge          = [ 0.  0.  0.]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,064 Parameters: domain_left_edge          = [ 0.  0.  0.]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,064 Parameters: domain_left_edge          = [ 0.  0.  0.]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,081 Parameters: domain_right_edge         = [ 100000.  100000.  100000.]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,081 Parameters: domain_right_edge         = [ 100000.  100000.  100000.]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,081 Parameters: domain_right_edge         = [ 100000.  100000.  100000.]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,081 Parameters: domain_right_edge         = [ 100000.  100000.  100000.]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,081 Parameters: domain_right_edge         = [ 100000.  100000.  100000.]<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,098 Parameters: cosmological_simulation   = 1<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,098 Parameters: cosmological_simulation   = 1<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,098 Parameters: cosmological_simulation   = 1<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,098 Parameters: cosmological_simulation   = 1<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,098 Parameters: cosmological_simulation   = 1<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,114 Parameters: current_redshift          = 1.0000000010567627<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,114 Parameters: current_redshift          = 1.0000000010567627<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,114 Parameters: current_redshift          = 1.0000000010567627<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,114 Parameters: current_redshift          = 1.0000000010567627<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,114 Parameters: current_redshift          = 1.0000000010567627<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,131 Parameters: omega_lambda              = 0.725<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,131 Parameters: omega_lambda              = 0.725<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,131 Parameters: omega_lambda              = 0.725<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,131 Parameters: omega_lambda              = 0.725<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,131 Parameters: omega_lambda              = 0.725<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,145 Parameters: omega_matter              = 0.275<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,145 Parameters: omega_matter              = 0.275<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,145 Parameters: omega_matter              = 0.275<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,145 Parameters: omega_matter              = 0.275<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,145 Parameters: omega_matter              = 0.275<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,160 Parameters: hubble_constant           = 0.702<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,160 Parameters: hubble_constant           = 0.702<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,160 Parameters: hubble_constant           = 0.702<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,160 Parameters: hubble_constant           = 0.702<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:09,160 Parameters: hubble_constant           = 0.702<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:25,556 Allocating for 1.190e+10 particles (index particle type 'all')<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:25,556 Allocating for 1.190e+10 particles (index particle type 'all')<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:25,556 Allocating for 1.190e+10 particles (index particle type 'all')<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:25,556 Allocating for 1.190e+10 particles (index particle type 'all')<br class="m_8781334232074132597gmail_msg">yt : [INFO     ] 2017-03-05 00:12:25,556 Allocating for 1.190e+10 particles (index particle type 'all')<span class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">Traceback (most recent call last):<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></span>  File "<ipython-input-5-<wbr>0d0fb587bd5e>", line 1, in <module><br class="m_8781334232074132597gmail_msg">    runfile('/home/alankar/<wbr>Documents/X ray map/dev.py', wdir='/home/alankar/Documents/<wbr>X ray map')<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">  File "/home/alankar/anaconda3/lib/<wbr>python3.6/site-packages/<wbr>spyder/utils/site/<wbr>sitecustomize.py", line 866, in runfile<br class="m_8781334232074132597gmail_msg">    execfile(filename, namespace)<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">  File "/home/alankar/anaconda3/lib/<wbr>python3.6/site-packages/<wbr>spyder/utils/site/<wbr>sitecustomize.py", line 102, in execfile<br class="m_8781334232074132597gmail_msg">    exec(compile(f.read(), filename, 'exec'), namespace)<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">  File "/home/alankar/Documents/X ray map/dev.py", line 23, in <module><br class="m_8781334232074132597gmail_msg">    ds.index<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">  File "/home/alankar/Documents/yt/<wbr>yt/data_objects/static_output.<wbr>py", line 501, in index<br class="m_8781334232074132597gmail_msg">    self, dataset_type=self.dataset_<wbr>type)<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">  File "/home/alankar/Documents/yt/<wbr>yt/geometry/particle_geometry_<wbr>handler.py", line 39, in __init__<br class="m_8781334232074132597gmail_msg">    super(ParticleIndex, self).__init__(ds, dataset_type)<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">  File "/home/alankar/Documents/yt/<wbr>yt/geometry/geometry_handler.<wbr>py", line 50, in __init__<br class="m_8781334232074132597gmail_msg">    self._setup_geometry()<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">  File "/home/alankar/Documents/yt/<wbr>yt/geometry/particle_geometry_<wbr>handler.py", line 50, in _setup_geometry<br class="m_8781334232074132597gmail_msg">    self._initialize_particle_<wbr>handler()<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">  File "/home/alankar/Documents/yt/<wbr>yt/geometry/particle_geometry_<wbr>handler.py", line 99, in _initialize_particle_handler<br class="m_8781334232074132597gmail_msg">    self._initialize_indices()<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">  File "/home/alankar/Documents/yt/<wbr>yt/geometry/particle_geometry_<wbr>handler.py", line 121, in _initialize_indices<br class="m_8781334232074132597gmail_msg">    morton = np.empty(self.total_particles, dtype="uint64")<br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg">MemoryError<span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439HOEnZb m_8781334232074132597gmail_msg"><font color="#888888" class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></font></span></div><span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439HOEnZb m_8781334232074132597gmail_msg"><font color="#888888" class="m_8781334232074132597gmail_msg">Alankar Dutta<br class="m_8781334232074132597gmail_msg"><div class="m_8781334232074132597gmail_msg"><div class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></div></div></font></span></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439HOEnZb m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439h5 m_8781334232074132597gmail_msg"><div class="gmail_extra m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 11:56 PM, Alankar Dutta <span class="m_8781334232074132597gmail_msg"><<a href="mailto:dutta.alankar@gmail.com" class="m_8781334232074132597gmail_msg" target="_blank">dutta.alankar@gmail.com</a>></span> wrote:<br class="m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597gmail_msg"><div class="m_8781334232074132597gmail_msg">Thanks Nathan that works. Can you please suggest me a way to share with you my entire 960 GB snapshot containing 1024 files? Then you can have a look at them if you are interested in adding further support.<span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305HOEnZb m_8781334232074132597gmail_msg"><font color="#888888" class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></font></span></div><span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305HOEnZb m_8781334232074132597gmail_msg"><font color="#888888" class="m_8781334232074132597gmail_msg">Alankar Dutta<br class="m_8781334232074132597gmail_msg"></font></span></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305HOEnZb m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305h5 m_8781334232074132597gmail_msg"><div class="gmail_extra m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 11:11 PM, Nathan Goldbaum <span class="m_8781334232074132597gmail_msg"><<a href="mailto:nathan12343@gmail.com" class="m_8781334232074132597gmail_msg" target="_blank">nathan12343@gmail.com</a>></span> wrote:<br class="m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597gmail_msg">Oops, typo, should be <a href="https://bitbucket.org/ngoldbaum/yt" class="m_8781334232074132597gmail_msg" target="_blank">https://bitbucket.org/<wbr>ngoldbaum/yt</a></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172HOEnZb m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172h5 m_8781334232074132597gmail_msg"><div class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597gmail_msg"><br class="m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597gmail_msg"><div class="m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 11:40 AM Alankar Dutta <<a href="mailto:dutta.alankar@gmail.com" class="m_8781334232074132597gmail_msg" target="_blank">dutta.alankar@gmail.com</a>> wrote:<br class="m_8781334232074132597gmail_msg"></div><blockquote class="gmail_quote m_8781334232074132597gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"> Hello,</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">$ hg pull -r f4c5c13 <a href="https://bitbucket.org/yt_analysis/yt" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">https://bitbucket.org/yt_<wbr>analysis/yt</a><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">This is giving the following error:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">pulling from <a href="https://bitbucket.org/yt_analysis/yt" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">https://bitbucket.org/yt_<wbr>analysis/yt</a><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">abort: unknown revision 'f4c5c13'!<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Alankar Dutta<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div></div><div class="gmail_extra m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 10:46 PM, Nathan Goldbaum <span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><<a href="mailto:nathan12343@gmail.com" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">nathan12343@gmail.com</a>></span> wrote:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">To test my pull request you're going to want to build yt from a clone of the mercurial repository after pulling in my changes.</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">$ conda uninstall yt</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">$ hg clone <a href="https://bitbucket.org/yt_analysis/yt" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">https://bitbucket.org/yt_<wbr>analysis/yt</a></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">$ cd yt</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">$ hg pull -r f4c5c13 <a href="https://bitbucket.org/yt_analysis/yt" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">https://bitbucket.org/yt_<wbr>analysis/yt</a></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">$ hg update f4c5c13</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">$ python setup.py develop</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">You'll need a compilation environment set up for that to succeed. If you don't have compilers installed it will be less straightforward to test this. I'd urge you *not* to hand-edit your installed version of yt from conda, as that will create more headaches for you if you make a mistake and forget to correct it.</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520HOEnZb m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520h5 m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 10:34 AM Alankar Dutta <<a href="mailto:dutta.alankar@gmail.com" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">dutta.alankar@gmail.com</a>> wrote:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><blockquote class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Hello,<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">I have modified the yt files as given in the pull request. I get the following error code:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Traceback (most recent call last):<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">  File "dev.py", line 9, in <module><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">    import yt<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">  File "/home/alankar/anaconda3/lib/<wbr>python3.6/site-packages/yt/__<wbr>init__.py", line 133, in <module><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">    frontends = _frontend_container()<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">  File "/home/alankar/anaconda3/lib/<wbr>python3.6/site-packages/yt/<wbr>frontends/api.py", line 52, in __init__<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">    setattr(self, frontend, importlib.import_module(_mod))<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">  File "/home/alankar/anaconda3/lib/<wbr>python3.6/importlib/__init__.<wbr>py", line 126, in import_module<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">    return _bootstrap._gcd_import(name[<wbr>level:], package, level)<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">  File "/home/alankar/anaconda3/lib/<wbr>python3.6/site-packages/yt/<wbr>frontends/eagle/api.py", line 17, in <module><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">    from .data_structures import \<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">  File "/home/alankar/anaconda3/lib/<wbr>python3.6/site-packages/yt/<wbr>frontends/eagle/data_<wbr>structures.py", line 21, in <module><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">    from yt.frontends.gadget.data_<wbr>structures import \<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">  File "/home/alankar/anaconda3/lib/<wbr>python3.6/site-packages/yt/<wbr>frontends/gadget/data_<wbr>structures.py", line 28, in <module><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">    from yt.frontends.sph.data_<wbr>structures import \<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">ImportError: cannot import name 'SPHDataset'<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div>The following is my code:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">import yt<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">ds = yt.load("snapshot_068.0")<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Alankar Dutta<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="gmail_extra m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 3:13 PM, Alankar Dutta <span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><<a href="mailto:dutta.alankar@gmail.com" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">dutta.alankar@gmail.com</a>></span> wrote:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Oh I missed telling that the full dataset is around 950 GB<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270HOEnZb m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270h5 m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_extra m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 1:02 PM, Alankar Dutta <span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><<a href="mailto:dutta.alankar@gmail.com" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">dutta.alankar@gmail.com</a>></span> wrote:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Hello,<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">This is only one part of the multipart snapshot of the simulation. I am sending you the header information from the snapshot file:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><pre style="box-sizing:border-box;overflow:auto;font-family:monospace;font-size:14px;display:block;padding:0px;margin:0px;line-height:inherit;word-break:break-all;color:rgb(0,0,0);background-color:rgb(255,255,255);border-width:0px;border-style:none;border-color:-moz-use-text-color;border-radius:0px;white-space:pre-wrap;vertical-align:baseline;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;word-spacing:0px" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">{'O0': 0.27500000000000002,
 'Ol': 0.72499999999999998,
 'boxsize': 100000.0,
 'flag_age': 1,
 'flag_cooling': 1,
 'flag_delaytime': 0,
 'flag_fb': 1,
 'flag_fh2': 0,
 'flag_metals': 1,
 'flag_potential': 3,
 'flag_sfr': 1,
 'flag_tmax': 0,
 'h': 0.70199999999999996,
 'massTable': array([ 0.        ,  0.00110449,  0.        ,  0.        ,  0.        ,  0.        ]),
 'nbndry': 76247,
 'nbulge': 0,
 'ndisk': 0,
 'ndm': 1459617792,
 'nfiles': 1024,
 'ngas': 1343721867,
 'npartThisFile': array([10045237, 10239661,        0,        0,   451148,       67], dtype=uint32),
 'npartTotal': array([1343721867, 1459617792,          0,          0,  503500456,
             76247], dtype=uint32),
 'npartTotalHW': array([1, 1, 0, 0, 0, 0], dtype=uint32),
 'nstar': 503500456,
 'redshift': 1.0000000010567627,
 'rhocrit': 2.707660428120944e-29,
 'time': 0.49999999973580939}</pre><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div>I extracted this information using a different python program.<span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270m_7426300707668143112HOEnZb m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><font class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" color="#888888"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></font></span></div><span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270m_7426300707668143112HOEnZb m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><font class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" color="#888888">Alankar Dutta<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></font></span></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270m_7426300707668143112HOEnZb m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270m_7426300707668143112h5 m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_extra m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 12:45 PM, Nathan Goldbaum <span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><<a href="mailto:nathan12343@gmail.com" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">nathan12343@gmail.com</a>></span> wrote:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_extra m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 12:25 AM, Nathan Goldbaum <span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><<a href="mailto:nathan12343@gmail.com" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">nathan12343@gmail.com</a>></span> wrote:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_extra m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270m_7426300707668143112m_2054906823403235472m_-7680578832292161778gmail- m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">On Sat, Mar 4, 2017 at 12:13 AM, Alankar Dutta <span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><<a href="mailto:dutta.alankar@gmail.com" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">dutta.alankar@gmail.com</a>></span> wrote:<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Hello,<div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Modifying the GADGET simulation isn't possible the moment because it has already been developed by someone else who has a paper  published  on this simulation and I want to use that simulation  snapshots to make mock xray map from it.</div></div></blockquote><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div></span><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">I'm talking about modifying yt, not Gadget.<div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Is the file you attached to your other e-mail just a single file in a multi-file dataset? How large is the full dataset? Do you not have a way to produce a full dataset in this output format that's not prohibitively large?</div></div></div></div></div></blockquote><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div></span><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">I've opened a pull request that allows me to do IO on the data you attached: <a href="https://bitbucket.org/yt_analysis/yt/pull-requests/2537" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">https://bitbucket.<wbr>org/yt_analysis/yt/pull-<wbr>requests/2537</a></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">This allows me to read your data in, getting sensible values for e.g. position. I suspect we're not using the correct field specification because I see this warning:</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">yt : [WARNING  ] 2017-03-04 01:06:09,109 Your Gadget-2 file may have extra columns or different precision! (1814947576 file vs 1486279952 computed)<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">yt supports a number of field specifications out of the box, see:</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><a href="https://bitbucket.org/yt_analysis/yt/src/3eca2ae80ab14a48b643d3055d7d3c0933fa77ae/yt/frontends/gadget/definitions.py?at=yt&fileviewer=file-view-default#definitions.py-50" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">https://bitbucket.org/yt_<wbr>analysis/yt/src/<wbr>3eca2ae80ab14a48b643d3055d7d3c<wbr>0933fa77ae/yt/frontends/<wbr>gadget/definitions.py?at=yt&<wbr>fileviewer=file-view-default#<wbr>definitions.py-50</a><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Do you happen to know which fields are in your output file?</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270m_7426300707668143112m_2054906823403235472h5 m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"> </div><blockquote class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_extra m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270m_7426300707668143112m_2054906823403235472m_-7680578832292161778gmail-h5 m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"> </div><blockquote class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><span class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270m_7426300707668143112m_2054906823403235472m_-7680578832292161778gmail-m_-4150620841045583989gmail-HOEnZb m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><font class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" color="#888888"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Alankar Dutta</div></font></span></div></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270m_7426300707668143112m_2054906823403235472m_-7680578832292161778gmail-m_-4150620841045583989gmail-HOEnZb m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121m_-4774300613610813270m_7426300707668143112m_2054906823403235472m_-7680578832292161778gmail-m_-4150620841045583989gmail-h5 m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_extra m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><div class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">On Mar 4, 2017 11:38 AM, "Nathan Goldbaum" <<a href="mailto:nathan12343@gmail.com" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">nathan12343@gmail.com</a>> wrote:<br type="attribution" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><blockquote class="gmail_quote m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">I think the most straightforward thing to do here is to fix the Gadget frontend so it properly reads in gadget binary data with positions written in double precision.<div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Is there any chance you can generate a smallish test dataset in your Gadget output format that we can use for debugging purposes? With that available it should be straightforward to add support. You can share the dataset using the yt curldrop (<a href="https://docs.hub.yt/services.html#curldrop" class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg" target="_blank">https://docs.hub.yt/services.<wbr>html#curldrop</a>) or a cloud filesharing service like dropbox or google drive.</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">Unfortunately there isn't a way to load SPH data without a full-fledged frontend right now.</div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">We do have a load_particles function which allows creating a dataset from particle data loaded as numpy arrays, but it's currently not possible to use it to load SPH data. </div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg">I'm currently actively working on improving support for SPH data in yt and adding the ability to load SPH data with load_particles is one of the things I've added in that branch of the code. Hopefully this work will be stabilized sometime in the next few months.<br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"><br class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div><div class="m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033m_-6405551154778478520m_-2072811568109207121gmail_msg m_8781334232074132597m_-7585375020214415255m_-7315423767325765439m_5563367327387085305m_-2617631210866009172m_8671212979999904033gmail_msg m_8781334232074132597gmail_msg"></div></div></blockquote></div></div></div></div></blockquote></div></div></div></div></div></blockquote></div></div></div></div></div></blockquote></div></div></div></div></blockquote></div></div></div></div></blockquote></div></div></blockquote></div></div></div></div></blockquote></div></div></blockquote></div></div></div></div></blockquote></div></div></div></div></blockquote></div></div></div></div></blockquote></div></div></blockquote></div></div></blockquote></div></div><br>______________________________<wbr>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/<wbr>listinfo.cgi/yt-users-<wbr>spacepope.org</a><br>
<br>...</blockquote></div></div>