$Id: readme,v 1.2 2016/04/23 14:15:56 brandenb Exp $ The most important file for doing analysis of the data is read_data.pro. It contains all the directories and files that I have analayzed so far. It needs to be adapted to the new files and directories that you would like to analyze. The data are supposed to be linked to a directory called "data" that is underneath this idl directory. You begin with: IDL> .r read_data Next, to analyze the timeseries data, I run: IDL> .r analyze_timeseries The routine stops several times. To continue, I say: IDL> .c To analyse and plot the data where the detector was moved across the disk, I also run read_data, but then I continue after the stop. Next, I run IDL> .r analyze_moving_dector To plot the intensity versus my for 3 different wavelengths, I ran IDL> .r plot_moving_detector_wavelengths In this directory there are several other files that are not well documented. Please ask me if something appears useful and you need to know details. Axel