ContentsIndexReferenceHome
PreviousUpNext
LEEDRLUT
MATLAB
LEEDROut = LEEDRLUT(inpts)
Description

Create a LEEDR LUT object from inputs for use with LEEDR in ATMTools. This function does not set or modify LEEDR profiles in the Matlab app data. For that use loadLEEDRAtmos and/or buildLEEDRAtmos.

Parameters
Parameters 
Description 
inpts [various] 
LEEDR input data. Can be a LEEDR input structure or object or pre-computed LEEDR data structure or object. If not input, returns LEEDR data from the Matlab application data if it exists or a LEEDR object with the default input. 
Return Values
Return Values 
Description 
LEEDROut [LEEDRLUT] 
LEEDR LUT data object 
LEEDROut.Inputs [struct/obj] 
LEEDR inputs structure or object 
LEEDROut.Outputs [struct/obj] 
LEEDR outputs structure or object 
LEEDROut.time [cell] 
Time-stamp for the LEEDR run 
LEEDROut.name [cell] 
User-specified name(s) for the LEEDR run 
LEEDROut.LEEDRver [char] 
LEEDR version information for the data 
LEEDROut.hasRun [logical] 
Flag indicating whether LEEDROut contains output data 
Examples

>> loadLEEDRAtmos('LEEDR_RuralMidLatSummer.h5') 

>> m = LEEDRLUT(); 

  • Return LEEDR LUT data from the Matlab application data or LEEDR LUT data populated with default inputs.
>> m.addWavelength(1.03e-6) 

  • Compute LEEDR data at a new wavelength and merge with data in m. Must have p-code or m-code version of LEEDR on that path.
>> loadLEEDRAtmos(m) 

  • Add LEEDR data to or merge with existing data in the Matlab app data
>> LEEDRLUT.getInputNames() 

  • Return a list of parameter names for use with setLEEDRInputs and buildLEEDRAtmos.
>> S = struct(m) 

  • Create a structure of most commonly accessed LEEDR data. S always has the same format, regardless of LEEDR version.
 

See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!