Syntax
This program is called reylight and is to be run on IDL.
The recommanded syntax is :
IDL> reylight,cand=candidate_file,filter=filter_number
where candidate_file is a string for the selected candidate filename
(eg : '2.62558_-1.7825_cand.nc' in for SN#1) and filter_number is an integer
code for the selected filter
number ( U=2, B=3, V=4, R=5 and I=6). It is set to 0 if not given. By default,
a few controlled histograms and plots are printed (on screen). They can be
deactivated. See the description of these options and others by typing :
IDL> dlib,'reylight'
The name of the output file (containing the calculated signal) is built
as follows : output_file_name = candidate_file.filter_number.dat (eg :
'2.62558_-1.7825_cand.nc.5.dat' for candidate #1 in R filter). This file
is kept in $DEEPHOME/reylight for later update and can be readout by the
IDL program plotlight (same syntax as reylight ).