From afa4fd497458f5c8d6e245e68e1a82c20b025818 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Briseno Date: Mon, 11 May 2026 10:56:11 -0400 Subject: [PATCH] Add SQL to support some PUNCH files --- install/database/2026_05_11_punch_patch.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install/database/2026_05_11_punch_patch.sql diff --git a/install/database/2026_05_11_punch_patch.sql b/install/database/2026_05_11_punch_patch.sql new file mode 100644 index 00000000..3e78e169 --- /dev/null +++ b/install/database/2026_05_11_punch_patch.sql @@ -0,0 +1,5 @@ +INSERT INTO datasource_property(sourceId, label, name, fitsName, description, uiOrder) +VALUES (131, 'Measurement', 'Total Brightness', 'PUNCH Level-3 Unpolarized Mosaic', '', 3); + +INSERT INTO datasource_property(sourceId, label, name, fitsName, description, uiOrder) +VALUES (134, 'Measurement', 'Polarized Brightness', 'PUNCH Level-3 Polarized Mosaic', '', 3);