Changeset 163 for trunk/SRC/Calendar


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)

Location:
trunk/SRC/Calendar
Files:
3 edited

Legend:

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

    r137 r163  
    44; Return the calendar date and time given julian date. 
    55; This is the inverse of the function JULDAY. 
    6 ; 3 calendars are avalable according to the value of key_caltype  
     6; 3 calendars are available according to the value of key_caltype  
    77; (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
    88; 
     
    5555; AB, 3 January 2000, Make seconds output as DOUBLE in array output. 
    5656; 
    57 ; Sebastien Masson, May 2006, add diferent calendat with key_caltype  
     57; Sebastien Masson, May 2006, add different calendat with key_caltype  
    5858; (variable of the common file cm_4cal) 
    5959; 
    6060; @version $Id$ 
    6161;- 
    62 pro CALDAT, julian, month, day, year, hour, minute, second, NDAYSPM = ndayspm 
     62pro caldat, julian, month, day, year, hour, minute, second, NDAYSPM = ndayspm 
    6363;------------------------------------------------------------ 
    6464@cm_4cal 
  • trunk/SRC/Calendar/daysinmonth.pro

    r157 r163  
    1111; 
    1212; @param YEAR {in}{optional}{default=from "time" common variable of cm_4cal} 
    13 ; To specify the year of the onth. Used only if the common variable 
     13; To specify the year of the month. Used only if the common variable 
    1414; key_caltype = 'greg'. In that case, month and year must have the same 
    1515; number of elements. 
  • trunk/SRC/Calendar/julday.pro

    r137 r163  
    44; Calculate the Julian Day Number for a given month, day, and year. 
    55; This is the inverse of the library function CALDAT. 
    6 ; 3 calendars are avalable according to the value of key_caltype  
     6; 3 calendars are available according to the value of key_caltype  
    77; (variable of the common file cm_4cal): 'greg', '360d', 'noleap' 
    88; 
     
    8181;- 
    8282; 
    83 function JULDAY, MONTH, DAY, YEARin, Hour, Minute, Second, NDAYSPM = ndayspm 
     83function julday, MONTH, DAY, YEARin, Hour, Minute, Second, NDAYSPM = ndayspm 
    8484;------------------------------------------------------------ 
    8585@cm_4cal 
Note: See TracChangeset for help on using the changeset viewer.