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/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r157 r163  
    722722         
    723723          <p class="header"> 
    724             tvplus<span class="result">, <a href="#_tvplus_param_z2d">z2d</a>, <a href="#_tvplus_param_cellsize">cellsize</a></span>, <a href="#_tvplus_keyword_BOTTOM">BOTTOM</a>=<span class="result">BOTTOM</span>, <a href="#_tvplus_keyword_C_MASK">C_MASK</a>=<span class="result">C_MASK</span>, <a href="#_tvplus_keyword_C_NAN">C_NAN</a>=<span class="result">C_NAN</span>, <a href="#_tvplus_keyword_WINDOW">WINDOW</a>=<span class="result">WINDOW</span>, <a href="#_tvplus_keyword_MIN">MIN</a>=<span class="result">MIN</span>, <a href="#_tvplus_keyword_MAX">MAX</a>=<span class="result">MAX</span>, <a href="#_tvplus_keyword_MASK">MASK</a>=<span class="result">MASK</span>, <a href="#_tvplus_keyword_OFFSET">OFFSET</a>=<span class="result">OFFSET</span>, <a href="#_tvplus_keyword_NOUSEINFOS">NOUSEINFOS</a>=<span class="result">NOUSEINFOS</span>, <a href="#_tvplus_keyword_NCOLORS">NCOLORS</a>=<span class="result">NCOLORS</span>, <a href="#_tvplus_keyword_NOINTERP">NOINTERP</a>=<span class="result">NOINTERP</span>, <a href="#_tvplus_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     724            tvplus<span class="result">, <a href="#_tvplus_param_z2d">z2d</a>[, <a href="#_tvplus_param_cellsize">cellsize</a>]</span>, <a href="#_tvplus_keyword_BOTTOM">BOTTOM</a>=<span class="result">BOTTOM</span>, <a href="#_tvplus_keyword_C_MASK">C_MASK</a>=<span class="result">C_MASK</span>, <a href="#_tvplus_keyword_C_NAN">C_NAN</a>=<span class="result">C_NAN</span>, <a href="#_tvplus_keyword_WINDOW">WINDOW</a>=<span class="result">WINDOW</span>, <a href="#_tvplus_keyword_MIN">MIN</a>=<span class="result">MIN</span>, <a href="#_tvplus_keyword_MAX">MAX</a>=<span class="result">MAX</span>, <a href="#_tvplus_keyword_MASK">MASK</a>=<span class="result">MASK</span>, <a href="#_tvplus_keyword_OFFSET">OFFSET</a>=<span class="result">OFFSET</span>, <a href="#_tvplus_keyword_NOUSEINFOS">NOUSEINFOS</a>=<span class="result">NOUSEINFOS</span>, <a href="#_tvplus_keyword_NCOLORS">NCOLORS</a>=<span class="result">NCOLORS</span>, <a href="#_tvplus_keyword_NOINTERP">NOINTERP</a>=<span class="result">NOINTERP</span>, <a href="#_tvplus_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    725725         
    726726          <div class="comments"> 
     
    751751              <span class="attr">in</span> 
    752752               
    753                
     753              <span class="attr">optional</span> 
    754754               
    755755               
     
    766766 of cellsize that forces tvplus to create a window larger than 
    767767 the screen, a "scrolling window" will be displayed instead of a 
    768  regular window. Unfortunately the nice fonctionnalities of tvplus 
     768 regular window. Unfortunately the nice functionnalities of tvplus 
    769769 are not coded for "scrolling window" case... 
    770770</div> 
     
    898898         
    899899            <div class="comments">  
    900  2 elements vector used by tvplus itself when shoing zoom. 
     900 2 elements vector used by tvplus itself when showing zoom. 
    901901 It is used to shift the ranges of xaxis and yaxis. 
    902902 For example: tvplus,sst[x1:x2,y1:y2],offest=[x1,y1] 
     
    915915         
    916916            <div class="comments"> 
    917  Activite to supress the printed message explaining how to use tvplus 
     917 Activate to suppress the printed message explaining how to use tvplus 
    918918</div> 
    919919             
     
    945945         
    946946            <div class="comments"> 
    947  Used this keyword if you don't whant that the values 
     947 Used this keyword if you don't want that the values 
    948948 are interpolated from BOTTOM using NCOLORS colors. 
    949  This can be for example usefull when working on byte type arrays. 
     949 This can be for example useful when working on byte type arrays. 
    950950</div> 
    951951             
     
    973973           
    974974          <h4>Version</h4><div class="preformat"> 
    975  $Id: tvplus.pro 152 2006-08-10 07:01:35Z smasson $ 
     975 $Id: tvplus.pro 157 2006-08-21 09:01:50Z navarro $ 
    976976</div> 
    977977          <h4>History</h4><div class="preformat"> 
     
    992992     right button : quit 
    993993 
    994  the nice fonctionnalities of tvplus are not coded 
     994 the nice functionnalities of tvplus are not coded 
    995995 for "scrolling window" case... 
    996996</div> 
     
    10041004           
    10051005         
     1006          <h3>Statistics</h3> 
     1007          <table class="statistics"> 
     1008            <tr><td>McCabe cyclic</td><td>          47</td></tr> 
     1009            <tr><td>McCabe essential</td><td>           1</td></tr> 
     1010            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     1011          </table> 
    10061012           
    10071013         
Note: See TracChangeset for help on using the changeset viewer.