• 大小: 465KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: Matlab
  • 标签: modtran5  matlab  

资源简介

modtran5 大气校正模型 matlab 代码

资源截图

代码片段和文件信息

classdef Mod5
% Mod5 - A class for working with MODTRAN 5 atmospheric model cases

% This class is a functional wrapper and does not include a GUI. For
% MODTRAN GUIs see PcModWin (Ontar Corporation) MODO (Rese) or MIG. 
%
% The class includes methods to read and write MODTRAN5 case files. Once
% a case has been read in it is possible to adjust the parameters and
% write the modified .ltn or .tp5 file.
%
% There is also a method to run MODTRAN and read many results immediately
% into the class instance. For a full list of methods see below the
% property listing.
%
% For this version of Mod5 the canonical reference for MODTRAN
% parameters is the MODTRAN 5.2.0.0 User‘s Manual dated July 2008.
%
% The class Mod5 has the following properties:

%            CaseNa

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件     1755203  2008-01-06 16:03  CalVal_ENVISAT_MERIS_v01.xml
     文件        1498  2010-02-21 20:43  CaseUSS.ltn
     文件        7857  2010-12-15 17:09  CIEXYZ10.flt
     文件        7853  2010-12-15 17:09  CIEXYZ2.flt
     文件         374  2011-06-20 14:14  Ex1.ltn
     文件        2247  2011-06-20 18:48  Ex4.tp5
     文件      603348  2012-10-11 20:08  Mod5.m
     文件       62976  2011-06-03 16:04  Mod5CLassWrapperForMODTRAN.doc
     文件       69238  2011-05-28 18:16  Mod5CLassWrapperForMODTRAN.pdf
     文件        3789  2011-06-25 12:52  Mod5Compare.m
     文件       30562  2012-10-11 19:30  Mod5Examples.m
     文件        4063  2011-06-25 13:39  Mod5Test.m
     文件        3670  2011-06-25 13:38  Mod5TestRun.m
     文件       23143  2007-07-14 00:42  seawater_open_ocean_sw2.27262.asc
     文件       58685  2010-03-01 20:05  tree100001.asd.ref.txt

评论

共有 条评论