[teqc] TEQC Time Windowing
Darrell Babcock
darrell at rods.cc
Fri Jul 15 07:43:39 MDT 2005
Thanks very much Steve.
I believe I can translate the commands to DOS.
Darrell
----- Original Message -----
From: "Mullins, Steven" <Steven.Mullins at dmme.virginia.gov>
To: "teqc support" <teqc at ls.unavco.org>
Cc: <darrell at rods.cc>
Sent: Friday, July 15, 2005 8:17 AM
Subject: RE: [teqc] TEQC Time Windowing
Darrell,
I believe this shell script will do what you need.
#!/bin/sh
for i in ????????.??o
do
export yy=`echo $i | awk '{print substr($0,10,2)}'`
teqc -st 0000 -dm 15 $i > `basename $i .$yy"o"`00.$yy"o"
teqc -st 1500 -dm 15 $i > `basename $i .$yy"o"`15.$yy"o"
teqc -st 3000 -dm 15 $i > `basename $i .$yy"o"`30.$yy"o"
teqc -st 4500 -dm 15 $i > `basename $i .$yy"o"`45.$yy"o"
done
I'm not sure how to do this in DOS though. BTW, if your RINEX has
millisecond offsets,
your TIME OF FIRST OBS may be incorrect in the cut files.
Hope this helps,
Steve
-----Original Message-----
From: teqc-bounces at ls.unavco.org [mailto:teqc-bounces at ls.unavco.org]On
Behalf Of Darrell Babcock
Sent: Thursday, July 14, 2005 3:13 PM
To: teqc at ls.unavco.org
Subject: [teqc] TEQC Time Windowing
Hello All,
I was hoping someone could give some advice on Time Windowing with TEQC.
I have hourly rinex files that are created with Trimble GPSBase software on
my CORS Station. I have been asked to split these hourly files into 4 15
minute files for each hourly file. Does anyone know of a way to do this with
TEQC in a batch mode without having to slice them manually ?
Any advice would be greatly appreciated.
Regards,
Darrell Babcock, RPLS
RODS Surveying, Inc.
6810 Lee Road
Spring,Tx. 77379
281-379-6388
281-379-1602 fax
darrell at rods.cc
More information about the teqc
mailing list