La présentation est en train de télécharger. S'il vous plaît, attendez

La présentation est en train de télécharger. S'il vous plaît, attendez

Overview %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%

Présentations similaires


Présentation au sujet: "Overview %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%"— Transcription de la présentation:

1 Overview %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%

2

3

4 %nakedsoftware.org opensource license, copyright 2010 stephane.poirier@oifii.org % %developed by Stephane Poirier, M.Sc. Optical Physics, Remote Sensing Application Software Developer (1991-2010) % %this function is part of oifii.org's ar\sp\ Microwave- derived 30-year Canada-Alaska Daily Temperature and Snowcover Databases library % %this function is part of oifii.org's ar\sp\'this folder' application (lauched with ar\sp\'this file'.m) %oifii.org's ar\sp\affiche_carte application is part of the oifii.org's ar\sp set of applications which %may also contain similar variant versions of this function with identical filename. % %A geophysical research paper about this work has been submitted in June 2009 for publication in JGR-Atmosphere %Royer, A. and Poirier S., Surface temperature spatial and temporal variations in North America from homogenized %satellite SMMR-SSM/I microwave measurements and reanalysis for 1979-2008, Journal of Geophysical Research - Atmosphere, %Submitted June 2009, http://www.oifii.org/tsatdb/Royer- Poirier_Microwave-derived-daily-surface- temperature_JGR2009JD012760_R2.pdf % %This study's database can be downloaded from the author web site at: %http://www.oifii.org/tsatdb/Royer-Poirier_Microwave-derived- daily-surface-temperature-db_1979-2008.zip % %this function is used to display the raw microwave raster data (NSIDC's SMMR and SSMI satellite, ref. nsidc.org) % %usage: % 20yymmmdd % %version 0.0, 20yymmmdd, spi, initial function draft % %nakedsoftware.org opensource license, copyright 2010 stephane.poirier@oifii.org

5 %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%

6 ******************** ** renomme_cartes_ts_norm(dossier,formatspecifie) ** ********************

7 function renomme_cartes_ts_norm(dossier,formatspecifie) %fonction ecrite par stephane poirier %pour renommer les fichiers Ts-norm selon le format approprie % %cette fonction traitera tous les fichiers du dossier specifies %i.e.: renomme_cartes_ts_norm('D:\ssmi_ts-norm\am- mt\160x240\Canada\1988\37GHz', 'TS_Dnnn'); % %code initialement pour convertir les fichiers ts-norm %du format TS37_nnn vers le format TS_Dnnn % if(nargin>1 && strcmp(upper(formatspecifie), upper('TS_Dnnn'))~=1) warning('specified output format is not valid'); return; end %1) trouver les fichiers (du dossier specifie) [sizechar nchar] = size(dossier); if(~strcmp(dossier(nchar),filesep)) %si chemin ne se termine pas par filesep, l'ajouter dossier = [dossier, filesep]; end fichiers = dir([dossier,'TS*']); [nombredefichiers,nombredestructuresparfichiers] = size(fichiers); %1.1) considerant la presence potentielle de dossiers for n = 1:nombredefichiers if ~strcmp(fichiers(n).name,'.') && ~strcmp(fichiers(n).name,'..') if ~fichiers(n).isdir && fichiers(n).bytes==160*240*16 %ne rien faire pour les dossiers ou les fichiers vides [nnchar,nchar] = size(fichiers(n).name); nnn = [fichiers(n).name(nchar- 2),fichiers(n).name(nchar-1),fichiers(n).name(nchar)]; fichierentree = fichiers(n).name; fichiersortie = ['TS_D',nnn]; movefile([dossier,fichierentree],[dossier,fichiersortie]); end


Télécharger ppt "Overview %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%%%%%% %%%%%%%"

Présentations similaires


Annonces Google