-
Notifications
You must be signed in to change notification settings - Fork 13
Managing Multiple Data Sets
The python FIREreader.py code will convert your hdf5 data set into a format that is readable by Firefly. The converted data for Firefly is placed within "data" directory within a sub-directory defined either by the snapshot number, or by the user-defined FIREreader.dataDir. The python code also creates a file named "startup.json" in the "data" directory. This file is the first thing read into Firefly, and tells Firefly where to find the rest of the data files; it simply contains the name of the directory where your data resides.
If startup.json does not exist, Firefly will display a button that will allow you to select the directory containing the files you want to load (the directory must contain a filelist.json file). You may choose to simply remove the startup.json file, or set the option in FIREreader.py to not create that file automatically. In that case, you will always need to select a data directory when Firefly launches.
If you already have a data set loaded and displayed in Firefly, you can load a new data set from within the user interface by clicking on the "Load New Data Button". Again, you will need to choose a directory that contains your json data files (and filelist.json).
Note, some browsers may show a default warning message that you are about to upload many files to the site and to only do so if you trust the site. Please allow Firefly to upload these files.
Also, note that for most browsers, you will only be able to select a directory that is within your data directory. Please keep your json files there or adding symbolic links within the data directory pointing to elsewhere on your local disk, e.g.,
> ln -s /home/mydirectory/snapdir_XXX
- Home
- Getting Started
-
Controls
- Filtering
- Tweening (in development)
- Coloring by Variable (in development)
- Projecting along line-of-sight (in development)
- Python Frontend
- Advanced Topics