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/Utilities/lineintersection.pro

    r157 r163  
    1111; Utilities 
    1212;  
    13 ; @param abc1 {in}{required}  
    14 ; is the first table of dimension 3, number_of_pairs_of_straight_lines,  
     13; @param ABC1 {in}{required}{type=3d array} 
     14; is the first array of dimension 3, number_of_pairs_of_straight_lines,  
    1515; whose each line contain the 3 parameters a,b and c of the first linear  
    1616; equation of the type ax+by+c=0 
    1717; 
    18 ; @param abc2 {in}{required}  
    19 ; is second table of dimension 3, number_of_pairs_of_straight_lines,  
     18; @param ABC2 {in}{required}{type=3d array} 
     19; is second array of dimension 3, number_of_pairs_of_straight_lines,  
    2020; whose each line contain the 3 parameters a,b and c of the second linear  
    2121; equation of the type ax+by+c=0 
    2222; 
    2323; @keyword FLOAT  
    24 ; To return the output as a table of real numbers instead of vectors of  
     24; To return the output as a array of real numbers instead of vectors of  
    2525; complex (by default) 
    2626; 
     
    2929;      1) by default: it is a vector of complex whose each element is the coordinates  
    3030;                     of the intersection point of a pair of straight lines. 
    31 ;      2) if FLOAT is activated, it is a table of reals of dimension 2,  
     31;      2) if FLOAT is activated, it is a array of reels of dimension 2,  
    3232;         number_of_pairs_of_straight_lines whose each row is the coordinates  
    3333;         of the intersection point of a pair of straight line. 
Note: See TracChangeset for help on using the changeset viewer.