Skip to content

Commit

Permalink
Imported TELESCOPES constant into the top level init
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidT3 committed Sep 22, 2023
1 parent c2d584c commit 185186e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xga/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This code is a part of X-ray: Generate and Analyse (XGA), a module designed for the XMM Cluster Survey (XCS).
# Last modified by David J Turner (turne540@msu.edu) 12/09/2023, 13:22. Copyright (c) The Contributors
# Last modified by David J Turner (turne540@msu.edu) 22/09/2023, 16:34. Copyright (c) The Contributors
from ._version import get_versions

__version__ = get_versions()['version']

from .utils import xga_conf, CENSUS, OUTPUT, NUM_CORES, XGA_EXTRACT, BASE_XSPEC_SCRIPT, MODEL_PARS, \
MODEL_UNITS, ABUND_TABLES, XSPEC_FIT_METHOD, COUNTRATE_CONV_SCRIPT, NHC, BLACKLIST, HY_MASS, MEAN_MOL_WEIGHT, \
SAS_VERSION, XSPEC_VERSION, SAS_AVAIL, DEFAULT_COSMO
SAS_VERSION, XSPEC_VERSION, SAS_AVAIL, DEFAULT_COSMO, TELESCOPES

del get_versions

0 comments on commit 185186e

Please sign in to comment.