Function: irds_samples Purpose: Description of routins acessing sampels in IRDS sets. Category: IR File: irds_samples.c Author: P.R. Roelfsema Description: To access the samples in an IRDS a number of routines are available. Some of these access only data, some also access position information for the samples. The following routines are available: IRDS_RD_SAMPLES - basic sample read routine. IRDS_WR_SAMPLES - basic sample write routine. IRDS_RD_BPHF - reads BPHF data for a series of ticks IRDS_WR_BPHF - writes BPHF data for a series of ticks IRDS_RD_SKYPOS - reads sky coordinates for ticks IRDS_WR_SKYPOS - writes sky coordinates for ticks IRDS_RD_SAMPLB - reads samples and sky positions IRDS_RD_SAMPT - reads samples and timing data IRDS_RD_SAMPXY - reads samples and projected positions Updates: Aug 10, 1990: PRR, Creation date Apr 15, 1994: JPT, call gdst_abslevel_c instead of gds___abslev_c