Changeset 18664
- Timestamp:
- 11/02/16 03:29:16 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/RunGanymed.sh
r18469 r18664 42 42 if ls $drivefile >/dev/null 2>&1 && ! [ "$tstop" == "" ] 43 43 then 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" 45 46 coordinates=( `${factpath}/fitsdump ${drivefile} -c Ra_src Dec_src -r --filter='Time<'${tstop} 2>/dev/null | tail -1 2>&1` ) 46 47 if [ "${coordinates[0]}" == "" ] || [ "${coordinates[1]}" == "" ]
Note:
See TracChangeset
for help on using the changeset viewer.