From 9bcd4dcf06c543c6292a17828f0417636632c9a7 Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Sun, 23 Feb 2025 14:25:38 -0500 Subject: [PATCH] Add ComCam refcat override for gbdesAstrometricFit. Since The Monster is based on Gaia, this shouldn't make the astrometry and better or worse, but it will make the ComCam pipeline a lot more portable, because only one refcat will need to be installed to run it. --- config/comCam/gbdesAstrometricFit.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/comCam/gbdesAstrometricFit.py diff --git a/config/comCam/gbdesAstrometricFit.py b/config/comCam/gbdesAstrometricFit.py new file mode 100644 index 00000000..2c44db56 --- /dev/null +++ b/config/comCam/gbdesAstrometricFit.py @@ -0,0 +1 @@ +config.connections.referenceCatalog = "the_monster_20240904"