This repository contains various notebooks and scripts used with the void analysis (either in running VoidFinder or V2 or in working with the output). This code is much more customized to individual uses and is therefore not included with VAST.
The nb directory contains various iPython notebooks useful for visualizing the data and void catalogs. This includes code to construct wedge plots.
The profiling directory contains an iPython notebook written to visualize the results of profiling VoidFinder during development.
The scripts directory contains various python scripts, primarily for running VoidFinder. These are essentially copies of the sample SDSS_VoidFinder_dr7.py script provided with VAST that have been customized for other surveys.
The VoidFinder_legacy directory contains the legacy VoidFinder code: Fortran, C++, and original C++ --> python conversion.