:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** Measure of Effectiveness Lat/Lon Stats Output --------------------------------------------- .. parsed-literal:: output lat_lon_stats latitude_ longitude_ bin_size_ file_ width_ precision_ format_ ... justify_ ... end_output Lat/lon stats output will produce a file containing statistics of the measured value for each latitude, or longitude. The statistics are computed by projecting out either the latitude or longitude, binning the resulting points, and computing the minimum, maximum, and mean value of the measure for each bin. A line is written to the file only if the bin is not empty. Projection Commands =================== .. command:: latitude Produce summary statistics as a function of latitude. .. command:: longitude Produce summary statistics as a function of longitude. .. command:: bin_size Specify the size of the bins into which the grid points are projected. .. include:: common_text_measure_output_commands.txt