awips2/cave/com.raytheon.viz.gfe/help/TextProductUserGuideTabular/notes17.txt
root 9f19e3f712 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

2 lines
807 B
Text

The Smart Text Products create and manipulate these objects. Having familiarity with them will help you understand the "language" of the text products. Edit Areas are Python class objects which have attribute methods such as the edit area name and data points. The AreaList is a list of (edit area object, label) tuples. We'll look more closely at Time Ranges in a moment. The AnalysisList specifies weather elements and analysis methods. The HistoSampler is complicated structure containing the raw histograms from sampling the data. You will not need to access information inside the HistoSampler, but will pass it on to helper methods to perform the analysis. Finally, the StatDict and StatList contain the results of the analysis for each weather element. We'll see them in more detail later.