Produced by IDL 6.1
User Documentation

./guide
srr.pro

Last modification date:
Thu Jun 2 23:56:08 2005

srr

procedure srr, index1, index2

This procedure does a simple (s-r)/r on two rows from the opened data file. This is a very rough first version used just so we can start to develop other routines which come downstream. This currently assumes line mode. It uses getrec to fetch each index. The first index is then copied to location 1, the second is copied to location 2 and the result is placed in location 0.

Examples
srr,1,65 accum srr,2,66 accum ave show
Version
$Id: srr.pro,v 1.5 2005/05/30 04:03:43 bgarwood Exp $

Parameters
index1
in, required
integer
index 1 points to sig
index2
in, required
integer
index 2 points to ref


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:51 2005