Directory: external/CDAWlib/jh/
Contents
.pro files
- getwrd.pro
NAME: GETWRD PURPOSE: Return the n'th word from a text string.
- inrange.pro
NAME: INRANGE PURPOSE: Find multiples of given step just inside given range.
- jd2mdays.pro
NAME: JD2MDAYS PURPOSE: Convert a range of Julian Days to month start and end JDs.
- jd2ymd.pro
NAME: JD2YMD PURPOSE: Find year, month, day from julian day number.
- makex.pro
NAME: MAKEX PURPOSE: Make an array with specified start, end and step values.
- monthnames.pro
NAME: MONTHNAMES PURPOSE: Returns a string array of month names.
- nearest.pro
NAME: NEAREST PURPOSE: Return multiple of a given step nearest a target value.
- pmod.pro
NAME: PMOD PURPOSE: Find the positive modulo value of a number.
- repchr.pro
NAME: REPCHR PURPOSE: Replace all occurrences of one character with another in a text string.
- sechms.pro
NAME: SECHMS PURPOSE: Seconds after midnight to h, m, s, numbers and strings.
- sign.pro
NAME: SIGN PURPOSE: Return the mathematical sign of the argument.
- strep.pro
NAME: STREP PURPOSE: Edit a string by position.
- stress.pro
NAME: STRESS PURPOSE: String edit by sub-string.
- time_label.pro
NAME: TIME_LABEL PURPOSE: Make a time label array CATEGORY: CALLING SEQUENCE: lbl = time_label(v, form) INPUTS: v = Array of values in seconds.
- weekday.pro
NAME: WEEKDAY PURPOSE: Compute weekday given year, month, day.
- xprint.pro
NAME: XPRINT PURPOSE: Print text on graphics device.
- ymd2jd.pro
NAME: YMD2JD PURPOSE: From Year, Month, and Day compute Julian Day number.