From c16e41cba4e607cd3c0c4c578629e687464163ad Mon Sep 17 00:00:00 2001 From: dpineiden Date: Tue, 15 Jul 2014 08:48:53 -0400 Subject: [PATCH] sintesis de las funciones --- indices_vegetacion.m | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/indices_vegetacion.m b/indices_vegetacion.m index 6d9ba4a..b13e0d1 100644 --- a/indices_vegetacion.m +++ b/indices_vegetacion.m @@ -30,16 +30,9 @@ Banda=1; [R_l(:,:,3),L_l(:,:,3),DN7(:,:,3),UTM,COD_SAT_IMG,INFO.blue,R.blue]=reflactancia(Banda,Landsat,Carpeta_img,MTLDIR,hemisferio,Nombre_Proceso,CorteX,CorteY); %reflactancia SWIR:R 4 - case 'NDWI' + case {'NDWI','MSI','II'} Banda=5; [R_l(:,:,4),L_l(:,:,4),DN7(:,:,4),UTM,COD_SAT_IMG,INFO.swir,R.swir]=reflactancia(Banda,Landsat,Carpeta_img,MTLDIR,hemisferio,Nombre_Proceso,CorteX,CorteY); - case 'MSI' - Banda=5; - [R_l(:,:,4),L_l(:,:,4),DN7(:,:,4),UTM,COD_SAT_IMG,INFO.swir,R.swir]=reflactancia(Banda,Landsat,Carpeta_img,MTLDIR,hemisferio,Nombre_Proceso,CorteX,CorteY); - case 'II' - Banda=5; - [R_l(:,:,4),L_l(:,:,4),DN7(:,:,4),UTM,COD_SAT_IMG,INFO.swir,R.swir]=reflactancia(Banda,Landsat,Carpeta_img,MTLDIR,hemisferio,Nombre_Proceso,CorteX,CorteY); - end end R_l=R_l+1;%% pasar de 0 a 255 a 1 a 256 (para evitar divisiones por 0 proximamente)