Changeset 555


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

correction erreurs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/extract_amsua.pro

    r554 r555  
    464464   ind=where(landseamask[ifov,*] eq 1 ,nifov)  
    465465      moytb[ifov]=mean(ch_nadir[ifov,ind])  
    466       sigtb[ifov]=stdev(ch_nadir[ifovind])  
     466      sigtb[ifov]=stdev(ch_nadir[ifov,ind])  
    467467   endfor  
    468468window,2 
    469 plot,fov_y,moytb,psym=7,xstyle=1,ystyle=1,yrange=[min(moytb)-max(sigtb),max(moytb)+max(sigtb)] 
     469plot,indgen(nfov)+1,moytb,psym=7,xstyle=1,ystyle=1,yrange=[min(moytb)-max(sigtb),max(moytb)+max(sigtb)] 
    470470 
    471471errplot,moytb-sigtb,moytb+sigtb 
Note: See TracChangeset for help on using the changeset viewer.