Changeset 554


Ignore:
Timestamp:
05/20/12 21:39:02 (12 years ago)
Author:
lelod
Message:

verif correction nadir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/extract_amsua.pro

    r540 r554  
    457457        ENDIF 
    458458         moych=fltarr(nbpix) 
     459nfov=nbpix 
     460 
     461moytb=fltarr(nfov) 
     462sigtb=fltarr(nfov) 
     463for ifov=0,nfov-1 do begin  
     464   ind=where(landseamask[ifov,*] eq 1 ,nifov)  
     465      moytb[ifov]=mean(ch_nadir[ifov,ind])  
     466      sigtb[ifov]=stdev(ch_nadir[ifovind])  
     467   endfor  
     468window,2 
     469plot,fov_y,moytb,psym=7,xstyle=1,ystyle=1,yrange=[min(moytb)-max(sigtb),max(moytb)+max(sigtb)] 
     470 
     471errplot,moytb-sigtb,moytb+sigtb 
     472 
    459473 
    460474; appel a interpolswath pour ajuster les pixels amsua sur une grille 
Note: See TracChangeset for help on using the changeset viewer.