next up previous contents index
Next: usr_calc.f and scaler_update.f Up: Modifying the Analyzer for Previous: detmap_config_file   Contents   Index

The Data File Location

A link to the data file directory must exist in the analyzer area. First there should be a directory under the raw data area on the daq machine (e.g., /daq2/userdata/exp_name/). Then make a link to that directory :
[coda@daq2 analyzer]$ cd /home/coda/experiments/exp_name/analyzer/
[coda@daq2 analyzer]$ ln -sf /daq2/userdata/exp_name datadisk
Next, edit the file tunl_online.f and search for the line :
      fname1 = 'exp_name_'//file_tag
Change the exp_name to the prefix of the raw data file.

Mohammad Ahmed 2003-07-23