Added the ability to skip special pixels in phocube (#3897)
* Added ignore special pixels parameter and new test
* Forgot to include change to xml file
* Changed process function to lambda function to get rid of global variables
* Response to comments