icecube-skyreader 1.2.8__tar.gz → 1.2.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/PKG-INFO +1 -1
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/icecube_skyreader.egg-info/PKG-INFO +1 -1
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/skyreader/__init__.py +1 -1
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/skyreader/plot/plotting_tools.py +1 -1
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/LICENSE +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/README.md +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/icecube_skyreader.egg-info/SOURCES.txt +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/icecube_skyreader.egg-info/dependency_links.txt +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/icecube_skyreader.egg-info/requires.txt +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/icecube_skyreader.egg-info/top_level.txt +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/setup.cfg +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/setup.py +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/skyreader/event_metadata.py +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/skyreader/plot/__init__.py +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/skyreader/plot/plot.py +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/skyreader/py.typed +0 -0
- {icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/skyreader/result.py +0 -0
|
@@ -17,7 +17,7 @@ __all__ = [
|
|
|
17
17
|
# is zero for an official release, positive for a development branch,
|
|
18
18
|
# or negative for a release candidate or beta (after the base version
|
|
19
19
|
# number has been incremented)
|
|
20
|
-
__version__ = "1.2.
|
|
20
|
+
__version__ = "1.2.9"
|
|
21
21
|
version_info = (
|
|
22
22
|
int(__version__.split(".")[0]),
|
|
23
23
|
int(__version__.split(".")[1]),
|
|
@@ -111,7 +111,7 @@ def plot_catalog(master_map, cmap, lower_ra, upper_ra, lower_dec, upper_dec,
|
|
|
111
111
|
cmap_min=0., cmap_max=250.):
|
|
112
112
|
""""Plots the 4FGL catalog in a color that contrasts with the background
|
|
113
113
|
healpix map."""
|
|
114
|
-
hdu = pyfits.open('/cvmfs/icecube.opensciencegrid.org/users/
|
|
114
|
+
hdu = pyfits.open('/cvmfs/icecube.opensciencegrid.org/users/azegarelli/realtime/catalogs/gll_psc_v34.fit') ## LAT 14-year Source Catalog (4FGL-DR4 in FITS format) ; https://fermi.gsfc.nasa.gov/ssc/data/access/lat/14yr_catalog/
|
|
115
115
|
fgl = hdu[1]
|
|
116
116
|
pe = [path_effects.Stroke(linewidth=0.5, foreground=cmap(0.0)),
|
|
117
117
|
path_effects.Normal()]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/icecube_skyreader.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{icecube-skyreader-1.2.8 → icecube-skyreader-1.2.9}/icecube_skyreader.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|