ContentsIndexReferenceHome
PreviousUpNext
Functions for Working with LEEDR

This section contains functions distributed with ATMTools for use in atmospheric modeling with the Laser Environmental Effects Definition and Reference (LEEDR). For information on LEEDR see http://www.afit.edu/en/de/leedrproducts.cfm or contact AFIT CDE, 2950 Hobson Way, Wright-Patterson AFB, Ohio, 937.255.3636 x4506. Many of these functions require the user to have an m-code or p-code version of LEEDR on the Matlab path or at least to have pre-computed atmospheric data from LEEDR. In addition to the functions described below, the functions LEEDRAtmos, ExPERTAtmos, and MarineAtmos described in AtmosModels make use of LEEDR.

Functions
Name 
Description 
Generates LEEDR model data for use with the function LEEDRAtmos. Requires p-code or m-code version of LEEDR available from the Air Force Institute of Technology. Creates an entry in the workspace application data for use by LEEDRAtmos - use getappdata(0,'LEEDRAtmosphere') to view the data generated. 
Loads the data descriptions for the CFLOS sites. Data is displayed if no outputs are assigned. 
Loads the data descriptions for the LEEDR sites. Data is displayed if no outputs are assigned. 
Loads precomputed LEEDR atmospheric data from a Matlab data file, fname, and places into the desktop application data for use with LEEDRAtmos. Will replace existing application data - use mergeLEEDRAtmos to combine with existing data. 
Returns the value of the mean refractivity (n - 1) using the LEEDR function CiddorOld. 
Combines a LEEDR output structure with the LEEDRAtmosphere data in the workspace application data and places the result in the application data for the workspace. Will only combine the structures if the fields in "Inputs" have identical values other than the Wavelength. If the input data does not match the current LEEDR data, current LEEDR data will be replaced. 
Returns the probability of cloud-free line of site given geometry, season, time-of day and specified location. 
Saves precomputed LEEDR atmospheric data from the desktop application data to a Matlab data file, fname. 
Generates LEEDR model data inputs for use with the function buildLEEDRAtmos. Requires p-code or m-code version of LEEDR available from the Air Force Institute of Technology. 
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!