[yt-dev] Issue #1179: Loading particle files in Flash with DatasetSeries (yt_analysis/yt)

Alex Hill issues-reply at bitbucket.org
Thu Mar 3 10:39:25 PST 2016


New issue 1179: Loading particle files in Flash with DatasetSeries
https://bitbucket.org/yt_analysis/yt/issues/1179/loading-particle-files-in-flash-with

Alex Hill:

I would like to see an analog of the particle_filename option in yt.load in yt.DatasetSeries for Flash (and possibly other) datasets in which the particle data is stored in a separate file from the main data.

If loading a single file, I can do


```
#!python

d = yt.load("file_hdf5_plt_cnt_0100", particle_filename="file_hdf5_part_0100")

```

I’d like to do something like


```
#!python

ts = yt.DatasetSeries("file_hdf5_plt_cnt_0*0", particle_filename="file_hdf5_part_0*0")

```






More information about the yt-dev mailing list