diff --git a/rfplot.py b/rfplot.py index 56c612c..e5bb106 100755 --- a/rfplot.py +++ b/rfplot.py @@ -47,7 +47,7 @@ def main(): parser.add_argument("-p", "--path", help="File to read [STRF bin files as /path/to/file_??????.bin, /path/to/file_??????, /path/to/file, SatNOGS HDF5 artifact or number which indicates SatNOGs observation id]", type=str, required=True) parser.add_argument("-s", "--start", type=int, default=0, help="Number of starting subintegration [STRF bin files]") parser.add_argument("-l", "--length", type=int, default=3600, help="Number of subintegrations to plot [STRF bin files]") - parser.add_argument("-C", "--site", type=int, help="Site ID [STRF bin files]", default=4171) + parser.add_argument("-C", "--site", type=int, help="Site ID [STRF bin files]", default=9990) parser.add_argument("-F", "--freqlist", help="List with frequencies", default=freq_fname, type=str) parser.add_argument("-d", "--data", help="STRF dat path to load", type=str) parser.add_argument("-c", "--catalog", help="TLE catalog to load", default=tle_fname, type=str)