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/ToBeReviewed/POSTSCRIPT/calibre.pro

    r157 r163  
    1414;  
    1515; @param RAPPORTYX {in}{required} 
    16 ; Scale rapport between the lenght of the y axis and the x one. For example,  
     16; Scale rapport between the length of the y axis and the x one. For example,  
    1717; for an xy map: RAPPORTYX=(lat2-lat1)/(lon2-lon1) 
    1818; 
    19 ; @param MARGE {in}{required} 
     19; @param MARGE {in}{required}{type=vector} 
    2020; Vector made of 4 elements containing the size of the left, right, up and  
    2121; bottom margin having to surround the graph. All is measured in lines of characters. 
    2222; 
    23 ; @param MARGEBAR {in}{required} 
     23; @param MARGEBAR {in}{required}{type=vector} 
    2424; Vector made of 4 elements containing the size of the left, right and bottom  
    25 ; margin and -BEWARE- the last element is this time the positio of the right up  
     25; margin and -BEWARE- the last element is this time the position of the right up  
    2626; corner, having to surround the color bar. All is measured in lines of characters. 
    2727; 
    28 ; @param SMALLDRAW {in}{required} 
     28; @param SMALLDRAW {in}{required}{type=vector} 
    2929; 2 possibilities: 
    3030;    It is vector made of 4 elements giving (in portrait or landscape) the position  
     
    4646; This keyword can be used in 2 cases: 
    4747;   1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, Calibre take the  
    48 ;   initiative to change it a little inthe case of the aspect rapport of SMALL  
     48;   initiative to change it a little in the case of the aspect rapport of SMALL  
    4949;   is too different of the one of SMALLDRAW.  
    5050;   2) YXASPECT=n : multiply by n the aspect rapport given by default.  
     
    5656;  
    5757; @keyword LANDSCAPE        
    58 ; Force the page or the window on the screen to be in lenthened position. 
     58; Force the page or the window on the screen to be in lengthened position. 
    5959;  
    6060; @keyword _EXTRA 
    6161; Used to pass your keywords 
    6262; 
    63 ; @param POSFENETRE 
     63; @param POSFENETRE {type=vector} 
    6464; It is a vector made of 4 elements containing the position of the frame  
    6565; containing captions + the graph in normalized coordinates.  
     
    6767; after the call of calibre. 
    6868; 
    69 ; @param POSBAR 
     69; @param POSBAR {type=vector} 
    7070; See POSFENTRE but for the color bar. Same comment to position the color bar, !p.position=POSBAR 
    7171; 
Note: See TracChangeset for help on using the changeset viewer.