Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

Location:
trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/IMAGE
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/IMAGE/animgif.html

    r111 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    681681<div id="secondary_navbar"> 
    682682 
    683 &lt;&lt; prev file | <a href="image_viewer.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="animgif.html?format=raw" target="_TOP">view single page</a> | <a href="./../../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
     683&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="animgif.html?format=raw" target="_TOP">view single page</a> | <a href="./../../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
    684684 
    685685</div> 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments">  
     699 Build a gif animation 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_animgif"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>animgif </h2> 
     715          <h2><a class="top" href="#container">top</a>animgif <span class="categories"> Animated drawings. 
     716</span></h2> 
    714717         
    715718          <p class="header"> 
     
    717720         
    718721          <div class="comments"> 
    719  NAME:animgif 
    720  
    721  PURPOSE:construire une animation gif 
    722  
    723  CATEGORY:pour faire des dessins animes 
    724  
    725  CALLING SEQUENCE:animgif, 'toto.gif' 
    726  
    727  INPUTS:toto.gif: c''est le nom du fichier gif contenant 
    728  l''animation. Rq ce fichier est place dans le repertoire definit par 
    729  iodir. 
    730  
    731  KEYWORD PARAMETERS: 
    732  
    733  OUTPUTS: 
    734  
    735  COMMON BLOCKS: 
    736         common.pro 
    737  
    738  SIDE EFFECTS:on utilise le Z buffer pour aller plus vite!. 
    739               donc si on plante ds animgif il faut faire: 
    740               IDL> device, /close 
    741               IDL> set_plot, 'x' 
    742               IDL> retall 
    743722</div> 
    744723 
     
    768747 
    769748           
    770            
    771            
    772            
    773            
    774            
    775            
    776            
    777            
    778            
    779            
    780            
    781          
    782            
    783            
    784            
    785            
     749          <h3>Version history</h3> 
     750           
     751          <h4>Version</h4><div class="preformat"> $Id: animgif.pro 134 2006-07-07 10:19:08Z navarro $ 
     752</div> 
     753          <h4>History</h4><div class="preformat"> Guillaume Roullet (grlod@ipsl.jussieu.fr)</div> 
     754           
     755           
     756          <h3>Known issues</h3> 
     757           
     758           
     759           
     760          <h4>Restrictions</h4><div class="preformat"> We use the Z buffer to go faster!. 
     761              So, if it failed in animgif, you have to do: 
     762              IDL> device, /close 
     763              IDL> set_plot, 'x' 
     764              IDL> retall 
     765 
     766 If we want to delete the @common, 
     767               we have to define manually the picture's size  
     768               (variables xsize and ysize) just as iodir. 
     769</div> 
     770         
     771          <h3>Other attributes</h3> 
     772           
     773           
     774          <h4>Uses routines</h4><div class="preformat"> common.pro 
     775</div> 
    786776           
    787777           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/IMAGE/dir-files.html

    r109 r138  
    6666         
    6767        <li><a href="animgif.html?format=raw" target="file_frame">animgif.pro</a></li> 
    68         <li><a href="image_viewer.html?format=raw" target="file_frame">image_viewer.pro</a></li> 
    69         <li><a href="imdisp.html?format=raw" target="file_frame">imdisp.pro</a></li> 
    70         <li><a href="saveimage.html?format=raw" target="file_frame">saveimage.pro</a></li> 
    71         <li><a href="showimage.html?format=raw" target="file_frame">showimage.pro</a></li> 
    7268      </ul> 
    7369 
    74       <div id="tagline">5 files</div> 
     70      <div id="tagline">1 file</div> 
    7571       
    7672 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/IMAGE/directory-overview.html

    r111 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    699699       
    700700        <dt><a href="animgif.html?format=raw">animgif.pro</a></dt> 
    701         <dd></dd> 
    702        
    703         <dt><a href="image_viewer.html?format=raw">image_viewer.pro</a></dt> 
    704         <dd></dd> 
    705        
    706         <dt><a href="imdisp.html?format=raw">imdisp.pro</a></dt> 
    707         <dd></dd> 
    708        
    709         <dt><a href="saveimage.html?format=raw">saveimage.pro</a></dt> 
    710         <dd></dd> 
    711        
    712         <dt><a href="showimage.html?format=raw">showimage.pro</a></dt> 
    713         <dd></dd> 
     701        <dd>   Build a gif animation </dd> 
    714702       
    715703      </dl> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/IMAGE/image_viewer.html

    r111 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/IMAGE/imdisp.html

    r111 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/IMAGE/saveimage.html

    r111 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/IMAGE/showimage.html

    r111 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
Note: See TracChangeset for help on using the changeset viewer.