Dependency on hsc

We started using hsc related code in dax_imageserv, and we are running into:

File “/home/becla/stack/Linux64/daf_persistence/10.1-1-g6edbc00+3/python/lsst/daf/persistence/butler.py”, line 109, in getMapperClass
pkg = importlib.import_module(".".join(components[:-1]))
File “/home/becla/stack/Linux64/anaconda/2.2.0/lib/python2.7/importlib/init.py”, line 37, in import_module
import(name)
ImportError: No module named hsc

What module should we bring over to avoid this problem?

p.s. “eups distrib install hsc” didn’t work…

obs_subaru should do the trick.

yes it did. And with few other fixes that Lauren suggested we are now able to deliver hsc images via webserv, so we are all set!

Thanks