Ignore:
Timestamp:
06/07/06 19:12:14 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Calendar and Utilities *.pro files for bet
ter idldoc output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Calendar/date2jul.pro

    r69 r93  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME: date2jul 
    65; 
    7 ; PURPOSE: gives julian day equivalent of a date in yyyymmdd format  
     6; gives julian day equivalent of a date in yyyymmdd format  
    87; 
    9 ; CATEGORY: calendar 
     8; @categories calendar 
    109; 
    11 ; CALLING SEQUENCE: jday = juldate(19930124) 
     10; @param date {in}{required} date in yyyymmdd format 
    1211; 
    13 ; INPUTS: date in yyyymmdd format 
    14 ; 
    15 ; KEYWORD PARAMETERS: 
    16 ; 
    17 ;       /GRADS: if  1 <= year <= 49 --> year = 2000 + year 
     12; @keyword /GRADS {in}{optional}  
     13;               if  1 <= year <= 49 --> year = 2000 + year 
    1814;               if 50 <= year <= 99 --> year = 1900 + year 
    1915; 
    20 ; OUTPUTS:date en jour julien 
     16; @returns date in julian day 
    2117; 
    22 ; COMMON BLOCKS: none 
     18; @examples  
    2319; 
    24 ; SIDE EFFECTS: ? 
    25 ; 
    26 ; RESTRICTIONS: ? 
    27 ; 
    28 ; EXAMPLE: 
    29 ; 
     20;    IDL> jday = juldate(19930124) 
    3021;    IDL> print, date2jul(19931205) EQ julday(12,5,1993)  
    3122;       1 
     
    3324;       1 
    3425; 
    35 ; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr) 
     26; @history Sebastien Masson (smasson@lodyc.jussieu.fr) 
    3627;                       June 2005 
    3728;- 
Note: See TracChangeset for help on using the changeset viewer.