Function: irds_wr_samples Purpose: To write raw samples to an IRDS Category: IR File: irds_samples.c Author: P.R. Roelfsema Use: IRDS_WR_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 write to. SNIP Sequential snip number to write to. SDET Sequential detector number to write. TICK Sequential tick of first sample to write. DATA Data array containing samples. NDATA I - max number of samples to write. O - number of samples actually written. 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 write error Updates: Aug 10, 1990: PRR, Creation date Sep 10, 1990: PRR, Fixed bug.