Working aperture generation with Zernikes
Disabled openMP in ZernikeCalc.cc everywhere, there were race conditions that
caused errors while filling the aperture.
Oversamp in VLACalcIlluminationConvFunc.cc has been changed from 3 to 10.
Included an arbitrary trimming factor of 0.7 that cuts off the aperture since
it appeared that the surface was diverging outside that radius.
The code now generates an AW CF and does the right thing all the way through.
There seems to be a scaling issue in the image plane, where the PB has been
scaled to the wrong size. The AW corrections are still applied properly,
however.
Vector of Vector definitions have been made explicit which let the code and the nulling work. The trouble is we have unusually high values within the CF afer generation using ZernikeCalc. This final step need to be fixed and then the looping over polarization needs to be addressed.