Function: irlrs_set_addsnip Purpose: Add a detector snip to an existing LRS set. Category: LRS File: irlrs_set.c Author: P.R. Roelfsema Use: IRLRS_SET_ADDSNIP( LRSSET , Input character*(*) SNIP , Input integer SOP , Input integer ATT , Input integer SATCAL , Input real STATUS ) Output integer LRSSET Name of LRS set. SNIP Sequential snip number to add. SOP SOP of original scan. ATT ATT of original scan. SATCAL satcal of mid point of spectrum. STATUS Status return: 0 - no problems. -1 - LRSSET does not exists. -2 - LRSSET exists, is not LRS set. -3 - error when setting snip to undefined. Updates: Jan 29, 1991: PRR, Creation date