Ignore:
Timestamp:
05/23/06 15:45:47 (18 years ago)
Author:
smasson
Message:

debug xxx and cie + clean data file + rm perldoc_idl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltt.pro

    r69 r74  
    499499            end 
    500500            type eq 'yt' : begin 
    501                IF (size(gphi))[0] EQ 1 then yy = gphi ELSE yy = reform(gphi[0, *]) 
     501               IF (size(gphi))[0] EQ 1 then yy = gphi ELSE BEGIN  
     502                 IF keyword_set(key_irregular) THEN BEGIN  
     503                   cln = (where(gphi EQ max(gphi)))[0] 
     504                   yy = reform(gphi[cln MOD nx, *]) 
     505                 ENDIF ELSE yy = reform(gphi[0, *]) 
     506               ENDELSE 
    502507               xx = temps-tempsmin 
    503508               z2d = transpose(z2d) 
Note: See TracChangeset for help on using the changeset viewer.