diff --git a/README.md b/README.md index 8501b55..4e6aaa4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ +This repo is forked from the SuperDARN/control_programs repo. Here this repo will +contain radar specific changes in order to easily deploy control program changes +to the radars. Radar specific code will be stored on *radar*-operations branches. +If there are new/developing control programs, the branch will be named off of the +base developing branch. For example, the interleavesound branch for Fort Hays +will be stored on: +interleavesound-fhr + + +Note from original repo: + This repository contains an archive of SuperDARN radar control programs. Please contact the control program author or experiment requester with any questions. diff --git a/qnx4/normalsound.3.00/normalsound.c b/qnx4/normalsound.3.00/normalsound.c index 05515fa..b66fb11 100644 --- a/qnx4/normalsound.3.00/normalsound.c +++ b/qnx4/normalsound.3.00/normalsound.c @@ -151,6 +151,7 @@ int main(int argc,char *argv[]) { unsigned char fast=0; unsigned char discretion=0; + /* -------------- Beam sequence for sounding ------------- */ /* Please choose one of the snd_bms[] / snd_bms_tot sets below @@ -181,7 +182,6 @@ int main(int argc,char *argv[]) { int snd_bms_tot = 10; */ - /* ---------------- Variables for sounding --------------- */ char snd_filename[100]; FILE *snd_dat; diff --git a/qnx6/interleavesound.1.0/interleavesound.c b/qnx6/interleavesound.1.0/interleavesound.c index 2a39181..af594ac 120000 --- a/qnx6/interleavesound.1.0/interleavesound.c +++ b/qnx6/interleavesound.1.0/interleavesound.c @@ -1 +1 @@ -interleavesound_cv.c \ No newline at end of file +interleavesound_fh.c \ No newline at end of file diff --git a/qnx6/interleavesound.1.0/makefile b/qnx6/interleavesound.1.0/makefile index 0ed1224..9e736e7 120000 --- a/qnx6/interleavesound.1.0/makefile +++ b/qnx6/interleavesound.1.0/makefile @@ -1 +1 @@ -makefile_cv \ No newline at end of file +makefile_fh \ No newline at end of file diff --git a/qnx6/interleavesound.1.0/sounder_fhe.dat b/qnx6/interleavesound.1.0/sounder_fhe.dat new file mode 100644 index 0000000..7b403b3 --- /dev/null +++ b/qnx6/interleavesound.1.0/sounder_fhe.dat @@ -0,0 +1,9 @@ +8 +10500 +11500 +13000 +14400 +15100 +16400 +17100 +17800 diff --git a/qnx6/interleavesound.1.0/sounder_fhw.dat b/qnx6/interleavesound.1.0/sounder_fhw.dat new file mode 100644 index 0000000..a20afbf --- /dev/null +++ b/qnx6/interleavesound.1.0/sounder_fhw.dat @@ -0,0 +1,9 @@ +8 +10600 +11600 +13100 +14500 +15200 +16500 +17000 +17700