Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/fromreg.pro

    r327 r371  
    6767;  To interpolate 1 field: 
    6868; 
    69 ; IDL> topa = fromreg('bilinear', tncep, xncep, yncep, glamt, gphit) 
     69;   IDL> topa = fromreg('bilinear', tncep, xncep, yncep, glamt, gphit) 
    7070; 
    7171;  or if you have several fields to interpolate from the same source and target grids 
     
    7474;   (that must be undefined or equal to 0 before calling fromreg 
    7575; 
    76 ; IDL> t1opa = fromreg('bilinear', t1ncep, xncep, yncep, glamt, gphit, WEIG = a, ADDR = b) 
    77 ; IDL> help, a, b 
     76;   IDL> t1opa = fromreg('bilinear', t1ncep, xncep, yncep, glamt, gphit, WEIG = a, ADDR = b) 
     77;   IDL> help, a, b 
    7878; 
    7979; 2) use a and b that are now defined to bypass the computation of the weights and addresses  
    8080; and speed-up the computation! 
    8181; 
    82 ; IDL> t2opa = fromreg('bilinear', t2ncep, xncep, yncep, glamt, gphit, WEIG = a, ADDR = b) 
     82;   IDL> t2opa = fromreg('bilinear', t2ncep, xncep, yncep, glamt, gphit, WEIG = a, ADDR = b) 
    8383; 
    8484; @history 
Note: See TracChangeset for help on using the changeset viewer.