|
|
Q. How do I visualize data with "holes" in it?
A: I have used the following to visualize data with holes in AVS:
- Set missing values to something well out of range of actual data
- Use some form of field reader
- Use field to ucd
- Use ucd threshold to throw out all cells with out of range values
- Then use ucd iso, ucd contour, ucd slice, etc.--producing pictures
with holes.
Note, field to ucd needs 3D fields.
You may also use the carpet module at the IAC (turn on "leave
holes").
|