Skip to content
Snippets Groups Projects
Commit a15ff054 authored by Ray Garcia's avatar Ray Garcia :scream_cat:
Browse files

more verbosity info

parent c06ced07
No related branches found
No related tags found
No related merge requests found
......@@ -554,6 +554,7 @@ class scmi_l1b_util(object):
mt = OrderedDict()
for (path, iy, ix), yx in S.items():
a = self._global_atts_for_tile(iy, ix, yx[self.ydim], yx[self.xdim])
LOG.info('assigned SCMI additional attributes for ch{:02d} in {}'.format(self.pug.band, path))
yield (path,), None, mt, a
......
......@@ -11,7 +11,7 @@ __docformat__ = 'reStructuredText'
from setuptools import setup, find_packages
setup(
name="goesr",
version="0.1",
version="0.2",
packages=find_packages(),
# scripts=['say_hello.py'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment