CLUSTER/CIS LEVEL 1 SOFTWARE FOR IDL

These directories contain software to load Cluster/CIS Level 1 data into IDL.
In order for this software to run successfully, the following files may need
to be modified:

c/makefile - paths to compiler libraries
l1toidl - paths to l1toidl, calibration data, and level 1 data

Run make in the c directory before using the IDL software.

Steps to loading L1 data:

1) source l1toidl
2) run idl

In IDL:
3) data=get_cis_cod_data( prod_num, sat, t, index=index, time=time)
where:
    prod_num: Product number
    sat: Satellite number (1-4)
    t: Time of interest (ignored for 3D products)
    index: Index of interest (ignored for 3D products)
    time: Returns array of data times.

Peter Schroeder
peters@ssl.berkeley.edu