From 987443cbb844b96936c53c3bbca6c80ec21c0277 Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Wed, 1 Apr 2026 17:34:36 +0000 Subject: [PATCH] Update reference tables --- simple_app/utils.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/simple_app/utils.py b/simple_app/utils.py index 528aac5..064afe6 100644 --- a/simple_app/utils.py +++ b/simple_app/utils.py @@ -3,6 +3,17 @@ """ from .simports import * +REFERENCE_TABLES = [ + "Publications", + "Telescopes", + "Instruments", + "PhotometryFilters", + "Versions", + "Parameters", + "RegimeList", + "CompanionList" +] + def sys_args(): """ @@ -1253,17 +1264,6 @@ def main_utils(): _all_photometry, _all_bands, _all_plx, _all_spts -REFERENCE_TABLES = [ - "Publications", - "Telescopes", - "Instruments", - "PhotometryFilters", - "Versions", - "Parameters", - "Regimes", - "CompanionList" -] - if __name__ == '__main__': ARGS, DB_FILE, PHOTOMETRIC_FILTERS, ALL_RESULTS, ALL_RESULTS_FULL, VERSION_STR, \ ALL_PHOTO, ALL_BANDS, ALL_PLX, ALL_SPTS = main_utils()