Changeset 18082


Ignore:
Timestamp:
01/04/15 05:31:41 (10 years ago)
Author:
Daniela Dorner
Message:
removed second step of qla as this is done otherwise now, added crons to store images of lidcam and skycam to /daq
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Cron/crontab.fact2

    r17622 r18082  
    1313*/5 19-23,0-7 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
    14140 8-18 * * * if ! ps aux | grep Step1 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step1.sh ; fi
    15 # second step of the QLA: ganymed on run-basis
    16 */5 19-23,0-7 * * * if ! ps aux | grep Step2a | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step2a.sh ; fi
    17 0 8-18 * * * if ! ps aux | grep Step2a | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step2a.sh ; fi
    18 # fill information from star and ganymed to DB
    19 1-59/5 19-23,0-7 * * * if ! ps aux | grep FillNumEvts | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillNumEvts.sh ; fi
    20 30 8-18 * * * if ! ps aux | grep FillNumEvts | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/Processing/FillNumEvts.sh ; fi
    2115# third step of the QLA: creating lightcurves for the webpage
    22162-59/5 19-23,0-7 * * * if ! ps aux | grep Step3 | grep -v grep >/dev/null 2>&1  ; then /home/fact/SW.automatic.processing/DataCheck/QuickLook/Step3.sh run ; fi
     
    2620# backup of the QLA results to newdaq
    27210 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
     22# get some images for later data check
     23# lidcam
     24*/5 18-23,0-8 * * * mkdir -p /loc_data/analysis/lidcam_images/`date -u +\%Y/\%m/\%d` && /usr/bin/cvlc -q rtsp://10.0.100.86/live/h264 --rate=2 --video-filter=scene --vout=dummy --aout=dummy --start-time=1 --stop-time=2 --scene-format=jpg --scene-replace --scene-prefix=lidcamimage_`date -u +\%Y\%m\%d_\%H\%M\%S` --scene-path=/loc_data/analysis/lidcam_images/`date -u +\%Y/\%m/\%d` vlc://quit 2>/dev/null
     25# fact skycam
     26*/5 18-23,0-8 * * * mkdir -p /loc_data/analysis/skycam_images/`date -u +\%Y/\%m/\%d` && /usr/bin/cvlc -q rtsp://10.0.100.84/live/h264 --rate=2 --video-filter=scene --vout=dummy --aout=dummy --start-time=1 --stop-time=2 --scene-format=jpg --scene-replace --scene-prefix=skycamimage_`date -u +\%Y\%m\%d_\%H\%M\%S` --scene-path=/loc_data/analysis/skycam_images/`date -u +\%Y/\%m/\%d` vlc://quit 2>/dev/null
Note: See TracChangeset for help on using the changeset viewer.