You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

  1. Determine *when* the runs were taken.  Copy the data from /gnfs/data/DVD/RawArchive/2006.../ to a local directory, say ~/sci.  The date and time found in the eLog runs section is the same as used in the .../RawArchive/* directories.  Only the *_SCI.pkt files that span the run of interest are needed.
  1. mkdir ~/sci/lsf
  2. Using the glast account on a lat-licos* or equivalent (i.e., a machine that has LICOS_Scripts installed):
    python $ONLINE_ROOT/LICOS_Scripts/analysis/LsfWriter.py --lsd_dir=~/sci --lsf_dir=~/sci/lsf
    
     
  1. Determine which of the output files is the run you want.  File format is:
    <ApId>-<GroundId>-<Time>-<nFirst>-<nEnd>.lsf
    
     
    GroundId is the run number, without the 077000000, in hex.
    Verify that nFirst is 0000.
  2. Copy the lsf file(s) to /nfs/data/lsf. If the corresponding DAQ run had multiple steps, there will be multiple lsf files.
  3. AnalysisEngine will see them and should be able to reprocess the run.
  • No labels