I’ve followed the steps in https://pipelines.lsst.io/getting-started/data-setup.html as far as
ingestImages.py DATA $CI_HSC_DIR/raw/*.fits --mode=link
where it fails with the message
ModuleNotFoundError: No module named 'lsst.obs.hsc'
$ cat DATA/_mapper
lsst.obs.hsc.HscMapper
just as the tutorial requires. The lsst_stack installed correctly and passed the test. The only references to HscMapper found in the installation tree are
$ find . -name \*Mapper\* | grep -i hsc
./stack/miniconda3-4.5.4-fcd27eb/Linux64/obs_subaru/17.0.1/policy/HscMapper.yaml
./stack/miniconda3-4.5.4-fcd27eb/Linux64/obs_subaru/17.0.1/tests/.tests/pytest-obs_subaru.xml-htmlcov/python_lsst_obs_hsc_hscMapper_py.html
./stack/miniconda3-4.5.4-fcd27eb/Linux64/obs_subaru/17.0.1/python/lsst/obs/hscSim/hscSimMapper.py
./stack/miniconda3-4.5.4-fcd27eb/Linux64/obs_subaru/17.0.1/python/lsst/obs/hsc/hscMapper.py
./stack/miniconda3-4.5.4-fcd27eb/Linux64/obs_subaru/17.0.1/python/lsst/obs/hsc/__pycache__/hscMapper.cpython-36.pyc
Paul