From 1b27ca0d31bc3c3f0ac96b26dec141cfc47324b9 Mon Sep 17 00:00:00 2001 From: Cees Bassa Date: Mon, 11 Jul 2022 11:51:00 +0200 Subject: [PATCH] Add catalog abbreviations --- config_new.ini | 35 ++++++++++++++--------------------- process_new.py | 2 ++ 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/config_new.ini b/config_new.ini index cf03833..71563af 100644 --- a/config_new.ini +++ b/config_new.ini @@ -6,6 +6,20 @@ longitude = 6.3785 # Longitude of location (decimal degrees) height = 10 # Height of location (meters) [Elements] +tlefile1 = /data3/tle/catalog.tle +name1 = Catalog +abbrev1 = catalog +color1 = C0 +tlefile2 = /data3/tle/classfd.tle +name2 = Classified +abbrev2 = classfd +color2 = C1 +tlefile3 = /data3/tle/inttles.tle +name3 = Integrated +abbrev3 = inttles +color3 = C2 + +[Elements2] tlefile1 = /data3/tle/20220324_195104_catalog.txt name1 = Catalog abbrev1 = catalog @@ -19,27 +33,6 @@ name3 = Integrated abbrev3 = inttles color3 = C2 -[Elements3] -tlefile1 = /data3/tle/20220324_195104_catalog.txt -name1 = Catalog -color1 = C1 -tlefile2 = /data3/tle/20220324_195104_classfd.txt -name2 = Classified -color2 = C3 -tlefile3 = /data3/tle/20220324_195104_inttles.txt -name3 = Integrated -color3 = C6 - -[Elements2] -tlefile1 = /data3/tle/20220402_205818_catalog.txt -name1 = Catalog -color1 = C1 -tlefile2 = /data3/tle/20220402_205818_classfd.txt -name2 = Classified -color2 = C3 -tlefile3 = /data3/tle/20220402_205818_inttles.txt -name3 = Integrated -color3 = C6 [DiagnosticPlot] colormap = gray_r diff --git a/process_new.py b/process_new.py index 9c15abb..d44c860 100644 --- a/process_new.py +++ b/process_new.py @@ -173,10 +173,12 @@ if __name__ == "__main__": fname = "/data3/satobs/test/185300/processed/2022-03-24T18:53:20.708.fits" fnames = sorted(glob.glob("/data3/satobs/test/185300/processed/2*.fits")) + fnames = sorted(glob.glob("/data3/satobs/test/asi174mm/2*.fits")) # fname = "/data3/satobs/test/2022-04-02T21:35:17.038.fits" for fname in fnames: + print(fname) ff = FourFrame(fname) # Output file root