Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r157 r163  
    2626; 
    2727; @keyword ONSPHERE 
    28 ; to specify that the quadilateral are on a sphere and 
    29 ; that teir coordinates are longitude-latitude coordinates. In this 
     28; to specify that the quadrilateral are on a sphere and 
     29; that their coordinates are longitude-latitude coordinates. In this 
    3030; case, est-west periodicity, poles singularity and other pbs 
    3131; related to longitude-latitude coordinates are managed 
     
    3333; 
    3434; @keyword ZOOMRADIUS {default=4} 
    35 ; the zoom (circle centred on the (x,y) with a radius of 
     35; the zoom (circle centered on the (x,y) with a radius of 
    3636; zoomradius degree where we look for the the quadrilateral which 
    3737; contains the (x,y) point) used for the satellite projection 
     
    197197; 
    198198; 
    199 ; the point is inside the quadilateral if test eq 1 
     199; the point is inside the quadrilateral if test eq 1 
    200200; with test equal to: 
    201201;     test = ((x-x1)*(y2-y1) GE (x2-x1)*(y-y1)) $ 
Note: See TracChangeset for help on using the changeset viewer.