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()