Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/IMAGE/animgif.pro

    r134 r142  
    77; Build a gif animation 
    88; 
    9 ; @categories Animated drawings. 
     9; @categories  
     10; Animated drawings. 
    1011; 
    11 ; @param toto.gif {in}{required} It is the name of the gif file containing the animation. 
    12 ;                         Comment: this file is placed in the directory defined by iodir. 
     12; @param NOMFIC {in}{required}  
     13; It is the name of the gif file containing the animation. 
     14;          Comment: this file is placed in the directory defined by iodir. 
    1315; 
    14 ; @uses common.pro 
     16; @uses  
     17; common.pro 
    1518; 
    16 ; @restrictions We use the Z buffer to go faster!. 
     19; @restrictions  
     20; We use the Z buffer to go faster!. 
    1721;              So, if it failed in animgif, you have to do: 
    1822;              IDL> device, /close 
     
    2024;              IDL> retall 
    2125; 
    22 ; @restrictions If we want to delete the @common, 
     26; @restrictions  
     27; If we want to delete the \ @common, 
    2328;               we have to define manually the picture's size  
    2429;               (variables xsize and ysize) just as iodir. 
    2530; 
    26 ; @history Guillaume Roullet (grlod@ipsl.jussieu.fr) 
     31; @history  
     32; Guillaume Roullet (grlod@ipsl.jussieu.fr) 
    2733;          Sebastien Masson (smasson@lodyc.jussieu.fr) 
    2834;          30/4/1999 
    2935; 
    30 ; @version $Id$ 
     36; @version  
     37; $Id$ 
    3138; 
    3239;- 
Note: See TracChangeset for help on using the changeset viewer.