Changeset 506 for trunk


Ignore:
Timestamp:
03/29/12 23:22:58 (12 years ago)
Author:
lelod
Message:

tentative correction bug ratee dans extract_amsua fovgrid(zone)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/extract_amsua.pro

    r505 r506  
    457457               interpolswath,tb,lat,lon,mask,resol,nbgrid,tbgrid,latgrid,longrid,maskgrid 
    458458               if cont eq 1L then begin 
    459                   fovgrid=indgen(nbgrid)+1 
     459                  fovgrid=indgen(n_elements(tbgrid))+1 
    460460               endif 
    461  
     461;print,'wwwtest: nb points fov interpole ',n_elements(tbgrid) 
    462462; selection des taches au sol situees dans la zone d'interet 
    463463               zone=where((longrid ge lon_min) and (longrid le lon_max) $ 
    464464                          and (latgrid ge lat_min) and (latgrid le lat_max) and (tbgrid gt tbmin) and (tbgrid lt tbmax), npt) 
     465;print,'wwwtest: nb points zone d interet ',npt 
    465466               if npt ne 0 then begin 
    466467                  if (n_elements(chint) LE 1) then begin 
Note: See TracChangeset for help on using the changeset viewer.