Index: trunk/DataCheck/Cron/crontab.fact2
===================================================================
--- trunk/DataCheck/Cron/crontab.fact2	(revision 18081)
+++ trunk/DataCheck/Cron/crontab.fact2	(revision 18082)
@@ -13,10 +13,4 @@
 */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
 0 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
-# second step of the QLA: ganymed on run-basis
-*/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
-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
-# fill information from star and ganymed to DB 
-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
-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
 # third step of the QLA: creating lightcurves for the webpage
 2-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
@@ -26,2 +20,7 @@
 # backup of the QLA results to newdaq
 0 8,10,12 * * * /home/fact/SW.automatic.processing/DataCheck/Transfer/BackupQLA.sh
+# get some images for later data check
+# lidcam
+*/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
+# fact skycam
+*/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
