git clone git@github.com:GreenBankObservatory/timing_utils.git
cd timing_utils
cp config.bash.template config.bash
# configure your config.bash values
./build.bash
# add any data files needed to ../timing_utils_data,
# here, just time_gbt.dat
What is the puropse of this script?: Automatically regenerate the pulsar clock correction file once per day.
How is this done (one sentance summary)?: Makes backup of the time_gbt.dat file, gets the previous and current month data, generates new corrections, then archives that data in three locations.
How is this done (full documentation)?:
How to run: source /home/gbt1/timing_utils/config.bash;/home/gbt1/timing_utils/flippsrtime.csh
Notes: this has to be run on rhel7 for now. We are currently using Frank's directory to get the monthly *.t00new data. We are publishing the data to an area outside of the repo at ../timing_utils_data. Compile psrtime from the src directory.
Output in GBO production: "time_gbt.dat" to these 4 areas; /home/gbt1/timing_utils_data, /home/pulsar64/tempo/clock, /home/pulsar_rhel7/src/tempo/clock/, /home/pulsar_rhel8/src/tempo/clock/
What is the puropse of this script?: Automatically generate the PPS compression once per day (in 0 mode) and monthly (in 1 mode).
How is this done (one sentance summary)?: Gets the current month data (except on the first of the month), generates new PPS correction, then writes that data to the original file (based on the month). When it is the first of the month, it adds the last day to the previous month instead.
How is this done (full documentation)?:
How to run: source /home/gbt1/timing_utils/config.bash;/home/gbt1/timing_utils/monacc1pps_rh8.csh
Output in GBO production: "YY_mm.t00new" to this area; /home/gbt1/timing_utils_data
Notes: this has to be run on rhel7 for now. We are publishing the data to an area outside of the repo at ../timing_utils_data. Compile rfclock_rh8 from the src directory