awips2/cave/com.raytheon.viz.gfe/help/TextProductUserGuide/notes44.txt
2022-05-05 12:34:50 -05:00

9 lines
No EOL
760 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Next, we have the $B!H(BgenerateProducts$B!I(B method which conducts the general flow of product execution. It consists of the following methods and steps:
_getVariables: Get the variables entered by the user from the VariableList definition and set up any product specific variables.
_getAreaList: Get the list of edit areas over which the product will run.
_determineTimeRanges: Calculate the time ranges over which we$B!G(Bll need to sample the data.
_sampleData: Sample the data
_preProcessProduct: Create the product header.
Now we loop through each edit area producing a header (_preProcessArea), the product text (_makeProduct), and a footer (_postProcessArea).
_postProcessProduct: Create product footer.
Return the resulting text string.