The DataCheck Function¶
Intro goes here...
Major Functions¶
dataCheck()¶
The dataCheck() function is the section where the filter's developer can write all the sanity checks for the filter to make sure that the filter will run smoothly and without errors. These checks will be executed when preflight runs on the filter, and errors and warnings will appear if any of the checks fail.
Some examples of common sanity checks: - Created arrays have been given unique names. - Arrays needed by the filter currently exist when this filter is running. - Created arrays' tuple dimensions match their attribute matrix's tuple dimensions. - Values that cannot be negative should be positive, and vice versa.