Changeset 18664 for trunk/DataCheck


Ignore:
Timestamp:
11/02/16 03:29:16 (8 years ago)
Author:
Daniela Dorner
Message:
improved logging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/RunGanymed.sh

    r18469 r18664  
    4242if  ls $drivefile >/dev/null 2>&1  && ! [ "$tstop" == "" ]
    4343then
    44    printprocesslog "INFO getting coordinates from "$drivefile
     44   printprocesslog "INFO getting coordinates from "$drivefile" for time range "$tstart" "$tstop
     45   #echo "${factpath}/fitsdump ${drivefile} -c Ra_src Dec_src -r --filter='Time<'${tstop}  2>/dev/null"
    4546   coordinates=( `${factpath}/fitsdump ${drivefile} -c Ra_src Dec_src -r --filter='Time<'${tstop}  2>/dev/null | tail -1 2>&1` )
    4647   if [ "${coordinates[0]}" == "" ] || [ "${coordinates[1]}" == "" ]
Note: See TracChangeset for help on using the changeset viewer.