Mark C. Miller
Mark C. Miller
One klugey workaround (which works for me anyways)...start VisIt from terminal app as in... ``` /Applications/VisIt.app/Contents/MacOS/VisIt ``` That allows it to descend into `Desktop`, `Downloads`, etc.
@ARSanderson how thick (in terms of numbers of elements) is the dataset in the Z dimension? It looks like it could be just one element thick making it a somewhat...
I am fairly certain we don't need two flavors. At the end of the day, a color table is nothing more than a list of colors (and possibly `opacities`, and...
### Some observations From a set of `K` color *control points* (rgb + alphas/opacities + positions in [0,1]) we define `N` colors. When the table is discrete, `N=K` and the...
From the above, color tables are just lists of color control points which have names (and now tags to help sort among the many possibilities). When a table is used...
Bracket top `CMakeLists.txt` X11 logic for non-darwin and confirm it builds
> Maybe this is a novice question, but how can I make cmake use a newer version? I've been using the cmake in the third_party directory. If I understand your...
look at Facebook's [Z Standard](https://github.com/facebook/zstd) compression too. Can probably detect compression based on filename extensions specified in bov header.
Ok, I've got permission to post the data here. [files.tar.gz](https://github.com/visit-dav/visit/files/8905545/files.tar.gz) * `visit_ex_db.silo` is the original export from VisIt for some Mili data * `patchMiliLabels.py` is a python script using Silo's...
@biagas suggests maybe upgrading to use `vtkStringArray` class. This would help a lot. It would at least make it a *scalar* variable instead of a *vector* variable. Would have to...