Function: irds_rd_samples Purpose: To read raw samples from an IRDS Category: IR File: irds_samples.c Author: P.R. Roelfsema Use: IRDS_RD_SAMPLES( IRDS , Input character*(*) SNIP , Input integer SDET , Input integer TICK , Input integer DATA , Output real( >=NDATA ) NDATA , In/Out integer STATUS ) Output integer IRDS Name of IRDS to read from. SNIP Sequential snip number to read from. SDET Sequential detector number to read. TICK Sequential tick of first sample to read. DATA Data array to store samples. NDATA I - max number of samples to read. O - number of samples actually read. STATUS Error return code: 0 - no error. -1 - IRDS does not exist -2 - IRDS is not a legal irds -3 - SNIP not in IRDS -4 - SDET not in IRDS -5 - TICK not in IRDS -6 - gds read error Updates: Aug 10, 1990: PRR, Creation date