Changeset 592


Ignore:
Timestamp:
07/20/12 10:18:27 (12 years ago)
Author:
lelod
Message:

modif plot amsu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_amsu.pro

    r591 r592  
    8080print,'nb orbites',max(desc) 
    8181 
    82 ; plot sur continent orbites du matin 
     82; plot orbites du matin 
    8383tbmin=100. 
    8484tbmax=300. 
    8585;jnd=where(tb1 gt tbmin and tb1 lt tbmax and mask eq 1 and hour le 12) 
    86 ;plot partout 
    87 jnd=where(tb1 gt tbmin and tb1 lt tbmax and hour le 12) 
     86rep='' 
     87descmin=0 & descmax=max(desc) 
     88 
     89print,'no d orbite min et max?' 
     90read,descmin,descmax 
     91 
     92lab_orbite: 
     93window,0 
     94loadct,39 
     95jnd=where(tb1 gt tbmin and tb1 lt tbmax and desc ge descmin and desc le descmax) 
    8896tb=tb1[jnd] 
    8997lolo=lon[jnd] 
    9098lala=lat[jnd] 
    91 ;print,'continent ',min(tb),max(tb) 
    92 window,0 
    93 loadct,39 
     99for ide=descmin,descmax do print,'heure des orbites tracees',mean(hour[ide]) 
    94100plot,lon,lat,xrange=[lonmin,lonmax],yrange=[latmin,latmax],xstyle=1,ystyle=1,/nodata 
    95101colscale=intarr(n_elements(tb)) 
    96102for j=0,n_elements(tb)-1 do colscale[j]=(tb[j]-min(tb))*255/(max(tb)-min(tb)) 
    97103plots,lolo,lala,psym=5,symsize=1,color=colscale 
     104print,'autres orbites? (oui ou ...)' 
     105read,rep 
     106if rep eq 'oui' then goto,lab_orbite 
     107 
     108 
    98109;mer=0 
    99110;if mer ne 0 then begin 
Note: See TracChangeset for help on using the changeset viewer.